public class DescribeGroupInfo extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| DescribeGroupInfo() | 
| DescribeGroupInfo(DescribeGroupInfo 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 | getDescription()Get 分组描述 | 
| Long | getId()Get 分组 | 
| String | getName()Get 设备分组名称 | 
| Long | getParentId()Get 分组父级ID | 
| void | setDescription(String Description)Set 分组描述 | 
| void | setId(Long Id)Set 分组 | 
| void | setName(String Name)Set 设备分组名称 | 
| void | setParentId(Long ParentId)Set 分组父级ID | 
| 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, toJsonStringpublic DescribeGroupInfo()
public DescribeGroupInfo(DescribeGroupInfo source)
public Long getId()
public void setId(Long Id)
Id - 分组public String getName()
public void setName(String Name)
Name - 设备分组名称public String getDescription()
public void setDescription(String Description)
Description - 分组描述public Long getParentId()
public void setParentId(Long ParentId)
ParentId - 分组父级IDCopyright © 2025. All rights reserved.