com.baidubce.services.iotdm.model.v3.schema
Class SchemaListResponse

java.lang.Object
  extended by com.baidubce.model.AbstractBceResponse
      extended by 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

Field Summary
 
Fields inherited from class com.baidubce.model.AbstractBceResponse
metadata
 
Constructor Summary
SchemaListResponse()
           
 
Method Summary
 int getPageNo()
           
 int getPageSize()
           
 List<Schema> getResult()
           
 int getTotalCount()
           
 void setPageNo(int pageNo)
           
 void setPageSize(int pageSize)
           
 void setResult(List<Schema> result)
           
 void setTotalCount(int totalCount)
           
 
Methods inherited from class com.baidubce.model.AbstractBceResponse
getMetadata
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SchemaListResponse

public SchemaListResponse()
Method Detail

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.