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 Label ID.
|
String |
getAttrKey()
Get Label identification.
|
String |
getAttrName()
Get Label name.
|
Boolean |
getIsUpdating()
Get Whether the label is being updated.
|
String[] |
getLabelNames()
Get Label value name.
|
String |
getLabelTotalCount()
Get Total number of label values.
|
Long |
getStatus()
Get Status.
|
String |
getStatusDesc()
Get Status description.
|
void |
setAttrBizId(String AttrBizId)
Set Label ID.
|
void |
setAttrKey(String AttrKey)
Set Label identification.
|
void |
setAttrName(String AttrName)
Set Label name.
|
void |
setIsUpdating(Boolean IsUpdating)
Set Whether the label is being updated.
|
void |
setLabelNames(String[] LabelNames)
Set Label value name.
|
void |
setLabelTotalCount(String LabelTotalCount)
Set Total number of label values.
|
void |
setStatus(Long Status)
Set Status.
|
void |
setStatusDesc(String StatusDesc)
Set Status description.
|
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 AttrLabelDetail()
public AttrLabelDetail(AttrLabelDetail source)
public String getAttrBizId()
public void setAttrBizId(String AttrBizId)
AttrBizId - Label ID.public String getAttrKey()
public void setAttrKey(String AttrKey)
AttrKey - Label identification.public String getAttrName()
public void setAttrName(String AttrName)
AttrName - Label name.public String[] getLabelNames()
public void setLabelNames(String[] LabelNames)
LabelNames - Label value name.public Boolean getIsUpdating()
public void setIsUpdating(Boolean IsUpdating)
IsUpdating - Whether the label is being updated.public Long getStatus()
public void setStatus(Long Status)
Status - Status.public String getStatusDesc()
public void setStatusDesc(String StatusDesc)
StatusDesc - Status description.public String getLabelTotalCount()
public void setLabelTotalCount(String LabelTotalCount)
LabelTotalCount - Total number of label values.Copyright © 2025. All rights reserved.