public class AttrLabelRefer extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| AttrLabelRefer() | 
| AttrLabelRefer(AttrLabelRefer 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 | getAttributeBizId()Get 标签ID | 
| String[] | getLabelBizIds()Get 标签值ID | 
| Long | getSource()Get 标签来源,1:标签 | 
| void | setAttributeBizId(String AttributeBizId)Set 标签ID | 
| void | setLabelBizIds(String[] LabelBizIds)Set 标签值ID | 
| void | setSource(Long Source)Set 标签来源,1:标签 | 
| 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 AttrLabelRefer()
public AttrLabelRefer(AttrLabelRefer source)
public Long getSource()
public void setSource(Long Source)
Source - 标签来源,1:标签public String getAttributeBizId()
public void setAttributeBizId(String AttributeBizId)
AttributeBizId - 标签IDpublic String[] getLabelBizIds()
public void setLabelBizIds(String[] LabelBizIds)
LabelBizIds - 标签值IDCopyright © 2025. All rights reserved.