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