public class LabelWithValues extends AbstractModel
header, skipSign
Constructor and Description |
---|
LabelWithValues() |
LabelWithValues(LabelWithValues 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 |
getLabelName()
Get 标签名称
|
String[] |
getLabelValues()
Get 标签值
|
void |
setLabelName(String LabelName)
Set 标签名称
|
void |
setLabelValues(String[] LabelValues)
Set 标签值
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public LabelWithValues()
public LabelWithValues(LabelWithValues source)
public String getLabelName()
public void setLabelName(String LabelName)
LabelName
- 标签名称public String[] getLabelValues()
public void setLabelValues(String[] LabelValues)
LabelValues
- 标签值Copyright © 2024. All rights reserved.