Class DescribeChartDownloadInfoRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.tcr.v20190924.models.DescribeChartDownloadInfoRequest
-
public class DescribeChartDownloadInfoRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description DescribeChartDownloadInfoRequest()DescribeChartDownloadInfoRequest(DescribeChartDownloadInfoRequest 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetChartName()Get Chart包的名称StringgetChartVersion()Get Chart包的版本StringgetNamespaceName()Get 命名空间StringgetRegistryId()Get 实例IDvoidsetChartName(String ChartName)Set Chart包的名称voidsetChartVersion(String ChartVersion)Set Chart包的版本voidsetNamespaceName(String NamespaceName)Set 命名空间voidsetRegistryId(String RegistryId)Set 实例IDvoidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
DescribeChartDownloadInfoRequest
public DescribeChartDownloadInfoRequest()
-
DescribeChartDownloadInfoRequest
public DescribeChartDownloadInfoRequest(DescribeChartDownloadInfoRequest 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.
-
-
Method Detail
-
getRegistryId
public String getRegistryId()
Get 实例ID- Returns:
- RegistryId 实例ID
-
setRegistryId
public void setRegistryId(String RegistryId)
Set 实例ID- Parameters:
RegistryId- 实例ID
-
getNamespaceName
public String getNamespaceName()
Get 命名空间- Returns:
- NamespaceName 命名空间
-
setNamespaceName
public void setNamespaceName(String NamespaceName)
Set 命名空间- Parameters:
NamespaceName- 命名空间
-
getChartName
public String getChartName()
Get Chart包的名称- Returns:
- ChartName Chart包的名称
-
setChartName
public void setChartName(String ChartName)
Set Chart包的名称- Parameters:
ChartName- Chart包的名称
-
getChartVersion
public String getChartVersion()
Get Chart包的版本- Returns:
- ChartVersion Chart包的版本
-
setChartVersion
public void setChartVersion(String ChartVersion)
Set Chart包的版本- Parameters:
ChartVersion- Chart包的版本
-
-