public class CosToken extends AbstractModel
header, skipSign
Constructor and Description |
---|
CosToken() |
CosToken(CosToken source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
|
Modifier and Type | Method and Description |
---|---|
String |
getBucket()
Get Bucket name
|
String |
getExpiredTime()
Get `ExpiredTime` of temporary key
|
String |
getFullPath()
Get Full package path
|
String |
getRegion()
Get Bucket region
|
String |
getRequestId()
Get Unique request ID
|
String |
getSessionToken()
Get `sessionToken` of temporary key
|
String |
getStartTime()
Get `StartTime` of temporary key acquisition
|
String |
getTmpSecretId()
Get `SecretId` of temporary key
|
String |
getTmpSecretKey()
Get `SecretKey` of temporary key
|
void |
setBucket(String Bucket)
Set Bucket name
|
void |
setExpiredTime(String ExpiredTime)
Set `ExpiredTime` of temporary key
|
void |
setFullPath(String FullPath)
Set Full package path
|
void |
setRegion(String Region)
Set Bucket region
|
void |
setRequestId(String RequestId)
Set Unique request ID
|
void |
setSessionToken(String SessionToken)
Set `sessionToken` of temporary key
|
void |
setStartTime(String StartTime)
Set `StartTime` of temporary key acquisition
|
void |
setTmpSecretId(String TmpSecretId)
Set `SecretId` of temporary key
|
void |
setTmpSecretKey(String TmpSecretKey)
Set `SecretKey` of temporary key
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public CosToken()
public CosToken(CosToken source)
public String getRequestId()
public void setRequestId(String RequestId)
RequestId
- Unique request IDpublic String getBucket()
public void setBucket(String Bucket)
Bucket
- Bucket namepublic String getRegion()
public void setRegion(String Region)
Region
- Bucket regionpublic String getTmpSecretId()
public void setTmpSecretId(String TmpSecretId)
TmpSecretId
- `SecretId` of temporary keypublic String getTmpSecretKey()
public void setTmpSecretKey(String TmpSecretKey)
TmpSecretKey
- `SecretKey` of temporary keypublic String getSessionToken()
public void setSessionToken(String SessionToken)
SessionToken
- `sessionToken` of temporary keypublic String getStartTime()
public void setStartTime(String StartTime)
StartTime
- `StartTime` of temporary key acquisitionpublic String getExpiredTime()
public void setExpiredTime(String ExpiredTime)
ExpiredTime
- `ExpiredTime` of temporary keypublic String getFullPath()
public void setFullPath(String FullPath)
FullPath
- Full package pathCopyright © 2024. All rights reserved.