パッケージ com.handywedge.rest
クラス FWRESTEmptyResponse
- java.lang.Object
-
- com.handywedge.rest.FWRESTResponse
-
- com.handywedge.rest.FWRESTEmptyResponse
-
public class FWRESTEmptyResponse extends FWRESTResponse
共通属性以外を持たないJSONレスポンスクラスです。
-
-
コンストラクタの概要
コンストラクタ コンストラクタ 説明 FWRESTEmptyResponse()
-
メソッドの概要
すべてのメソッド インスタンス・メソッド concreteメソッド 修飾子とタイプ メソッド 説明 StringtoString()ロギングのためレスポンス内容を文字列で表現するtoStringを実装します。-
クラスから継承されたメソッド com.handywedge.rest.FWRESTResponse
getReturn_cd, getReturn_msg, setReturn_cd, setReturn_msg
-
-
-
-
メソッドの詳細
-
toString
public String toString()
クラスからコピーされた説明:FWRESTResponseロギングのためレスポンス内容を文字列で表現するtoStringを実装します。- 定義:
toStringクラス内FWRESTResponse
-
-