Class AttributeKeyDetail
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.cloudaudit.v20190319.models.AttributeKeyDetail
-
public class AttributeKeyDetail extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description AttributeKeyDetail()AttributeKeyDetail(AttributeKeyDetail 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 StringgetLabel()Get 中文标签StringgetLabelType()Get 输入框类型LonggetOrder()Get 展示排序StringgetStarter()Get 初始化展示StringgetValue()Get AttributeKey值voidsetLabel(String Label)Set 中文标签voidsetLabelType(String LabelType)Set 输入框类型voidsetOrder(Long Order)Set 展示排序voidsetStarter(String Starter)Set 初始化展示voidsetValue(String Value)Set AttributeKey值voidtoMap(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
-
AttributeKeyDetail
public AttributeKeyDetail()
-
AttributeKeyDetail
public AttributeKeyDetail(AttributeKeyDetail 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
-
getLabelType
public String getLabelType()
Get 输入框类型- Returns:
- LabelType 输入框类型
-
setLabelType
public void setLabelType(String LabelType)
Set 输入框类型- Parameters:
LabelType- 输入框类型
-
getStarter
public String getStarter()
Get 初始化展示- Returns:
- Starter 初始化展示
-
setStarter
public void setStarter(String Starter)
Set 初始化展示- Parameters:
Starter- 初始化展示
-
getOrder
public Long getOrder()
Get 展示排序- Returns:
- Order 展示排序
-
setOrder
public void setOrder(Long Order)
Set 展示排序- Parameters:
Order- 展示排序
-
getValue
public String getValue()
Get AttributeKey值- Returns:
- Value AttributeKey值
-
setValue
public void setValue(String Value)
Set AttributeKey值- Parameters:
Value- AttributeKey值
-
getLabel
public String getLabel()
Get 中文标签- Returns:
- Label 中文标签
-
setLabel
public void setLabel(String Label)
Set 中文标签- Parameters:
Label- 中文标签
-
-