public class DescribeDeviceClientKeyRequest extends AbstractModel
Constructor and Description |
---|
DescribeDeviceClientKeyRequest() |
DescribeDeviceClientKeyRequest(DescribeDeviceClientKeyRequest 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 设备名称
|
String |
getProductId()
Get 所属产品的Id
|
void |
setDeviceName(String DeviceName)
Set 设备名称
|
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 DescribeDeviceClientKeyRequest()
public DescribeDeviceClientKeyRequest(DescribeDeviceClientKeyRequest source)
public String getProductId()
public void setProductId(String ProductId)
ProductId
- 所属产品的Idpublic String getDeviceName()
public void setDeviceName(String DeviceName)
DeviceName
- 设备名称Copyright © 2022. All rights reserved.