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 存储桶信息
|
Long |
getExpiredTime()
Get token过期时间时间戳
|
String |
getPath()
Get chart信息
|
String |
getRegion()
Get 实例ID
|
String |
getRequestId()
Get 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
Long |
getStartTime()
Get 开始时间时间戳
|
String |
getTmpSecretId()
Get 临时的secretId
|
String |
getTmpSecretKey()
Get 临时的secretKey
|
String |
getTmpToken()
Get 临时token
|
void |
setBucket(String Bucket)
Set 存储桶信息
|
void |
setExpiredTime(Long ExpiredTime)
Set token过期时间时间戳
|
void |
setPath(String Path)
Set chart信息
|
void |
setRegion(String Region)
Set 实例ID
|
void |
setRequestId(String RequestId)
Set 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
void |
setStartTime(Long StartTime)
Set 开始时间时间戳
|
void |
setTmpSecretId(String TmpSecretId)
Set 临时的secretId
|
void |
setTmpSecretKey(String TmpSecretKey)
Set 临时的secretKey
|
void |
setTmpToken(String TmpToken)
Set 临时token
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public DownloadHelmChartResponse()
public DownloadHelmChartResponse(DownloadHelmChartResponse source)
public String getTmpToken()
public void setTmpToken(String TmpToken)
TmpToken
- 临时tokenpublic String getTmpSecretId()
public void setTmpSecretId(String TmpSecretId)
TmpSecretId
- 临时的secretIdpublic String getTmpSecretKey()
public void setTmpSecretKey(String TmpSecretKey)
TmpSecretKey
- 临时的secretKeypublic String getBucket()
public void setBucket(String Bucket)
Bucket
- 存储桶信息public String getRegion()
public void setRegion(String Region)
Region
- 实例IDpublic String getPath()
public void setPath(String Path)
Path
- chart信息public Long getStartTime()
public void setStartTime(Long StartTime)
StartTime
- 开始时间时间戳public Long getExpiredTime()
public void setExpiredTime(Long ExpiredTime)
ExpiredTime
- token过期时间时间戳public String getRequestId()
public void setRequestId(String RequestId)
RequestId
- 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。Copyright © 2024. All rights reserved.