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 标签值
注意:此字段可能返回 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 标签值
注意:此字段可能返回 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, toJsonStringpublic 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 - 标签值
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2025. All rights reserved.