Class ModifyDeviceGroupRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.dasb.v20191018.models.ModifyDeviceGroupRequest
-
public class ModifyDeviceGroupRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description ModifyDeviceGroupRequest()ModifyDeviceGroupRequest(ModifyDeviceGroupRequest 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetDepartmentId()Get 资产组所属部门ID,如:1.2.3LonggetId()Get 资产组IDStringgetName()Get 资产组名,最大长度32字符,不能为空voidsetDepartmentId(String DepartmentId)Set 资产组所属部门ID,如:1.2.3voidsetId(Long Id)Set 资产组IDvoidsetName(String Name)Set 资产组名,最大长度32字符,不能为空voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
ModifyDeviceGroupRequest
public ModifyDeviceGroupRequest()
-
ModifyDeviceGroupRequest
public ModifyDeviceGroupRequest(ModifyDeviceGroupRequest 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.
-
-
Method Detail
-
getName
public String getName()
Get 资产组名,最大长度32字符,不能为空- Returns:
- Name 资产组名,最大长度32字符,不能为空
-
setName
public void setName(String Name)
Set 资产组名,最大长度32字符,不能为空- Parameters:
Name- 资产组名,最大长度32字符,不能为空
-
getId
public Long getId()
Get 资产组ID- Returns:
- Id 资产组ID
-
setId
public void setId(Long Id)
Set 资产组ID- Parameters:
Id- 资产组ID
-
getDepartmentId
public String getDepartmentId()
Get 资产组所属部门ID,如:1.2.3- Returns:
- DepartmentId 资产组所属部门ID,如:1.2.3
-
setDepartmentId
public void setDepartmentId(String DepartmentId)
Set 资产组所属部门ID,如:1.2.3- Parameters:
DepartmentId- 资产组所属部门ID,如:1.2.3
-
-