public class ModifyDeviceRequest extends AbstractModel
header, skipSign
Constructor and 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.
|
Modifier and Type | Method and Description |
---|---|
String |
getDeviceId()
Get The target device id to modify the device.
|
String |
getDeviceName()
Get The modified device name; if not filled in, no modification will be made.
|
String |
getDeviceToken()
Get The modified device authentication password; if not filled in, no modification will be made.
|
String |
getProjectId()
Get The target project id to modify the device's affiliated project.
|
void |
setDeviceId(String DeviceId)
Set The target device id to modify the device.
|
void |
setDeviceName(String DeviceName)
Set The modified device name; if not filled in, no modification will be made.
|
void |
setDeviceToken(String DeviceToken)
Set The modified device authentication password; if not filled in, no modification will be made.
|
void |
setProjectId(String ProjectId)
Set The target project id to modify the device's affiliated project.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public ModifyDeviceRequest()
public ModifyDeviceRequest(ModifyDeviceRequest source)
public String getProjectId()
public void setProjectId(String ProjectId)
ProjectId
- The target project id to modify the device's affiliated project.public String getDeviceId()
public void setDeviceId(String DeviceId)
DeviceId
- The target device id to modify the device.public String getDeviceName()
public void setDeviceName(String DeviceName)
DeviceName
- The modified device name; if not filled in, no modification will be made.public String getDeviceToken()
public void setDeviceToken(String DeviceToken)
DeviceToken
- The modified device authentication password; if not filled in, no modification will be made.Copyright © 2025. All rights reserved.