public class CreateDestinationResponse
extends com.aliyuncs.AcsResponse
限定符和类型 | 类和说明 |
---|---|
static class |
CreateDestinationResponse.Destination |
构造器和说明 |
---|
CreateDestinationResponse() |
限定符和类型 | 方法和说明 |
---|---|
String |
getCode() |
CreateDestinationResponse.Destination |
getDestination() |
String |
getErrorMessage() |
CreateDestinationResponse |
getInstance(com.aliyuncs.transform.UnmarshallerContext context) |
String |
getRequestId() |
Boolean |
getSuccess() |
void |
setCode(String code) |
void |
setDestination(CreateDestinationResponse.Destination destination) |
void |
setErrorMessage(String errorMessage) |
void |
setRequestId(String requestId) |
void |
setSuccess(Boolean success) |
public String getCode()
public void setCode(String code)
public String getErrorMessage()
public void setErrorMessage(String errorMessage)
public String getRequestId()
public void setRequestId(String requestId)
public Boolean getSuccess()
public void setSuccess(Boolean success)
public CreateDestinationResponse.Destination getDestination()
public void setDestination(CreateDestinationResponse.Destination destination)
public CreateDestinationResponse getInstance(com.aliyuncs.transform.UnmarshallerContext context)
getInstance
在类中 com.aliyuncs.AcsResponse
Copyright © 2023. All rights reserved.