public class CommonOption extends AbstractModel
header, skipSign
Constructor and Description |
---|
CommonOption() |
CommonOption(CommonOption 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 |
getLabelValue()
Get -
|
String |
getOperator()
Get -
|
void |
setLabelName(String LabelName)
Set -
|
void |
setLabelValue(String LabelValue)
Set -
|
void |
setOperator(String Operator)
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 CommonOption()
public CommonOption(CommonOption source)
public String getLabelName()
public void setLabelName(String LabelName)
LabelName
- -public String getOperator()
public void setOperator(String Operator)
Operator
- -public String getLabelValue()
public void setLabelValue(String LabelValue)
LabelValue
- -Copyright © 2025. All rights reserved.