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, toJsonString
public 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 © 2024. All rights reserved.