public class DownloadHelmChartResponse extends AbstractModel
header, skipSign
Constructor and Description |
---|
DownloadHelmChartResponse() |
DownloadHelmChartResponse(DownloadHelmChartResponse 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 information
|
Long |
getExpiredTime()
Get Token expiration timestamp
|
String |
getPath()
Get Chart information
|
String |
getRegion()
Get Instance ID
|
String |
getRequestId()
Get The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId).
|
Long |
getStartTime()
Get Start timestamp
|
String |
getTmpSecretId()
Get Temporary `secretId`
|
String |
getTmpSecretKey()
Get Temporary `secretKey`
|
String |
getTmpToken()
Get Temporary token
|
void |
setBucket(String Bucket)
Set Bucket information
|
void |
setExpiredTime(Long ExpiredTime)
Set Token expiration timestamp
|
void |
setPath(String Path)
Set Chart information
|
void |
setRegion(String Region)
Set Instance ID
|
void |
setRequestId(String RequestId)
Set The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId).
|
void |
setStartTime(Long StartTime)
Set Start timestamp
|
void |
setTmpSecretId(String TmpSecretId)
Set Temporary `secretId`
|
void |
setTmpSecretKey(String TmpSecretKey)
Set Temporary `secretKey`
|
void |
setTmpToken(String TmpToken)
Set Temporary token
|
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 DownloadHelmChartResponse()
public DownloadHelmChartResponse(DownloadHelmChartResponse source)
public String getTmpToken()
public void setTmpToken(String TmpToken)
TmpToken
- Temporary tokenpublic String getTmpSecretId()
public void setTmpSecretId(String TmpSecretId)
TmpSecretId
- Temporary `secretId`public String getTmpSecretKey()
public void setTmpSecretKey(String TmpSecretKey)
TmpSecretKey
- Temporary `secretKey`public String getBucket()
public void setBucket(String Bucket)
Bucket
- Bucket informationpublic String getRegion()
public void setRegion(String Region)
Region
- Instance IDpublic String getPath()
public void setPath(String Path)
Path
- Chart informationpublic Long getStartTime()
public void setStartTime(Long StartTime)
StartTime
- Start timestamppublic Long getExpiredTime()
public void setExpiredTime(Long ExpiredTime)
ExpiredTime
- Token expiration timestamppublic String getRequestId()
public void setRequestId(String RequestId)
RequestId
- The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.Copyright © 2024. All rights reserved.