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