public class GetEdgeInstanceDeploymentRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
deploymentId |
String |
instanceId |
String |
iotInstanceId |
| 构造器和说明 |
|---|
GetEdgeInstanceDeploymentRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static GetEdgeInstanceDeploymentRequest |
build(Map<String,?> map) |
String |
getDeploymentId() |
String |
getInstanceId() |
String |
getIotInstanceId() |
GetEdgeInstanceDeploymentRequest |
setDeploymentId(String deploymentId) |
GetEdgeInstanceDeploymentRequest |
setInstanceId(String instanceId) |
GetEdgeInstanceDeploymentRequest |
setIotInstanceId(String iotInstanceId) |
@NameInMap(value="DeploymentId") public String deploymentId
@NameInMap(value="InstanceId") public String instanceId
@NameInMap(value="IotInstanceId") public String iotInstanceId
public static GetEdgeInstanceDeploymentRequest build(Map<String,?> map) throws Exception
Exceptionpublic GetEdgeInstanceDeploymentRequest setDeploymentId(String deploymentId)
public String getDeploymentId()
public GetEdgeInstanceDeploymentRequest setInstanceId(String instanceId)
public String getInstanceId()
public GetEdgeInstanceDeploymentRequest setIotInstanceId(String iotInstanceId)
public String getIotInstanceId()
Copyright © 2023. All rights reserved.