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