public class GetModelrelationshipRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
authToken |
String |
destinationModelId |
String |
sourceModelId |
| 构造器和说明 |
|---|
GetModelrelationshipRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static GetModelrelationshipRequest |
build(Map<String,?> map) |
String |
getAuthToken() |
String |
getDestinationModelId() |
String |
getSourceModelId() |
GetModelrelationshipRequest |
setAuthToken(String authToken) |
GetModelrelationshipRequest |
setDestinationModelId(String destinationModelId) |
GetModelrelationshipRequest |
setSourceModelId(String sourceModelId) |
@NameInMap(value="auth_token") public String authToken
@NameInMap(value="destination_model_id") @Validation(required=true) public String destinationModelId
@NameInMap(value="source_model_id") @Validation(required=true) public String sourceModelId
public static GetModelrelationshipRequest build(Map<String,?> map) throws Exception
Exceptionpublic GetModelrelationshipRequest setAuthToken(String authToken)
public String getAuthToken()
public GetModelrelationshipRequest setDestinationModelId(String destinationModelId)
public String getDestinationModelId()
public GetModelrelationshipRequest setSourceModelId(String sourceModelId)
public String getSourceModelId()
Copyright © 2021. All rights reserved.