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 |
getDepartmentId()
Get 资产组所属部门ID,如:1.2.3
|
String |
getName()
Get 资产组名,最大长度32字符
|
void |
setDepartmentId(String DepartmentId)
Set 资产组所属部门ID,如:1.2.3
|
void |
setName(String Name)
Set 资产组名,最大长度32字符
|
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 getName()
public void setName(String Name)
Name
- 资产组名,最大长度32字符public String getDepartmentId()
public void setDepartmentId(String DepartmentId)
DepartmentId
- 资产组所属部门ID,如:1.2.3Copyright © 2022. All rights reserved.