public class CreateBucketCnameTokenResult extends GenericResult
| Constructor and Description |
|---|
CreateBucketCnameTokenResult() |
| Modifier and Type | Method and Description |
|---|---|
String |
getBucket()
Gets the bucket name.
|
String |
getCname()
Gets the cname.
|
String |
getExpireTime()
Gets the expire time.
|
String |
getToken()
Gets the token.
|
void |
setBucket(String bucket)
Sets the bucket name.
|
void |
setCname(String cname)
Sets the cname.
|
void |
setExpireTime(String expireTime)
Sets the expire time.
|
void |
setToken(String token)
Sets the token.
|
getClientCRC, getRequestId, getResponse, getServerCRC, setClientCRC, setRequestId, setResponse, setServerCRCpublic String getBucket()
public void setBucket(String bucket)
bucket - the bucket name that the response contains.public String getCname()
public void setCname(String cname)
cname - the cname that the response contains.public String getToken()
public void setToken(String token)
token - the token that the response contains.public String getExpireTime()
public void setExpireTime(String expireTime)
expireTime - the expire time that the response contains.Copyright © 2023. All Rights Reserved.