public class CreateDeviceGroupRequest extends AbstractModel
Constructor and Description |
---|
CreateDeviceGroupRequest() |
CreateDeviceGroupRequest(CreateDeviceGroupRequest 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 |
getGroupDescribe()
Get 分组描述
|
String |
getGroupName()
Get 分组名称
|
String |
getParentId()
Get 父分组ID
|
void |
setGroupDescribe(String GroupDescribe)
Set 分组描述
|
void |
setGroupName(String GroupName)
Set 分组名称
|
void |
setParentId(String ParentId)
Set 父分组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 CreateDeviceGroupRequest()
public CreateDeviceGroupRequest(CreateDeviceGroupRequest source)
public String getGroupName()
public void setGroupName(String GroupName)
GroupName
- 分组名称public String getParentId()
public void setParentId(String ParentId)
ParentId
- 父分组IDpublic String getGroupDescribe()
public void setGroupDescribe(String GroupDescribe)
GroupDescribe
- 分组描述Copyright © 2022. All rights reserved.