public class InterruptLogstashTaskResponse
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
InterruptLogstashTaskResponseBody |
body |
Map<String,String> |
headers |
Integer |
statusCode |
构造器和说明 |
---|
InterruptLogstashTaskResponse() |
限定符和类型 | 方法和说明 |
---|---|
static InterruptLogstashTaskResponse |
build(Map<String,?> map) |
InterruptLogstashTaskResponseBody |
getBody() |
Map<String,String> |
getHeaders() |
Integer |
getStatusCode() |
InterruptLogstashTaskResponse |
setBody(InterruptLogstashTaskResponseBody body) |
InterruptLogstashTaskResponse |
setHeaders(Map<String,String> headers) |
InterruptLogstashTaskResponse |
setStatusCode(Integer statusCode) |
@NameInMap(value="statusCode") public Integer statusCode
@NameInMap(value="body") public InterruptLogstashTaskResponseBody body
public static InterruptLogstashTaskResponse build(Map<String,?> map) throws Exception
Exception
public InterruptLogstashTaskResponse setHeaders(Map<String,String> headers)
public InterruptLogstashTaskResponse setStatusCode(Integer statusCode)
public Integer getStatusCode()
public InterruptLogstashTaskResponse setBody(InterruptLogstashTaskResponseBody body)
public InterruptLogstashTaskResponseBody getBody()
Copyright © 2024. All rights reserved.