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