类 PostSignatureResponse
java.lang.Object
cn.warpin.thirdPart.huawei.obs.obs.services.model.PostSignatureResponse
- 直接已知子类:
V4PostSignatureResponse
Response to a request for browser-based authorized access
-
字段概要
字段 -
构造器概要
构造器 -
方法概要
-
字段详细资料
-
policy
-
originPolicy
-
signature
-
expiration
-
token
-
-
构造器详细资料
-
PostSignatureResponse
public PostSignatureResponse() -
PostSignatureResponse
-
-
方法详细资料
-
getPolicy
Obtain the security policy of the request in the Base64 format.- 返回:
- Security policy in the Base64 format
-
getOriginPolicy
Obtain the security policy of the request in the original format.- 返回:
- Security policy in the original format
-
getSignature
Obtain the signature string.- 返回:
- Signature string
-
getExpiration
Obtain the expiration date of the request.- 返回:
- Expiration date
-
getToken
Obtain the token- 返回:
- token
-
toString
-