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