public class AttributeOptionSet extends AbstractModel
header, skipSign
Constructor and Description |
---|
AttributeOptionSet() |
AttributeOptionSet(AttributeOptionSet 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 |
getText()
Get cvm实例类型
|
String |
getValue()
Get cvm实例名称
|
void |
setText(String Text)
Set cvm实例类型
|
void |
setValue(String Value)
Set cvm实例名称
|
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 AttributeOptionSet()
public AttributeOptionSet(AttributeOptionSet source)
public String getText()
public void setText(String Text)
Text
- cvm实例类型public String getValue()
public void setValue(String Value)
Value
- cvm实例名称Copyright © 2025. All rights reserved.