public class CmsApiServiceImpl extends BaseServiceImpl implements CmsApiService
apiInfoList, credentials, ISigner, serviceInfo| 构造器和说明 |
|---|
CmsApiServiceImpl() |
CmsApiServiceImpl(ServiceInfo serviceInfo) |
CmsApiServiceImpl(String accessKey,
String secretKey) |
| 限定符和类型 | 方法和说明 |
|---|---|
ArticleSearchResponse |
articleSearch(ArticleSearchRequest searchRequest)
articleSearch
|
ArticleFeedResponse |
feed(ArticleFeedRequest articleFeedRequest)
ArticleFeed
|
ArticleGetGoodsRelatedResponse |
getGoodsRelatedArticles(ArticleGetGoodsRelatedRequest getGoodsRelatedArticlesRequest)
GetGoodsRelatedArticles
|
static CmsApiService |
getInstance()
已过时。
每次调用该方法都会新建一个实例,不建议使用该方法,可以参考Demo的使用方法
|
static CmsApiService |
getInstance(String region)
已过时。
每次调用该方法都会新建一个实例,不建议使用该方法,可以参考Demo的使用方法
|
ArticleGetVideoResponse |
getVideoByVid(ArticleGetVideoRequest articleGetVideoRequest)
ArticleGetVideoByVid
|
ArticleMGetGoodsRelatedResponse |
mGetGoodsRelatedArticles(ArticleMGetGoodsRelatedRequest mGetGoodsRelatedRequest)
mGetGoodsRelatedArticles
|
ArticleMGetVideoResponse |
mGetVideoByVids(ArticleMGetVideoRequest mGetVideoRequest)
ArticleMGetVideoByVids
|
ArticleRelatedFeedResponse |
relatedFeed(ArticleRelatedFeedRequest relatedFeedRequest)
relatedFeed
|
destroy, getAccessKey, getApiInfoList, getHttpClient, getISigner, getRegion, getSecretKey, getServiceInfo, getSessionToken, getSignUrl, json, makeRequest, post, postFileMultiPart, prepareRequest, proto, put, putData, putData, putDataWithResponse, putDataWithResponse, query, setAccessKey, setClientNoReuse, setConnectionTimeout, setHost, setHttpClient, setRegion, setScheme, setSecretKey, setServiceInfo, setSessionToken, setSocketTimeout, signSts2clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdestroy, getAccessKey, getRegion, getSecretKey, getSessionToken, getSignUrl, json, post, proto, put, putData, query, setAccessKey, setClientNoReuse, setConnectionTimeout, setHost, setHttpClient, setRegion, setScheme, setSecretKey, setServiceInfo, setSessionToken, setSocketTimeout, signSts2public CmsApiServiceImpl()
public CmsApiServiceImpl(ServiceInfo serviceInfo)
public static CmsApiService getInstance()
public static CmsApiService getInstance(String region) throws Exception
Exceptionpublic ArticleFeedResponse feed(ArticleFeedRequest articleFeedRequest) throws Exception
CmsApiServicefeed 在接口中 CmsApiServicearticleFeedRequest - - the feed requestException - the exceptionpublic ArticleGetVideoResponse getVideoByVid(ArticleGetVideoRequest articleGetVideoRequest) throws Exception
CmsApiServicegetVideoByVid 在接口中 CmsApiServicearticleGetVideoRequest - - the getVideoByVid requestException - the exceptionpublic ArticleMGetVideoResponse mGetVideoByVids(ArticleMGetVideoRequest mGetVideoRequest) throws Exception
CmsApiServicemGetVideoByVids 在接口中 CmsApiServicemGetVideoRequest - - the mGetVideoByVids requestException - the exceptionpublic ArticleGetGoodsRelatedResponse getGoodsRelatedArticles(ArticleGetGoodsRelatedRequest getGoodsRelatedArticlesRequest) throws Exception
CmsApiServicegetGoodsRelatedArticles 在接口中 CmsApiServicegetGoodsRelatedArticlesRequest - - the getGoodsRelatedArticles requestException - the exceptionpublic ArticleMGetGoodsRelatedResponse mGetGoodsRelatedArticles(ArticleMGetGoodsRelatedRequest mGetGoodsRelatedRequest) throws Exception
CmsApiServicemGetGoodsRelatedArticles 在接口中 CmsApiServicemGetGoodsRelatedRequest - - the mGetGoodsRelatedArticles requestException - the exceptionpublic ArticleSearchResponse articleSearch(ArticleSearchRequest searchRequest) throws Exception
CmsApiServicearticleSearch 在接口中 CmsApiServicesearchRequest - - the articleSearch requestException - the exceptionpublic ArticleRelatedFeedResponse relatedFeed(ArticleRelatedFeedRequest relatedFeedRequest) throws Exception
CmsApiServicerelatedFeed 在接口中 CmsApiServicerelatedFeedRequest - - the relatedFeed requestException - the exceptionCopyright © 2024. All rights reserved.