public class CreateAttributeLabelRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
CreateAttributeLabelRequest() |
CreateAttributeLabelRequest(CreateAttributeLabelRequest 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 |
getAttrKey()
Get Label identification (not effective, no need to fill in) .
|
String |
getAttrName()
Get Label name.
|
String |
getBotBizId()
Get Application ID.
|
AttributeLabel[] |
getLabels()
Get Label value.
|
String |
getLoginSubAccountUin()
Get Log in to user's sub-account (required in integrator mode).
|
String |
getLoginUin()
Get Log in to user's root account (required in integrator mode).
|
void |
setAttrKey(String AttrKey)
Set Label identification (not effective, no need to fill in) .
|
void |
setAttrName(String AttrName)
Set Label name.
|
void |
setBotBizId(String BotBizId)
Set Application ID.
|
void |
setLabels(AttributeLabel[] Labels)
Set Label value.
|
void |
setLoginSubAccountUin(String LoginSubAccountUin)
Set Log in to user's sub-account (required in integrator mode).
|
void |
setLoginUin(String LoginUin)
Set Log in 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, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public CreateAttributeLabelRequest()
public CreateAttributeLabelRequest(CreateAttributeLabelRequest source)
public String getBotBizId()
public void setBotBizId(String BotBizId)
BotBizId
- Application ID.public String getAttrName()
public void setAttrName(String AttrName)
AttrName
- Label name.public AttributeLabel[] getLabels()
public void setLabels(AttributeLabel[] Labels)
Labels
- Label value.public String getAttrKey()
public void setAttrKey(String AttrKey)
AttrKey
- Label identification (not effective, no need to fill in) . Abolished.public String getLoginUin()
public void setLoginUin(String LoginUin)
LoginUin
- Log in to user's root account (required in integrator mode).public String getLoginSubAccountUin()
public void setLoginSubAccountUin(String LoginSubAccountUin)
LoginSubAccountUin
- Log in to user's sub-account (required in integrator mode).Copyright © 2025. All rights reserved.