public class InterruptLogstashTaskResponseBody
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
String |
code
The error code returned.
|
String |
message
The error message returned.
|
String |
requestId
The request ID.
|
Boolean |
result
Indicates whether the task is suspended.
|
构造器和说明 |
---|
InterruptLogstashTaskResponseBody() |
限定符和类型 | 方法和说明 |
---|---|
static InterruptLogstashTaskResponseBody |
build(Map<String,?> map) |
String |
getCode() |
String |
getMessage() |
String |
getRequestId() |
Boolean |
getResult() |
InterruptLogstashTaskResponseBody |
setCode(String code) |
InterruptLogstashTaskResponseBody |
setMessage(String message) |
InterruptLogstashTaskResponseBody |
setRequestId(String requestId) |
InterruptLogstashTaskResponseBody |
setResult(Boolean result) |
@NameInMap(value="Code") public String code
The error code returned. If the API operation is successfully called, this parameter is not returned.
@NameInMap(value="Message") public String message
The error message returned. If the API operation is successfully called, this parameter is not returned.
@NameInMap(value="RequestId") public String requestId
The request ID.
@NameInMap(value="Result") public Boolean result
Indicates whether the task is suspended. Valid values:
* true
* false
public static InterruptLogstashTaskResponseBody build(Map<String,?> map) throws Exception
Exception
public InterruptLogstashTaskResponseBody setCode(String code)
public String getCode()
public InterruptLogstashTaskResponseBody setMessage(String message)
public String getMessage()
public InterruptLogstashTaskResponseBody setRequestId(String requestId)
public String getRequestId()
public InterruptLogstashTaskResponseBody setResult(Boolean result)
public Boolean getResult()
Copyright © 2024. All rights reserved.