public class InitDeviceRequest
extends com.aliyun.tea.TeaModel
构造器和说明 |
---|
InitDeviceRequest() |
限定符和类型 | 方法和说明 |
---|---|
static InitDeviceRequest |
build(Map<String,?> map) |
String |
getEncryptPubKey() |
String |
getSignature() |
String |
getSn() |
Long |
getTimestamp() |
String |
getVersion() |
InitDeviceRequest |
setEncryptPubKey(String encryptPubKey) |
InitDeviceRequest |
setSignature(String signature) |
InitDeviceRequest |
setSn(String sn) |
InitDeviceRequest |
setTimestamp(Long timestamp) |
InitDeviceRequest |
setVersion(String version) |
@NameInMap(value="encryptPubKey") public String encryptPubKey
@NameInMap(value="signature") public String signature
@NameInMap(value="sn") public String sn
@NameInMap(value="timestamp") public Long timestamp
@NameInMap(value="version") public String version
public static InitDeviceRequest build(Map<String,?> map) throws Exception
Exception
public InitDeviceRequest setEncryptPubKey(String encryptPubKey)
public String getEncryptPubKey()
public InitDeviceRequest setSignature(String signature)
public String getSignature()
public InitDeviceRequest setSn(String sn)
public String getSn()
public InitDeviceRequest setTimestamp(Long timestamp)
public Long getTimestamp()
public InitDeviceRequest setVersion(String version)
public String getVersion()
Copyright © 2022. All rights reserved.