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