public class Dimension extends AbstractModel
| Constructor and Description | 
|---|
| Dimension() | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getName()Get Instance dimension name | 
| String | getValue()Get Instance dimension value | 
| void | setName(String Name)Set Instance dimension name | 
| void | setValue(String Value)Set Instance dimension 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 String getName()
public void setName(String Name)
Name - Instance dimension namepublic String getValue()
public void setValue(String Value)
Value - Instance dimension valueCopyright © 2020. All rights reserved.