|
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectorg.maachang.service.http.HttpResult
public class HttpResult
Http結果情報.
コンストラクタの概要 | |
---|---|
HttpResult()
コンストラクタ. |
|
HttpResult(byte[] binary,
int state,
java.lang.String contentType)
コンストラクタ. |
メソッドの概要 | |
---|---|
byte[] |
getBinary()
binary を取得. |
java.lang.String |
getContentType()
contentType を取得. |
int |
getState()
state を取得. |
void |
setBinary(byte[] binary)
binary を設定. |
void |
setContentType(java.lang.String contentType)
contentType を設定. |
void |
setState(int state)
state を設定. |
クラス java.lang.Object から継承されたメソッド |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
コンストラクタの詳細 |
---|
public HttpResult()
public HttpResult(byte[] binary, int state, java.lang.String contentType)
binary
- 対象のバイナリを設定します.state
- 対象のステータスを設定します.contentType
- 対象のContentTypeを設定します.メソッドの詳細 |
---|
public byte[] getBinary()
public void setBinary(byte[] binary)
binary
- binary を設定します.public java.lang.String getContentType()
public void setContentType(java.lang.String contentType)
contentType
- contentType を設定します.public int getState()
public void setState(int state)
state
- state を設定します.
|
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |