public class CopyThingModelRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
iotInstanceId |
String |
resourceGroupId |
String |
sourceModelVersion |
String |
sourceProductKey |
String |
targetProductKey |
| 构造器和说明 |
|---|
CopyThingModelRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static CopyThingModelRequest |
build(Map<String,?> map) |
String |
getIotInstanceId() |
String |
getResourceGroupId() |
String |
getSourceModelVersion() |
String |
getSourceProductKey() |
String |
getTargetProductKey() |
CopyThingModelRequest |
setIotInstanceId(String iotInstanceId) |
CopyThingModelRequest |
setResourceGroupId(String resourceGroupId) |
CopyThingModelRequest |
setSourceModelVersion(String sourceModelVersion) |
CopyThingModelRequest |
setSourceProductKey(String sourceProductKey) |
CopyThingModelRequest |
setTargetProductKey(String targetProductKey) |
@NameInMap(value="IotInstanceId") public String iotInstanceId
@NameInMap(value="ResourceGroupId") public String resourceGroupId
@NameInMap(value="SourceModelVersion") public String sourceModelVersion
@NameInMap(value="SourceProductKey") public String sourceProductKey
@NameInMap(value="TargetProductKey") public String targetProductKey
public static CopyThingModelRequest build(Map<String,?> map) throws Exception
Exceptionpublic CopyThingModelRequest setIotInstanceId(String iotInstanceId)
public String getIotInstanceId()
public CopyThingModelRequest setResourceGroupId(String resourceGroupId)
public String getResourceGroupId()
public CopyThingModelRequest setSourceModelVersion(String sourceModelVersion)
public String getSourceModelVersion()
public CopyThingModelRequest setSourceProductKey(String sourceProductKey)
public String getSourceProductKey()
public CopyThingModelRequest setTargetProductKey(String targetProductKey)
public String getTargetProductKey()
Copyright © 2023. All rights reserved.