public class PutExporterOutputResponseBody
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
code
The HTTP status code.
|
String |
message
The returned message.
|
String |
requestId
The request ID.
|
Boolean |
success
Indicates whether the request was successful. true: The request was successful. false: The request failed.
|
| 构造器和说明 |
|---|
PutExporterOutputResponseBody() |
| 限定符和类型 | 方法和说明 |
|---|---|
static PutExporterOutputResponseBody |
build(Map<String,?> map) |
String |
getCode() |
String |
getMessage() |
String |
getRequestId() |
Boolean |
getSuccess() |
PutExporterOutputResponseBody |
setCode(String code) |
PutExporterOutputResponseBody |
setMessage(String message) |
PutExporterOutputResponseBody |
setRequestId(String requestId) |
PutExporterOutputResponseBody |
setSuccess(Boolean success) |
@NameInMap(value="Code") public String code
The HTTP status code.
> The status code 200 indicates that the request was successful.
@NameInMap(value="Message") public String message
The returned message.
@NameInMap(value="RequestId") public String requestId
The request ID.
@NameInMap(value="Success") public Boolean success
Indicates whether the request was successful. true: The request was successful. false: The request failed.
public static PutExporterOutputResponseBody build(Map<String,?> map) throws Exception
Exceptionpublic PutExporterOutputResponseBody setCode(String code)
public String getCode()
public PutExporterOutputResponseBody setMessage(String message)
public String getMessage()
public PutExporterOutputResponseBody setRequestId(String requestId)
public String getRequestId()
public PutExporterOutputResponseBody setSuccess(Boolean success)
public Boolean getSuccess()
Copyright © 2024. All rights reserved.