public class OptionValueItem extends AbstractModel
header, skipSign
Constructor and Description |
---|
OptionValueItem() |
OptionValueItem(OptionValueItem 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 |
getOptionValue()
Get 选项的值
|
Boolean |
getSelected()
Get 是否默认选中
|
void |
setOptionValue(String OptionValue)
Set 选项的值
|
void |
setSelected(Boolean Selected)
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 OptionValueItem()
public OptionValueItem(OptionValueItem source)
public String getOptionValue()
public void setOptionValue(String OptionValue)
OptionValue
- 选项的值public Boolean getSelected()
public void setSelected(Boolean Selected)
Selected
- 是否默认选中Copyright © 2025. All rights reserved.