RequestResult クラス

  • java.lang.Object
    • com.microsoft.azure.storage.RequestResult

public class RequestResult

物理的な要求の結果を表します。

メソッドの概要

修飾子と型 メソッドと説明
String getContentMD5()

要求の MD5 ハッシュを取得します。

String getEncryptionKeySHA256()

クライアント指定のキーのサーバー側暗号化に使用されるキーのハッシュを取得します。

String getErrorCode()

要求のサービス ErrorCode を取得します。

String getEtag()

要求の ETag を取得します。

Exception getException()

要求の を取得します。

String getRequestDate()

要求の日付を取得します。

String getServiceRequestID()

サービス要求 ID を取得します。

Date getStartDate()

要求の開始日を取得します。

int getStatusCode()

要求の HTTP ステータス コードを取得します。

String getStatusMessage()

要求の HTTP ステータス メッセージを取得します。

Date getStopDate()

要求の停止日を取得します。

StorageLocation getTargetLocation()

要求が送信された場所を取得します。

boolean isRequestServiceEncrypted()

要求がサーバー側で暗号化されているかどうかを取得します。

boolean isServiceEncrypted()

結果がサーバー側で暗号化されているかどうかを取得します。

void setContentMD5(final String contentMD5)

要求の MD5 ハッシュを設定します。

void setEncryptionKeySHA256(String keyHash)

クライアント指定のキー要求の要求のキー ハッシュを設定します。

void setErrorCode(final String errorCode)

要求のサービス ErrorCode を設定します。

void setEtag(final String etag)

要求の ETag を設定します。

void setException(final Exception exception)

要求の を設定します。

void setRequestDate(final String requestDate)

要求日を設定します。

void setRequestServiceEncrypted(boolean requestServiceEncrypted)

要求のサーバー暗号化の状態を設定します。

void setServiceEncrypted(boolean requestServiceEncrypted)

サーバー暗号化の状態を設定します。

void setServiceRequestID(final String serviceRequestID)

サービス要求 ID を設定します。

void setStartDate(final Date startDate)

要求の開始日を設定します。

void setStatusCode(final int statusCode)

要求の HTTP ステータス コードを設定します。

void setStatusMessage(final String statusMessage)

要求の HTTP 状態メッセージを設定します。

void setStopDate(final Date stopDate)

要求の終了日を設定します。

void setTargetLocation(StorageLocation targetLocation)

要求の送信先の場所を設定します。

メソッドの詳細

getContentMD5

public String getContentMD5()

要求の MD5 ハッシュを取得します。

Returns:

String MD5 ハッシュを含む 。

getEncryptionKeySHA256

public String getEncryptionKeySHA256()

クライアント指定のキーのサーバー側暗号化に使用されるキーのハッシュを取得します。

Returns:

キー ハッシュを表す base64 でエンコードされた文字列。

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

public StorageLocation getTargetLocation()

要求が送信された場所を取得します。

Returns:

StorageLocation オブジェクト。

isRequestServiceEncrypted

public boolean isRequestServiceEncrypted()

要求がサーバー側で暗号化されているかどうかを取得します。

Returns:

boolean要求のサーバー側の暗号化状態を格納する 。

isServiceEncrypted

public boolean isServiceEncrypted()

結果がサーバー側で暗号化されているかどうかを取得します。

Returns:

boolean要求のサーバー側の暗号化状態を格納する 。

setContentMD5

public void setContentMD5(final String contentMD5)

要求の MD5 ハッシュを設定します。

Parameters:

contentMD5 - String設定する MD5 ハッシュを含む オブジェクト。

setEncryptionKeySHA256

public void setEncryptionKeySHA256(String keyHash)

クライアント指定のキー要求の要求のキー ハッシュを設定します。

Parameters:

keyHash - base64 でエンコードされた文字列で表されるキーのハッシュ。

setErrorCode

public void setErrorCode(final String errorCode)

要求のサービス ErrorCode を設定します。

Parameters:

errorCode - String設定するサービス ErrorCode を含む 。

setEtag

public void setEtag(final String etag)

要求の ETag を設定します。

Parameters:

etag - String設定する ETag を含む オブジェクト。

setException

public void setException(final Exception exception)

要求の を設定します。

Parameters:

exception - 設定する Exception

setRequestDate

public void setRequestDate(final String requestDate)

要求日を設定します。

Parameters:

requestDate - java.util.Date設定する要求日を含む オブジェクト。

setRequestServiceEncrypted

public void setRequestServiceEncrypted(boolean requestServiceEncrypted)

要求のサーバー暗号化の状態を設定します。

Parameters:

requestServiceEncrypted - boolean設定するサーバー暗号化の状態を表す オブジェクト。

setServiceEncrypted

public void setServiceEncrypted(boolean requestServiceEncrypted)

サーバー暗号化の状態を設定します。

Parameters:

requestServiceEncrypted - boolean設定するサーバー暗号化の状態を表す オブジェクト。

setServiceRequestID

public void setServiceRequestID(final String serviceRequestID)

サービス要求 ID を設定します。

Parameters:

serviceRequestID - String設定するサービス要求 ID を格納している オブジェクト。

setStartDate

public void setStartDate(final Date startDate)

要求の開始日を設定します。

Parameters:

startDate - java.util.Date設定する開始日を含む オブジェクト。

setStatusCode

public void setStatusCode(final int statusCode)

要求の HTTP ステータス コードを設定します。

Parameters:

statusCode - int設定する HTTP 状態コードを格納している 。

setStatusMessage

public void setStatusMessage(final String statusMessage)

要求の HTTP 状態メッセージを設定します。

Parameters:

statusMessage - String設定するステータス メッセージを含む 。

setStopDate

public void setStopDate(final Date stopDate)

要求の終了日を設定します。

Parameters:

stopDate - java.util.Date設定する終了日を格納している オブジェクト。

setTargetLocation

public void setTargetLocation(StorageLocation targetLocation)

要求の送信先の場所を設定します。

Parameters:

targetLocation - StorageLocation設定するオブジェクト。

適用対象