public class DescribeChartDownloadInfoRequest extends AbstractModel
header, skipSign| Constructor and 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. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
String | 
getChartName()
Get Chart name 
 | 
String | 
getChartVersion()
Get Chart version 
 | 
String | 
getNamespaceName()
Get Namespace 
 | 
String | 
getRegistryId()
Get Instance ID 
 | 
void | 
setChartName(String ChartName)
Set Chart name 
 | 
void | 
setChartVersion(String ChartVersion)
Set Chart version 
 | 
void | 
setNamespaceName(String NamespaceName)
Set Namespace 
 | 
void | 
setRegistryId(String RegistryId)
Set Instance ID 
 | 
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, toJsonStringpublic DescribeChartDownloadInfoRequest()
public DescribeChartDownloadInfoRequest(DescribeChartDownloadInfoRequest source)
public String getRegistryId()
public void setRegistryId(String RegistryId)
RegistryId - Instance IDpublic String getNamespaceName()
public void setNamespaceName(String NamespaceName)
NamespaceName - Namespacepublic String getChartName()
public void setChartName(String ChartName)
ChartName - Chart namepublic String getChartVersion()
public void setChartVersion(String ChartVersion)
ChartVersion - Chart versionCopyright © 2025. All rights reserved.