public class InitVPaasDeviceRequest
extends com.aliyun.tea.TeaModel
| 构造器和说明 |
|---|
InitVPaasDeviceRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static InitVPaasDeviceRequest |
build(Map<String,?> map) |
String |
getSn() |
Long |
getTimestamp() |
String |
getType() |
InitVPaasDeviceRequest |
setSn(String sn) |
InitVPaasDeviceRequest |
setTimestamp(Long timestamp) |
InitVPaasDeviceRequest |
setType(String type) |
@NameInMap(value="sn") public String sn
@NameInMap(value="timestamp") public Long timestamp
@NameInMap(value="type") public String type
public static InitVPaasDeviceRequest build(Map<String,?> map) throws Exception
Exceptionpublic InitVPaasDeviceRequest setSn(String sn)
public String getSn()
public InitVPaasDeviceRequest setTimestamp(Long timestamp)
public Long getTimestamp()
public InitVPaasDeviceRequest setType(String type)
public String getType()
Copyright © 2023. All rights reserved.