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