Class ModifyDeviceRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.trro.v20220325.models.ModifyDeviceRequest
-
public class ModifyDeviceRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description ModifyDeviceRequest()ModifyDeviceRequest(ModifyDeviceRequest 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 要修改设备的设备IDStringgetDeviceName()Get 修改后的设备名称,不填则不修改StringgetDeviceToken()Get 修改后的设备认证口令,不填则不修改StringgetProjectId()Get 要修改设备归属项目的项目IDvoidsetDeviceId(String DeviceId)Set 要修改设备的设备IDvoidsetDeviceName(String DeviceName)Set 修改后的设备名称,不填则不修改voidsetDeviceToken(String DeviceToken)Set 修改后的设备认证口令,不填则不修改voidsetProjectId(String ProjectId)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
-
ModifyDeviceRequest
public ModifyDeviceRequest()
-
ModifyDeviceRequest
public ModifyDeviceRequest(ModifyDeviceRequest 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
-
getProjectId
public String getProjectId()
Get 要修改设备归属项目的项目ID- Returns:
- ProjectId 要修改设备归属项目的项目ID
-
setProjectId
public void setProjectId(String ProjectId)
Set 要修改设备归属项目的项目ID- Parameters:
ProjectId- 要修改设备归属项目的项目ID
-
getDeviceId
public String getDeviceId()
Get 要修改设备的设备ID- Returns:
- DeviceId 要修改设备的设备ID
-
setDeviceId
public void setDeviceId(String DeviceId)
Set 要修改设备的设备ID- Parameters:
DeviceId- 要修改设备的设备ID
-
getDeviceName
public String getDeviceName()
Get 修改后的设备名称,不填则不修改- Returns:
- DeviceName 修改后的设备名称,不填则不修改
-
setDeviceName
public void setDeviceName(String DeviceName)
Set 修改后的设备名称,不填则不修改- Parameters:
DeviceName- 修改后的设备名称,不填则不修改
-
getDeviceToken
public String getDeviceToken()
Get 修改后的设备认证口令,不填则不修改- Returns:
- DeviceToken 修改后的设备认证口令,不填则不修改
-
setDeviceToken
public void setDeviceToken(String DeviceToken)
Set 修改后的设备认证口令,不填则不修改- Parameters:
DeviceToken- 修改后的设备认证口令,不填则不修改
-
-