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