public class GetDestinationResponseBody
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 类和说明 |
|---|---|
static class |
GetDestinationResponseBody.GetDestinationResponseBodyDestination |
| 限定符和类型 | 字段和说明 |
|---|---|
String |
code |
GetDestinationResponseBody.GetDestinationResponseBodyDestination |
destination |
String |
errorMessage |
String |
requestId |
Boolean |
success |
| 构造器和说明 |
|---|
GetDestinationResponseBody() |
| 限定符和类型 | 方法和说明 |
|---|---|
static GetDestinationResponseBody |
build(Map<String,?> map) |
String |
getCode() |
GetDestinationResponseBody.GetDestinationResponseBodyDestination |
getDestination() |
String |
getErrorMessage() |
String |
getRequestId() |
Boolean |
getSuccess() |
GetDestinationResponseBody |
setCode(String code) |
GetDestinationResponseBody |
setDestination(GetDestinationResponseBody.GetDestinationResponseBodyDestination destination) |
GetDestinationResponseBody |
setErrorMessage(String errorMessage) |
GetDestinationResponseBody |
setRequestId(String requestId) |
GetDestinationResponseBody |
setSuccess(Boolean success) |
@NameInMap(value="Code") public String code
@NameInMap(value="Destination") public GetDestinationResponseBody.GetDestinationResponseBodyDestination destination
@NameInMap(value="ErrorMessage") public String errorMessage
@NameInMap(value="RequestId") public String requestId
@NameInMap(value="Success") public Boolean success
public static GetDestinationResponseBody build(Map<String,?> map) throws Exception
Exceptionpublic GetDestinationResponseBody setCode(String code)
public String getCode()
public GetDestinationResponseBody setDestination(GetDestinationResponseBody.GetDestinationResponseBodyDestination destination)
public GetDestinationResponseBody.GetDestinationResponseBodyDestination getDestination()
public GetDestinationResponseBody setErrorMessage(String errorMessage)
public String getErrorMessage()
public GetDestinationResponseBody setRequestId(String requestId)
public String getRequestId()
public GetDestinationResponseBody setSuccess(Boolean success)
public Boolean getSuccess()
Copyright © 2023. All rights reserved.