Class ModifyIotDeviceRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.iecp.v20210914.models.ModifyIotDeviceRequest
-
public class ModifyIotDeviceRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description ModifyIotDeviceRequest()
ModifyIotDeviceRequest(ModifyIotDeviceRequest 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 String
getDescription()
Get 描述Long
getDeviceId()
Get 设备idBoolean
getDisabled()
Get 设备是否开启Long
getLogLevel()
Get 日志级别Long
getLogSetting()
Get 日志设置void
setDescription(String Description)
Set 描述void
setDeviceId(Long DeviceId)
Set 设备idvoid
setDisabled(Boolean Disabled)
Set 设备是否开启void
setLogLevel(Long LogLevel)
Set 日志级别void
setLogSetting(Long LogSetting)
Set 日志设置void
toMap(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
-
ModifyIotDeviceRequest
public ModifyIotDeviceRequest()
-
ModifyIotDeviceRequest
public ModifyIotDeviceRequest(ModifyIotDeviceRequest 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 Long getDeviceId()
Get 设备id- Returns:
- DeviceId 设备id
-
setDeviceId
public void setDeviceId(Long DeviceId)
Set 设备id- Parameters:
DeviceId
- 设备id
-
getDescription
public String getDescription()
Get 描述- Returns:
- Description 描述
-
setDescription
public void setDescription(String Description)
Set 描述- Parameters:
Description
- 描述
-
getDisabled
public Boolean getDisabled()
Get 设备是否开启- Returns:
- Disabled 设备是否开启
-
setDisabled
public void setDisabled(Boolean Disabled)
Set 设备是否开启- Parameters:
Disabled
- 设备是否开启
-
getLogSetting
public Long getLogSetting()
Get 日志设置- Returns:
- LogSetting 日志设置
-
setLogSetting
public void setLogSetting(Long LogSetting)
Set 日志设置- Parameters:
LogSetting
- 日志设置
-
getLogLevel
public Long getLogLevel()
Get 日志级别- Returns:
- LogLevel 日志级别
-
setLogLevel
public void setLogLevel(Long LogLevel)
Set 日志级别- Parameters:
LogLevel
- 日志级别
-
-