public class MatchAttribute extends AbstractModel
Constructor and Description |
---|
MatchAttribute() |
MatchAttribute(MatchAttribute 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[] |
getListValue()
Get list 属性值
|
AttributeMap[] |
getMapValue()
Get 字典属性值
|
String |
getName()
Get 属性名 长度 128 [a-zA-Z0-9-\.]*
|
Float |
getNumberValue()
Get 数字属性值 默认 0.0
|
String |
getStringValue()
Get 字符串属性值 长度 128 默认 ""
|
Long |
getType()
Get 属性类型: 0 数值; 1 string; 默认 0
|
void |
setListValue(String[] ListValue)
Set list 属性值
|
void |
setMapValue(AttributeMap[] MapValue)
Set 字典属性值
|
void |
setName(String Name)
Set 属性名 长度 128 [a-zA-Z0-9-\.]*
|
void |
setNumberValue(Float NumberValue)
Set 数字属性值 默认 0.0
|
void |
setStringValue(String StringValue)
Set 字符串属性值 长度 128 默认 ""
|
void |
setType(Long Type)
Set 属性类型: 0 数值; 1 string; 默认 0
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public MatchAttribute()
public MatchAttribute(MatchAttribute source)
public String getName()
public void setName(String Name)
Name
- 属性名 长度 128 [a-zA-Z0-9-\.]*public Long getType()
public void setType(Long Type)
Type
- 属性类型: 0 数值; 1 string; 默认 0public Float getNumberValue()
public void setNumberValue(Float NumberValue)
NumberValue
- 数字属性值 默认 0.0public String getStringValue()
public void setStringValue(String StringValue)
StringValue
- 字符串属性值 长度 128 默认 ""public String[] getListValue()
public void setListValue(String[] ListValue)
ListValue
- list 属性值public AttributeMap[] getMapValue()
public void setMapValue(AttributeMap[] MapValue)
MapValue
- 字典属性值Copyright © 2022. All rights reserved.