RequestResult クラス
- java.
lang. Object - com.
microsoft. azure. storage. RequestResult
- com.
public class RequestResult
物理的な要求の結果を表します。
メソッドの概要
メソッドの詳細
getContentMD5
public String getContentMD5()
要求の MD5 ハッシュを取得します。
Returns:
String
MD5 ハッシュを含む 。getEncryptionKeySHA256
public String getEncryptionKeySHA256()
クライアント指定のキーのサーバー側暗号化に使用されるキーのハッシュを取得します。
Returns:
getErrorCode
public String getErrorCode()
要求のサービス ErrorCode を取得します。
Returns:
String
サービス ErrorCode を含む 。getEtag
public String getEtag()
要求の ETag を取得します。
Returns:
String
ETag を含む 。getException
public Exception getException()
要求の を取得します。
Returns:
Exception
。getRequestDate
public String getRequestDate()
要求の日付を取得します。
Returns:
String
要求の日付を格納する 。getServiceRequestID
public String getServiceRequestID()
サービス要求 ID を取得します。
Returns:
String
サービス要求 ID を含む 。getStartDate
public Date getStartDate()
要求の開始日を取得します。
Returns:
java.util.Date
開始日を含む オブジェクト。getStatusCode
public int getStatusCode()
要求の HTTP ステータス コードを取得します。
Returns:
int
HTTP 状態コードを含む 。getStatusMessage
public String getStatusMessage()
要求の HTTP ステータス メッセージを取得します。
Returns:
String
HTTP ステータス メッセージを含む 。getStopDate
public Date getStopDate()
要求の停止日を取得します。
Returns:
java.util.Date
終了日を含む オブジェクト。getTargetLocation
isRequestServiceEncrypted
public boolean isRequestServiceEncrypted()
要求がサーバー側で暗号化されているかどうかを取得します。
Returns:
boolean
要求のサーバー側の暗号化状態を格納する 。isServiceEncrypted
public boolean isServiceEncrypted()
結果がサーバー側で暗号化されているかどうかを取得します。
Returns:
boolean
要求のサーバー側の暗号化状態を格納する 。setContentMD5
public void setContentMD5(final String contentMD5)
要求の MD5 ハッシュを設定します。
Parameters:
String
設定する MD5 ハッシュを含む オブジェクト。
setEncryptionKeySHA256
public void setEncryptionKeySHA256(String keyHash)
クライアント指定のキー要求の要求のキー ハッシュを設定します。
Parameters:
setErrorCode
public void setErrorCode(final String errorCode)
要求のサービス ErrorCode を設定します。
Parameters:
String
設定するサービス ErrorCode を含む 。
setEtag
public void setEtag(final String etag)
要求の ETag を設定します。
Parameters:
String
設定する ETag を含む オブジェクト。
setException
public void setException(final Exception exception)
要求の を設定します。
Parameters:
Exception
。
setRequestDate
public void setRequestDate(final String requestDate)
要求日を設定します。
Parameters:
java.util.Date
設定する要求日を含む オブジェクト。
setRequestServiceEncrypted
public void setRequestServiceEncrypted(boolean requestServiceEncrypted)
要求のサーバー暗号化の状態を設定します。
Parameters:
boolean
設定するサーバー暗号化の状態を表す オブジェクト。
setServiceEncrypted
public void setServiceEncrypted(boolean requestServiceEncrypted)
サーバー暗号化の状態を設定します。
Parameters:
boolean
設定するサーバー暗号化の状態を表す オブジェクト。
setServiceRequestID
public void setServiceRequestID(final String serviceRequestID)
サービス要求 ID を設定します。
Parameters:
String
設定するサービス要求 ID を格納している オブジェクト。
setStartDate
public void setStartDate(final Date startDate)
要求の開始日を設定します。
Parameters:
java.util.Date
設定する開始日を含む オブジェクト。
setStatusCode
public void setStatusCode(final int statusCode)
要求の HTTP ステータス コードを設定します。
Parameters:
int
設定する HTTP 状態コードを格納している 。
setStatusMessage
public void setStatusMessage(final String statusMessage)
要求の HTTP 状態メッセージを設定します。
Parameters:
String
設定するステータス メッセージを含む 。
setStopDate
public void setStopDate(final Date stopDate)
要求の終了日を設定します。
Parameters:
java.util.Date
設定する終了日を格納している オブジェクト。
setTargetLocation
public void setTargetLocation(StorageLocation targetLocation)
要求の送信先の場所を設定します。
Parameters:
適用対象
Azure SDK for Java