类 V4PostSignatureResponse

java.lang.Object
com.obs.services.model.PostSignatureResponse
com.obs.services.model.V4PostSignatureResponse

public class V4PostSignatureResponse extends PostSignatureResponse
Response to a request for browser-based authorized access
  • 构造器详细资料

  • 方法详细资料

    • getAlgorithm

      public String getAlgorithm()
      Obtain the signature algorithm.
      返回:
      Signature algorithm
    • getCredential

      public String getCredential()
      Obtain the credential information
      返回:
      Credential information
    • getDate

      public String getDate()
      Obtain the date in the ISO 8601 format.
      返回:
      Date in the ISO 8601 format
    • toString

      public String toString()
      覆盖:
      toString 在类中 PostSignatureResponse