类 PostSignatureResponse

java.lang.Object
com.obs.services.model.PostSignatureResponse
直接已知子类:
V4PostSignatureResponse

public class PostSignatureResponse extends Object
Response to a request for browser-based authorized access
  • 字段详细资料

    • policy

      protected String policy
    • originPolicy

      protected String originPolicy
    • signature

      protected String signature
    • expiration

      protected String expiration
    • token

      protected String token
  • 构造器详细资料

    • PostSignatureResponse

      public PostSignatureResponse()
    • PostSignatureResponse

      public PostSignatureResponse(String policy, String originPolicy, String signature, String expiration, String accessKey)
  • 方法详细资料

    • getPolicy

      public String getPolicy()
      Obtain the security policy of the request in the Base64 format.
      返回:
      Security policy in the Base64 format
    • getOriginPolicy

      public String getOriginPolicy()
      Obtain the security policy of the request in the original format.
      返回:
      Security policy in the original format
    • getSignature

      public String getSignature()
      Obtain the signature string.
      返回:
      Signature string
    • getExpiration

      public String getExpiration()
      Obtain the expiration date of the request.
      返回:
      Expiration date
    • getToken

      public String getToken()
      Obtain the token
      返回:
      token
    • toString

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