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