public class AddLabelRequest extends AbstractModel
Constructor and Description |
---|
AddLabelRequest() |
AddLabelRequest(AddLabelRequest 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 |
getDid()
Get
|
Long |
getLabelId()
Get The label ID.
|
void |
setDid(String Did)
Set
|
void |
setLabelId(Long LabelId)
Set The label ID.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public AddLabelRequest()
public AddLabelRequest(AddLabelRequest source)
public Long getLabelId()
public void setLabelId(Long LabelId)
LabelId
- The label ID.public String getDid()
public void setDid(String Did)
Did
- Copyright © 2023. All rights reserved.