Class DevGroupInfo
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.iotvideoindustry.v20201201.models.DevGroupInfo
-
public class DevGroupInfo extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description DevGroupInfo()DevGroupInfo(DevGroupInfo 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 StringgetDeviceId()Get 设备唯一标识StringgetError()Get 设备错误,仅在用户没权限或者设备已删除时返回具体结果StringgetGroupId()Get 分组IDStringgetGroupPath()Get 分组路径StringgetParentId()Get 父分组IDvoidsetDeviceId(String DeviceId)Set 设备唯一标识voidsetError(String Error)Set 设备错误,仅在用户没权限或者设备已删除时返回具体结果voidsetGroupId(String GroupId)Set 分组IDvoidsetGroupPath(String GroupPath)Set 分组路径voidsetParentId(String ParentId)Set 父分组IDvoidtoMap(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
-
DevGroupInfo
public DevGroupInfo()
-
DevGroupInfo
public DevGroupInfo(DevGroupInfo 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
-
getDeviceId
public String getDeviceId()
Get 设备唯一标识- Returns:
- DeviceId 设备唯一标识
-
setDeviceId
public void setDeviceId(String DeviceId)
Set 设备唯一标识- Parameters:
DeviceId- 设备唯一标识
-
getGroupId
public String getGroupId()
Get 分组ID- Returns:
- GroupId 分组ID
-
setGroupId
public void setGroupId(String GroupId)
Set 分组ID- Parameters:
GroupId- 分组ID
-
getGroupPath
public String getGroupPath()
Get 分组路径- Returns:
- GroupPath 分组路径
-
setGroupPath
public void setGroupPath(String GroupPath)
Set 分组路径- Parameters:
GroupPath- 分组路径
-
getParentId
public String getParentId()
Get 父分组ID- Returns:
- ParentId 父分组ID
-
setParentId
public void setParentId(String ParentId)
Set 父分组ID- Parameters:
ParentId- 父分组ID
-
getError
public String getError()
Get 设备错误,仅在用户没权限或者设备已删除时返回具体结果- Returns:
- Error 设备错误,仅在用户没权限或者设备已删除时返回具体结果
-
setError
public void setError(String Error)
Set 设备错误,仅在用户没权限或者设备已删除时返回具体结果- Parameters:
Error- 设备错误,仅在用户没权限或者设备已删除时返回具体结果
-
-