public class CreateAndroidInstanceLabelRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
CreateAndroidInstanceLabelRequest() |
CreateAndroidInstanceLabelRequest(CreateAndroidInstanceLabelRequest 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 |
getDescription()
Get 标签描述
|
String |
getKey()
Get 标签键
|
String |
getValue()
Get 标签值。普通场景下,该值不需要填写;高级场景下,需要两个层级进行分组时才填写。
|
void |
setDescription(String Description)
Set 标签描述
|
void |
setKey(String Key)
Set 标签键
|
void |
setValue(String Value)
Set 标签值。普通场景下,该值不需要填写;高级场景下,需要两个层级进行分组时才填写。
|
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 CreateAndroidInstanceLabelRequest()
public CreateAndroidInstanceLabelRequest(CreateAndroidInstanceLabelRequest source)
public String getKey()
public void setKey(String Key)
Key
- 标签键public String getValue()
public void setValue(String Value)
Value
- 标签值。普通场景下,该值不需要填写;高级场景下,需要两个层级进行分组时才填写。public String getDescription()
public void setDescription(String Description)
Description
- 标签描述Copyright © 2025. All rights reserved.