public class CreateLabelRequest extends AbstractModel
Constructor and Description |
---|
CreateLabelRequest() |
CreateLabelRequest(CreateLabelRequest 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 |
getClusterId()
Get The network ID.
|
Long |
getGroupId()
Get The group ID.
|
String |
getLabelName()
Get The label name.
|
void |
setClusterId(String ClusterId)
Set The network ID.
|
void |
setGroupId(Long GroupId)
Set The group ID.
|
void |
setLabelName(String LabelName)
Set The label name.
|
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 CreateLabelRequest()
public CreateLabelRequest(CreateLabelRequest source)
public String getLabelName()
public void setLabelName(String LabelName)
LabelName
- The label name.public String getClusterId()
public void setClusterId(String ClusterId)
ClusterId
- The network ID.public Long getGroupId()
public void setGroupId(Long GroupId)
GroupId
- The group ID.Copyright © 2023. All rights reserved.