public class AttrLabel extends AbstractModel
header, skipSign
Constructor and Description |
---|
AttrLabel() |
AttrLabel(AttrLabel 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,表示取不到有效值。
|
Label[] |
getLabels()
Get 标签ID
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getSource()
Get 属性标签来源
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setAttrBizId(String AttrBizId)
Set 属性ID
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setAttrKey(String AttrKey)
Set 属性标识
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setAttrName(String AttrName)
Set 属性名称
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setLabels(Label[] Labels)
Set 标签ID
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setSource(Long Source)
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 AttrLabel()
public AttrLabel(AttrLabel source)
public Long getSource()
public void setSource(Long Source)
Source
- 属性标签来源
注意:此字段可能返回 null,表示取不到有效值。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 Label[] getLabels()
public void setLabels(Label[] Labels)
Labels
- 标签ID
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2024. All rights reserved.