Class MatchAttribute
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.gpm.v20200820.models.MatchAttribute
-
public class MatchAttribute extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String[]getListValue()Get list 属性值AttributeMap[]getMapValue()Get 字典属性值StringgetName()Get 属性名 长度 128 [a-zA-Z0-9-\.]*FloatgetNumberValue()Get 数字属性值 默认 0.0StringgetStringValue()Get 字符串属性值 长度 128 默认 ""LonggetType()Get 属性类型: 0 数值; 1 string; 默认 0voidsetListValue(String[] ListValue)Set list 属性值voidsetMapValue(AttributeMap[] MapValue)Set 字典属性值voidsetName(String Name)Set 属性名 长度 128 [a-zA-Z0-9-\.]*voidsetNumberValue(Float NumberValue)Set 数字属性值 默认 0.0voidsetStringValue(String StringValue)Set 字符串属性值 长度 128 默认 ""voidsetType(Long Type)Set 属性类型: 0 数值; 1 string; 默认 0voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
MatchAttribute
public MatchAttribute()
-
MatchAttribute
public 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.
-
-
Method Detail
-
getName
public String getName()
Get 属性名 长度 128 [a-zA-Z0-9-\.]*- Returns:
- Name 属性名 长度 128 [a-zA-Z0-9-\.]*
-
setName
public void setName(String Name)
Set 属性名 长度 128 [a-zA-Z0-9-\.]*- Parameters:
Name- 属性名 长度 128 [a-zA-Z0-9-\.]*
-
getType
public Long getType()
Get 属性类型: 0 数值; 1 string; 默认 0- Returns:
- Type 属性类型: 0 数值; 1 string; 默认 0
-
setType
public void setType(Long Type)
Set 属性类型: 0 数值; 1 string; 默认 0- Parameters:
Type- 属性类型: 0 数值; 1 string; 默认 0
-
getNumberValue
public Float getNumberValue()
Get 数字属性值 默认 0.0- Returns:
- NumberValue 数字属性值 默认 0.0
-
setNumberValue
public void setNumberValue(Float NumberValue)
Set 数字属性值 默认 0.0- Parameters:
NumberValue- 数字属性值 默认 0.0
-
getStringValue
public String getStringValue()
Get 字符串属性值 长度 128 默认 ""- Returns:
- StringValue 字符串属性值 长度 128 默认 ""
-
setStringValue
public void setStringValue(String StringValue)
Set 字符串属性值 长度 128 默认 ""- Parameters:
StringValue- 字符串属性值 长度 128 默认 ""
-
getListValue
public String[] getListValue()
Get list 属性值- Returns:
- ListValue list 属性值
-
setListValue
public void setListValue(String[] ListValue)
Set list 属性值- Parameters:
ListValue- list 属性值
-
getMapValue
public AttributeMap[] getMapValue()
Get 字典属性值- Returns:
- MapValue 字典属性值
-
setMapValue
public void setMapValue(AttributeMap[] MapValue)
Set 字典属性值- Parameters:
MapValue- 字典属性值
-
-