public class QueryDeviceListByDeviceGroupResponseBody
extends com.aliyun.tea.TeaModel
| 构造器和说明 |
|---|
QueryDeviceListByDeviceGroupResponseBody() |
@NameInMap(value="Code") public String code
@NameInMap(value="Data") public QueryDeviceListByDeviceGroupResponseBody.QueryDeviceListByDeviceGroupResponseBodyData data
@NameInMap(value="ErrorMessage") public String errorMessage
@NameInMap(value="Page") public Integer page
@NameInMap(value="PageCount") public Integer pageCount
@NameInMap(value="PageSize") public Integer pageSize
@NameInMap(value="RequestId") public String requestId
@NameInMap(value="Success") public Boolean success
@NameInMap(value="Total") public Integer total
public static QueryDeviceListByDeviceGroupResponseBody build(Map<String,?> map) throws Exception
Exceptionpublic QueryDeviceListByDeviceGroupResponseBody setCode(String code)
public String getCode()
public QueryDeviceListByDeviceGroupResponseBody setData(QueryDeviceListByDeviceGroupResponseBody.QueryDeviceListByDeviceGroupResponseBodyData data)
public QueryDeviceListByDeviceGroupResponseBody.QueryDeviceListByDeviceGroupResponseBodyData getData()
public QueryDeviceListByDeviceGroupResponseBody setErrorMessage(String errorMessage)
public String getErrorMessage()
public QueryDeviceListByDeviceGroupResponseBody setPage(Integer page)
public Integer getPage()
public QueryDeviceListByDeviceGroupResponseBody setPageCount(Integer pageCount)
public Integer getPageCount()
public QueryDeviceListByDeviceGroupResponseBody setPageSize(Integer pageSize)
public Integer getPageSize()
public QueryDeviceListByDeviceGroupResponseBody setRequestId(String requestId)
public String getRequestId()
public QueryDeviceListByDeviceGroupResponseBody setSuccess(Boolean success)
public Boolean getSuccess()
public QueryDeviceListByDeviceGroupResponseBody setTotal(Integer total)
public Integer getTotal()
Copyright © 2023. All rights reserved.