T - public abstract class EnvisionPaginationRequest<T extends EnvisionPaginationResponse> extends Object implements EnvisionRequest<T>
| 构造器和说明 |
|---|
EnvisionPaginationRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
check() |
int |
getPageNo() |
int |
getPageSize() |
protected Map<String,String> |
getPaginationParams()
Gets all the Key-Value form of the text request parameter set:
Key: Request parameter name
Value: Request parameter value
|
void |
setPageNo(int pageNo) |
void |
setPageSize(int pageSize) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetApiMethodName, getResponseClass, getTextParamspublic int getPageNo()
public void setPageNo(int pageNo)
public int getPageSize()
public void setPageSize(int pageSize)
protected Map<String,String> getPaginationParams()
public void check()
throws EnvisionRuleException
check 在接口中 EnvisionRequest<T extends EnvisionPaginationResponse>EnvisionRuleExceptionCopyright © 2018. All rights reserved.