public class HttpsGetCertRequest extends Object implements GeneralRequest
Created by YANGXUEYI on 2017/7/13.
| Constructor and Description |
|---|
HttpsGetCertRequest() |
| Modifier and Type | Method and Description |
|---|---|
Map<String,String> |
buildParams()
生成get请求的请求参数
|
GeneralRequestParam |
getGeneralRequestParam()
获取访问api,公用请求参数对象
|
Long |
getPageNum() |
Long |
getPageSize() |
void |
setPageNum(Long pageNum) |
void |
setPageSize(Long pageSize) |
public GeneralRequestParam getGeneralRequestParam()
GeneralRequestgetGeneralRequestParam in interface GeneralRequestpublic Map<String,String> buildParams() throws KscClientException, ParseException
GeneralRequestbuildParams in interface GeneralRequestKscClientExceptionParseExceptionpublic Long getPageSize()
public void setPageSize(Long pageSize)
public Long getPageNum()
public void setPageNum(Long pageNum)
Copyright © 2023. All rights reserved.