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