public class ModifyAttributeLabelRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
ModifyAttributeLabelRequest() |
ModifyAttributeLabelRequest(ModifyAttributeLabelRequest 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 Label ID.
|
String |
getAttrKey()
Get Label identifier (abolished).
|
String |
getAttrName()
Get Label name.
|
String |
getBotBizId()
Get Application ID.
|
String[] |
getDeleteLabelBizIds()
Get Deleted label value.
|
AttributeLabel[] |
getLabels()
Get Newly-added or edited label.
|
String |
getLoginSubAccountUin()
Get Login to user's sub-account (required in integrator mode).
|
String |
getLoginUin()
Get Login to user's root account (required in integrator mode).
|
void |
setAttributeBizId(String AttributeBizId)
Set Label ID.
|
void |
setAttrKey(String AttrKey)
Set Label identifier (abolished).
|
void |
setAttrName(String AttrName)
Set Label name.
|
void |
setBotBizId(String BotBizId)
Set Application ID.
|
void |
setDeleteLabelBizIds(String[] DeleteLabelBizIds)
Set Deleted label value.
|
void |
setLabels(AttributeLabel[] Labels)
Set Newly-added or edited label.
|
void |
setLoginSubAccountUin(String LoginSubAccountUin)
Set Login to user's sub-account (required in integrator mode).
|
void |
setLoginUin(String LoginUin)
Set Login to user's root account (required in integrator mode).
|
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 ModifyAttributeLabelRequest()
public ModifyAttributeLabelRequest(ModifyAttributeLabelRequest source)
public String getBotBizId()
public void setBotBizId(String BotBizId)
BotBizId
- Application ID.public String getAttributeBizId()
public void setAttributeBizId(String AttributeBizId)
AttributeBizId
- Label ID.public String getAttrName()
public void setAttrName(String AttrName)
AttrName
- Label name.public String getAttrKey()
public void setAttrKey(String AttrKey)
AttrKey
- Label identifier (abolished).public String getLoginUin()
public void setLoginUin(String LoginUin)
LoginUin
- Login to user's root account (required in integrator mode).public String getLoginSubAccountUin()
public void setLoginSubAccountUin(String LoginSubAccountUin)
LoginSubAccountUin
- Login to user's sub-account (required in integrator mode).public String[] getDeleteLabelBizIds()
public void setDeleteLabelBizIds(String[] DeleteLabelBizIds)
DeleteLabelBizIds
- Deleted label value.public AttributeLabel[] getLabels()
public void setLabels(AttributeLabel[] Labels)
Labels
- Newly-added or edited label.Copyright © 2025. All rights reserved.