public class DescribeAttributeLabelRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
DescribeAttributeLabelRequest() |
DescribeAttributeLabelRequest(DescribeAttributeLabelRequest 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 Attribute ID.
|
String |
getBotBizId()
Get Application ID.
|
String |
getLastLabelBizId()
Get The label ID of the scroll loading cursor.
|
Long |
getLimit()
Get Quantity loaded each time.
|
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).
|
String |
getQuery()
Get Query a label or similar labels.
|
String |
getQueryScope()
Get Query scope:
all (or leave it blank): standard words and similar words
standard: standard words
similar: similar words
|
void |
setAttributeBizId(String AttributeBizId)
Set Attribute ID.
|
void |
setBotBizId(String BotBizId)
Set Application ID.
|
void |
setLastLabelBizId(String LastLabelBizId)
Set The label ID of the scroll loading cursor.
|
void |
setLimit(Long Limit)
Set Quantity loaded each time.
|
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 |
setQuery(String Query)
Set Query a label or similar labels.
|
void |
setQueryScope(String QueryScope)
Set Query scope:
all (or leave it blank): standard words and similar words
standard: standard words
similar: similar words
|
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 DescribeAttributeLabelRequest()
public DescribeAttributeLabelRequest(DescribeAttributeLabelRequest source)
public String getBotBizId()
public void setBotBizId(String BotBizId)
BotBizId
- Application ID.public String getAttributeBizId()
public void setAttributeBizId(String AttributeBizId)
AttributeBizId
- Attribute ID.public Long getLimit()
public void setLimit(Long Limit)
Limit
- Quantity loaded each time.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).public String getQuery()
public void setQuery(String Query)
Query
- Query a label or similar labels.public String getLastLabelBizId()
public void setLastLabelBizId(String LastLabelBizId)
LastLabelBizId
- The label ID of the scroll loading cursor.public String getQueryScope()
public void setQueryScope(String QueryScope)
QueryScope
- Query scope:
all (or leave it blank): standard words and similar words
standard: standard words
similar: similar wordsCopyright © 2025. All rights reserved.