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