public class UpdateDeviceAvailableStateRequest extends AbstractModel
Constructor and Description |
---|
UpdateDeviceAvailableStateRequest() |
UpdateDeviceAvailableStateRequest(UpdateDeviceAvailableStateRequest 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 |
getDeviceName()
Get 设备名称
|
Long |
getEnableState()
Get 要设置的设备状态,1为启用,0为禁用
|
String |
getProductId()
Get 设备所属产品id
|
void |
setDeviceName(String DeviceName)
Set 设备名称
|
void |
setEnableState(Long EnableState)
Set 要设置的设备状态,1为启用,0为禁用
|
void |
setProductId(String ProductId)
Set 设备所属产品id
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public UpdateDeviceAvailableStateRequest()
public UpdateDeviceAvailableStateRequest(UpdateDeviceAvailableStateRequest source)
public String getProductId()
public void setProductId(String ProductId)
ProductId
- 设备所属产品idpublic String getDeviceName()
public void setDeviceName(String DeviceName)
DeviceName
- 设备名称public Long getEnableState()
public void setEnableState(Long EnableState)
EnableState
- 要设置的设备状态,1为启用,0为禁用Copyright © 2022. All rights reserved.