com.baidubce.services.iotdm.model.v3.schema
Class SchemaListResponse
java.lang.Object
com.baidubce.model.AbstractBceResponse
com.baidubce.services.iotdm.model.v3.schema.SchemaListResponse
- All Implemented Interfaces:
- Serializable
public class SchemaListResponse
- extends AbstractBceResponse
Represent the response of getting a schema list.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SchemaListResponse
public SchemaListResponse()
getTotalCount
public int getTotalCount()
setTotalCount
public void setTotalCount(int totalCount)
getPageNo
public int getPageNo()
setPageNo
public void setPageNo(int pageNo)
getPageSize
public int getPageSize()
setPageSize
public void setPageSize(int pageSize)
getResult
public List<Schema> getResult()
setResult
public void setResult(List<Schema> result)
Copyright © 2018. All rights reserved.