public class AttrLabelDetail extends AbstractModel
header, skipSign
Constructor and Description |
---|
AttrLabelDetail() |
AttrLabelDetail(AttrLabelDetail 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 |
getAttrBizId()
Get 属性ID
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getAttrKey()
Get 属性标识
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getAttrName()
Get 属性名称
注意:此字段可能返回 null,表示取不到有效值。
|
Boolean |
getIsUpdating()
Get 属性标签是否在更新中
注意:此字段可能返回 null,表示取不到有效值。
|
String[] |
getLabelNames()
Get 标签名称
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setAttrBizId(String AttrBizId)
Set 属性ID
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setAttrKey(String AttrKey)
Set 属性标识
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setAttrName(String AttrName)
Set 属性名称
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setIsUpdating(Boolean IsUpdating)
Set 属性标签是否在更新中
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setLabelNames(String[] LabelNames)
Set 标签名称
注意:此字段可能返回 null,表示取不到有效值。
|
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 AttrLabelDetail()
public AttrLabelDetail(AttrLabelDetail source)
public String getAttrBizId()
public void setAttrBizId(String AttrBizId)
AttrBizId
- 属性ID
注意:此字段可能返回 null,表示取不到有效值。public String getAttrKey()
public void setAttrKey(String AttrKey)
AttrKey
- 属性标识
注意:此字段可能返回 null,表示取不到有效值。public String getAttrName()
public void setAttrName(String AttrName)
AttrName
- 属性名称
注意:此字段可能返回 null,表示取不到有效值。public String[] getLabelNames()
public void setLabelNames(String[] LabelNames)
LabelNames
- 标签名称
注意:此字段可能返回 null,表示取不到有效值。public Boolean getIsUpdating()
public void setIsUpdating(Boolean IsUpdating)
IsUpdating
- 属性标签是否在更新中
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2024. All rights reserved.