public class CommonNamespace extends AbstractModel
| Constructor and Description | 
|---|
| CommonNamespace() | 
| CommonNamespace(CommonNamespace 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[] | getAvailableRegions()Get List of supported regions | 
| String | getConfig()Get Configuration information | 
| String | getDashboardId()Get Unique ID in Dashboard | 
| String | getId()Get Namespace ID | 
| String | getName()Get Namespace name | 
| String | getProductName()Get Product name | 
| Long | getSortId()Get Sort ID | 
| String | getValue()Get Namespace value | 
| void | setAvailableRegions(String[] AvailableRegions)Set List of supported regions | 
| void | setConfig(String Config)Set Configuration information | 
| void | setDashboardId(String DashboardId)Set Unique ID in Dashboard | 
| void | setId(String Id)Set Namespace ID | 
| void | setName(String Name)Set Namespace name | 
| void | setProductName(String ProductName)Set Product name | 
| void | setSortId(Long SortId)Set Sort ID | 
| void | setValue(String Value)Set Namespace value | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonStringpublic CommonNamespace()
public CommonNamespace(CommonNamespace source)
public String getId()
public void setId(String Id)
Id - Namespace IDpublic String getName()
public void setName(String Name)
Name - Namespace namepublic String getValue()
public void setValue(String Value)
Value - Namespace valuepublic String getProductName()
public void setProductName(String ProductName)
ProductName - Product namepublic String getConfig()
public void setConfig(String Config)
Config - Configuration informationpublic String[] getAvailableRegions()
public void setAvailableRegions(String[] AvailableRegions)
AvailableRegions - List of supported regionspublic Long getSortId()
public void setSortId(Long SortId)
SortId - Sort IDpublic String getDashboardId()
public void setDashboardId(String DashboardId)
DashboardId - Unique ID in DashboardCopyright © 2022. All rights reserved.