com.baidubce.services.binaryparser.model
Class ListBinaryParserResponse
java.lang.Object
com.baidubce.model.AbstractBceResponse
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ListBinaryParserResponse
public ListBinaryParserResponse()
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.