public class ClbWafRegionItem extends AbstractModel
header, skipSign
Constructor and Description |
---|
ClbWafRegionItem() |
ClbWafRegionItem(ClbWafRegionItem 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 |
getCode()
Get Region encoding
Note: This field may return null, indicating that no valid values can be obtained.
|
String |
getId()
Get Region ID
Note: This field may return null, indicating that no valid values can be obtained.
|
String |
getText()
Get Regional Chinese Description
Note: This field may return null, indicating that no valid values can be obtained.
|
String |
getValue()
Get Full English Name of the Region
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setCode(String Code)
Set Region encoding
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setId(String Id)
Set Region ID
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setText(String Text)
Set Regional Chinese Description
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setValue(String Value)
Set Full English Name of the Region
Note: This field may return null, indicating that no valid values can be obtained.
|
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 ClbWafRegionItem()
public ClbWafRegionItem(ClbWafRegionItem source)
public String getId()
public void setId(String Id)
Id
- Region ID
Note: This field may return null, indicating that no valid values can be obtained.public String getText()
public void setText(String Text)
Text
- Regional Chinese Description
Note: This field may return null, indicating that no valid values can be obtained.public String getValue()
public void setValue(String Value)
Value
- Full English Name of the Region
Note: This field may return null, indicating that no valid values can be obtained.public String getCode()
public void setCode(String Code)
Code
- Region encoding
Note: This field may return null, indicating that no valid values can be obtained.Copyright © 2024. All rights reserved.