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