com.baidubce.services.binaryparser.model
Class ListBinaryParserResponse

java.lang.Object
  extended by com.baidubce.model.AbstractBceResponse
      extended by com.baidubce.services.binaryparser.model.ListBinaryParserResponse
All Implemented Interfaces:
Serializable

public class ListBinaryParserResponse
extends AbstractBceResponse

Created by yuanyoujun on 2017/9/2.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.baidubce.model.AbstractBceResponse
metadata
 
Constructor Summary
ListBinaryParserResponse()
           
 
Method Summary
 int getPageNo()
           
 int getPageSize()
           
 List<BinaryParser> getResult()
           
 int getTotalCount()
           
 void setPageNo(int pageNo)
           
 void setPageSize(int pageSize)
           
 void setResult(List<BinaryParser> 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

ListBinaryParserResponse

public ListBinaryParserResponse()
Method Detail

getResult

public List<BinaryParser> getResult()

setResult

public void setResult(List<BinaryParser> result)

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)


Copyright © 2018. All rights reserved.