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