public class NormalApi extends Object
public NormalApi()
public NormalApi(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
public com.squareup.okhttp.Call normalAddUserPlayCountsPostCall(String machineType, String videoId, String durationTime, Integer userId, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
machineType
- (optional)videoId
- (optional)durationTime
- (optional)userId
- 用户id (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic void normalAddUserPlayCountsPost(String machineType, String videoId, String durationTime, Integer userId) throws ApiException
machineType
- (optional)videoId
- (optional)durationTime
- (optional)userId
- 用户id (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<Void> normalAddUserPlayCountsPostWithHttpInfo(String machineType, String videoId, String durationTime, Integer userId) throws ApiException
machineType
- (optional)videoId
- (optional)durationTime
- (optional)userId
- 用户id (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call normalAddUserPlayCountsPostAsync(String machineType, String videoId, String durationTime, Integer userId, ApiCallback<Void> callback) throws ApiException
machineType
- (optional)videoId
- (optional)durationTime
- (optional)userId
- 用户id (optional)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call normalAuthorsAuthorIdProductionsGetCall(Integer pageNum, Integer pageSize, Integer authorId, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
pageNum
- 需要第几页 (required)pageSize
- 每页的大小 (required)authorId
- author's ID (required)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic List<ProductionDetail> normalAuthorsAuthorIdProductionsGet(Integer pageNum, Integer pageSize, Integer authorId) throws ApiException
pageNum
- 需要第几页 (required)pageSize
- 每页的大小 (required)authorId
- author's ID (required)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<List<ProductionDetail>> normalAuthorsAuthorIdProductionsGetWithHttpInfo(Integer pageNum, Integer pageSize, Integer authorId) throws ApiException
pageNum
- 需要第几页 (required)pageSize
- 每页的大小 (required)authorId
- author's ID (required)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call normalAuthorsAuthorIdProductionsGetAsync(Integer pageNum, Integer pageSize, Integer authorId, ApiCallback<List<ProductionDetail>> callback) throws ApiException
pageNum
- 需要第几页 (required)pageSize
- 每页的大小 (required)authorId
- author's ID (required)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call normalAuthorsFoundGetCall(Integer pageNum, Integer pageSize, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
pageNum
- 需要第几页 (required)pageSize
- 每页的大小 (required)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic List<AuthorInfo> normalAuthorsFoundGet(Integer pageNum, Integer pageSize) throws ApiException
pageNum
- 需要第几页 (required)pageSize
- 每页的大小 (required)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<List<AuthorInfo>> normalAuthorsFoundGetWithHttpInfo(Integer pageNum, Integer pageSize) throws ApiException
pageNum
- 需要第几页 (required)pageSize
- 每页的大小 (required)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call normalAuthorsFoundGetAsync(Integer pageNum, Integer pageSize, ApiCallback<List<AuthorInfo>> callback) throws ApiException
pageNum
- 需要第几页 (required)pageSize
- 每页的大小 (required)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call normalBarragePostCall(Barrage barrageInfo, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
barrageInfo
- 创建弹幕信息 (required)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic String normalBarragePost(Barrage barrageInfo) throws ApiException
barrageInfo
- 创建弹幕信息 (required)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<String> normalBarragePostWithHttpInfo(Barrage barrageInfo) throws ApiException
barrageInfo
- 创建弹幕信息 (required)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call normalBarragePostAsync(Barrage barrageInfo, ApiCallback<String> callback) throws ApiException
barrageInfo
- 创建弹幕信息 (required)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call normalClustersClusterIdGetCall(Integer clusterId, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
clusterId
- (required)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic Cluster normalClustersClusterIdGet(Integer clusterId) throws ApiException
clusterId
- (required)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<Cluster> normalClustersClusterIdGetWithHttpInfo(Integer clusterId) throws ApiException
clusterId
- (required)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call normalClustersClusterIdGetAsync(Integer clusterId, ApiCallback<Cluster> callback) throws ApiException
clusterId
- (required)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call normalClustersClusterIdProductionsGetCall(Integer clusterId, Integer pageNum, Integer pageSize, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
clusterId
- 分类的ID (required)pageNum
- 需要第几页 (required)pageSize
- 每页的大小 (required)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic List<ProductionDetail> normalClustersClusterIdProductionsGet(Integer clusterId, Integer pageNum, Integer pageSize) throws ApiException
clusterId
- 分类的ID (required)pageNum
- 需要第几页 (required)pageSize
- 每页的大小 (required)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<List<ProductionDetail>> normalClustersClusterIdProductionsGetWithHttpInfo(Integer clusterId, Integer pageNum, Integer pageSize) throws ApiException
clusterId
- 分类的ID (required)pageNum
- 需要第几页 (required)pageSize
- 每页的大小 (required)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call normalClustersClusterIdProductionsGetAsync(Integer clusterId, Integer pageNum, Integer pageSize, ApiCallback<List<ProductionDetail>> callback) throws ApiException
clusterId
- 分类的ID (required)pageNum
- 需要第几页 (required)pageSize
- 每页的大小 (required)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call normalClustersGetCall(Integer pageNum, Integer pageSize, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
pageNum
- 需要第几页 (required)pageSize
- 每页的大小 (required)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic List<Cluster> normalClustersGet(Integer pageNum, Integer pageSize) throws ApiException
pageNum
- 需要第几页 (required)pageSize
- 每页的大小 (required)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<List<Cluster>> normalClustersGetWithHttpInfo(Integer pageNum, Integer pageSize) throws ApiException
pageNum
- 需要第几页 (required)pageSize
- 每页的大小 (required)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call normalClustersGetAsync(Integer pageNum, Integer pageSize, ApiCallback<List<Cluster>> callback) throws ApiException
pageNum
- 需要第几页 (required)pageSize
- 每页的大小 (required)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call normalCommentsCommentIdRepliesGetCall(Integer commentId, Integer pageNum, Integer pageSize, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
commentId
- 评论ID (required)pageNum
- (required)pageSize
- (required)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic List<ProductionCommentReply> normalCommentsCommentIdRepliesGet(Integer commentId, Integer pageNum, Integer pageSize) throws ApiException
commentId
- 评论ID (required)pageNum
- (required)pageSize
- (required)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<List<ProductionCommentReply>> normalCommentsCommentIdRepliesGetWithHttpInfo(Integer commentId, Integer pageNum, Integer pageSize) throws ApiException
commentId
- 评论ID (required)pageNum
- (required)pageSize
- (required)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call normalCommentsCommentIdRepliesGetAsync(Integer commentId, Integer pageNum, Integer pageSize, ApiCallback<List<ProductionCommentReply>> callback) throws ApiException
commentId
- 评论ID (required)pageNum
- (required)pageSize
- (required)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call normalGetAllBarragesByVideoIdVideoIdGetCall(String videoId, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
videoId
- 视频id (required)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic List<ReturnBarrageInfo> normalGetAllBarragesByVideoIdVideoIdGet(String videoId) throws ApiException
videoId
- 视频id (required)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<List<ReturnBarrageInfo>> normalGetAllBarragesByVideoIdVideoIdGetWithHttpInfo(String videoId) throws ApiException
videoId
- 视频id (required)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call normalGetAllBarragesByVideoIdVideoIdGetAsync(String videoId, ApiCallback<List<ReturnBarrageInfo>> callback) throws ApiException
videoId
- 视频id (required)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call normalHotsGetCall(Integer pageNum, Integer pageSize, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
pageNum
- 需要第几页 (required)pageSize
- 每页的大小 (required)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic List<ProductionDetail> normalHotsGet(Integer pageNum, Integer pageSize) throws ApiException
pageNum
- 需要第几页 (required)pageSize
- 每页的大小 (required)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<List<ProductionDetail>> normalHotsGetWithHttpInfo(Integer pageNum, Integer pageSize) throws ApiException
pageNum
- 需要第几页 (required)pageSize
- 每页的大小 (required)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call normalHotsGetAsync(Integer pageNum, Integer pageSize, ApiCallback<List<ProductionDetail>> callback) throws ApiException
pageNum
- 需要第几页 (required)pageSize
- 每页的大小 (required)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call normalOSSCredentialsGetCall(String requestToken, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
requestToken
- IOS和Android端带的请求token (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic OSSCredential normalOSSCredentialsGet(String requestToken) throws ApiException
requestToken
- IOS和Android端带的请求token (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<OSSCredential> normalOSSCredentialsGetWithHttpInfo(String requestToken) throws ApiException
requestToken
- IOS和Android端带的请求token (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call normalOSSCredentialsGetAsync(String requestToken, ApiCallback<OSSCredential> callback) throws ApiException
requestToken
- IOS和Android端带的请求token (optional)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call normalPlayNextvideoPostCall(Integer productionId, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
productionId
- 当前视频的Id (required)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic ProductionDetail normalPlayNextvideoPost(Integer productionId) throws ApiException
productionId
- 当前视频的Id (required)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<ProductionDetail> normalPlayNextvideoPostWithHttpInfo(Integer productionId) throws ApiException
productionId
- 当前视频的Id (required)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call normalPlayNextvideoPostAsync(Integer productionId, ApiCallback<ProductionDetail> callback) throws ApiException
productionId
- 当前视频的Id (required)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call normalProductionViewsPostCall(Integer productionId, String requestToken, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
productionId
- 作品ID (required)requestToken
- IOS和Android端带的请求token (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic void normalProductionViewsPost(Integer productionId, String requestToken) throws ApiException
productionId
- 作品ID (required)requestToken
- IOS和Android端带的请求token (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<Void> normalProductionViewsPostWithHttpInfo(Integer productionId, String requestToken) throws ApiException
productionId
- 作品ID (required)requestToken
- IOS和Android端带的请求token (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call normalProductionViewsPostAsync(Integer productionId, String requestToken, ApiCallback<Void> callback) throws ApiException
productionId
- 作品ID (required)requestToken
- IOS和Android端带的请求token (optional)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call normalProductionsProductionIdCommentsHotGetCall(Integer productionId, Integer pageNum, Integer pageSize, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
productionId
- 作品ID (required)pageNum
- (required)pageSize
- (required)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic List<ProductionComment> normalProductionsProductionIdCommentsHotGet(Integer productionId, Integer pageNum, Integer pageSize) throws ApiException
productionId
- 作品ID (required)pageNum
- (required)pageSize
- (required)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<List<ProductionComment>> normalProductionsProductionIdCommentsHotGetWithHttpInfo(Integer productionId, Integer pageNum, Integer pageSize) throws ApiException
productionId
- 作品ID (required)pageNum
- (required)pageSize
- (required)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call normalProductionsProductionIdCommentsHotGetAsync(Integer productionId, Integer pageNum, Integer pageSize, ApiCallback<List<ProductionComment>> callback) throws ApiException
productionId
- 作品ID (required)pageNum
- (required)pageSize
- (required)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call normalProductionsProductionIdCommentsNewGetCall(Integer productionId, Integer pageNum, Integer pageSize, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
productionId
- 作品ID (required)pageNum
- (required)pageSize
- (required)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic List<ProductionComment> normalProductionsProductionIdCommentsNewGet(Integer productionId, Integer pageNum, Integer pageSize) throws ApiException
productionId
- 作品ID (required)pageNum
- (required)pageSize
- (required)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<List<ProductionComment>> normalProductionsProductionIdCommentsNewGetWithHttpInfo(Integer productionId, Integer pageNum, Integer pageSize) throws ApiException
productionId
- 作品ID (required)pageNum
- (required)pageSize
- (required)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call normalProductionsProductionIdCommentsNewGetAsync(Integer productionId, Integer pageNum, Integer pageSize, ApiCallback<List<ProductionComment>> callback) throws ApiException
productionId
- 作品ID (required)pageNum
- (required)pageSize
- (required)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call normalProductionsProductionIdGetCall(Integer productionId, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
productionId
- 作品ID (required)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic ProductionDetail normalProductionsProductionIdGet(Integer productionId) throws ApiException
productionId
- 作品ID (required)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<ProductionDetail> normalProductionsProductionIdGetWithHttpInfo(Integer productionId) throws ApiException
productionId
- 作品ID (required)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call normalProductionsProductionIdGetAsync(Integer productionId, ApiCallback<ProductionDetail> callback) throws ApiException
productionId
- 作品ID (required)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call normalProductionsProductionIdSharedGetCall(Integer productionId, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
productionId
- 作品ID (required)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic void normalProductionsProductionIdSharedGet(Integer productionId) throws ApiException
productionId
- 作品ID (required)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<Void> normalProductionsProductionIdSharedGetWithHttpInfo(Integer productionId) throws ApiException
productionId
- 作品ID (required)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call normalProductionsProductionIdSharedGetAsync(Integer productionId, ApiCallback<Void> callback) throws ApiException
productionId
- 作品ID (required)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call normalPutUrlFolderGetCall(String requestToken, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
requestToken
- IOS和Android端带的请求token (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic OssUrl normalPutUrlFolderGet(String requestToken) throws ApiException
requestToken
- IOS和Android端带的请求token (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<OssUrl> normalPutUrlFolderGetWithHttpInfo(String requestToken) throws ApiException
requestToken
- IOS和Android端带的请求token (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call normalPutUrlFolderGetAsync(String requestToken, ApiCallback<OssUrl> callback) throws ApiException
requestToken
- IOS和Android端带的请求token (optional)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call normalSearchAuthorsGetCall(String keyWord, Integer pageNum, Integer pageSize, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
keyWord
- 搜索的关键字 (required)pageNum
- 需要第几页 (required)pageSize
- 每页的大小 (required)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic List<AuthorInfo> normalSearchAuthorsGet(String keyWord, Integer pageNum, Integer pageSize) throws ApiException
keyWord
- 搜索的关键字 (required)pageNum
- 需要第几页 (required)pageSize
- 每页的大小 (required)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<List<AuthorInfo>> normalSearchAuthorsGetWithHttpInfo(String keyWord, Integer pageNum, Integer pageSize) throws ApiException
keyWord
- 搜索的关键字 (required)pageNum
- 需要第几页 (required)pageSize
- 每页的大小 (required)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call normalSearchAuthorsGetAsync(String keyWord, Integer pageNum, Integer pageSize, ApiCallback<List<AuthorInfo>> callback) throws ApiException
keyWord
- 搜索的关键字 (required)pageNum
- 需要第几页 (required)pageSize
- 每页的大小 (required)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call normalSearchProductionsGetCall(String keyWord, Integer pageNum, Integer pageSize, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
keyWord
- 搜索的关键字 (required)pageNum
- 需要第几页 (required)pageSize
- 每页的大小 (required)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic List<ProductionDetail> normalSearchProductionsGet(String keyWord, Integer pageNum, Integer pageSize) throws ApiException
keyWord
- 搜索的关键字 (required)pageNum
- 需要第几页 (required)pageSize
- 每页的大小 (required)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<List<ProductionDetail>> normalSearchProductionsGetWithHttpInfo(String keyWord, Integer pageNum, Integer pageSize) throws ApiException
keyWord
- 搜索的关键字 (required)pageNum
- 需要第几页 (required)pageSize
- 每页的大小 (required)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call normalSearchProductionsGetAsync(String keyWord, Integer pageNum, Integer pageSize, ApiCallback<List<ProductionDetail>> callback) throws ApiException
keyWord
- 搜索的关键字 (required)pageNum
- 需要第几页 (required)pageSize
- 每页的大小 (required)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call normalSearchTagGetCall(String keyWord, Integer pageNum, Integer pageSize, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
keyWord
- 搜索的关键字 (required)pageNum
- 需要第几页 (required)pageSize
- 每页的大小 (required)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic List<Tag> normalSearchTagGet(String keyWord, Integer pageNum, Integer pageSize) throws ApiException
keyWord
- 搜索的关键字 (required)pageNum
- 需要第几页 (required)pageSize
- 每页的大小 (required)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<List<Tag>> normalSearchTagGetWithHttpInfo(String keyWord, Integer pageNum, Integer pageSize) throws ApiException
keyWord
- 搜索的关键字 (required)pageNum
- 需要第几页 (required)pageSize
- 每页的大小 (required)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call normalSearchTagGetAsync(String keyWord, Integer pageNum, Integer pageSize, ApiCallback<List<Tag>> callback) throws ApiException
keyWord
- 搜索的关键字 (required)pageNum
- 需要第几页 (required)pageSize
- 每页的大小 (required)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call normalStartAppOpenTimesPostCall(String machineType, Integer openTimes, String durationTime, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
machineType
- 设备型号 (optional)openTimes
- 打开次数 (optional)durationTime
- 在线时长 (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic void normalStartAppOpenTimesPost(String machineType, Integer openTimes, String durationTime) throws ApiException
machineType
- 设备型号 (optional)openTimes
- 打开次数 (optional)durationTime
- 在线时长 (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<Void> normalStartAppOpenTimesPostWithHttpInfo(String machineType, Integer openTimes, String durationTime) throws ApiException
machineType
- 设备型号 (optional)openTimes
- 打开次数 (optional)durationTime
- 在线时长 (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call normalStartAppOpenTimesPostAsync(String machineType, Integer openTimes, String durationTime, ApiCallback<Void> callback) throws ApiException
machineType
- 设备型号 (optional)openTimes
- 打开次数 (optional)durationTime
- 在线时长 (optional)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call normalTagsGetCall(Integer pageNum, Integer pageSize, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
pageNum
- (required)pageSize
- (required)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic List<Tag> normalTagsGet(Integer pageNum, Integer pageSize) throws ApiException
pageNum
- (required)pageSize
- (required)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<List<Tag>> normalTagsGetWithHttpInfo(Integer pageNum, Integer pageSize) throws ApiException
pageNum
- (required)pageSize
- (required)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call normalTagsGetAsync(Integer pageNum, Integer pageSize, ApiCallback<List<Tag>> callback) throws ApiException
pageNum
- (required)pageSize
- (required)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call normalTagsTagIdGetCall(Integer tagId, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
tagId
- (required)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic Tag normalTagsTagIdGet(Integer tagId) throws ApiException
tagId
- (required)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<Tag> normalTagsTagIdGetWithHttpInfo(Integer tagId) throws ApiException
tagId
- (required)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call normalTagsTagIdGetAsync(Integer tagId, ApiCallback<Tag> callback) throws ApiException
tagId
- (required)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call normalVideoPlayAuthVideoIdGetCall(String videoId, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
videoId
- videoID (required)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic VideoPlayAuth normalVideoPlayAuthVideoIdGet(String videoId) throws ApiException
videoId
- videoID (required)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<VideoPlayAuth> normalVideoPlayAuthVideoIdGetWithHttpInfo(String videoId) throws ApiException
videoId
- videoID (required)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call normalVideoPlayAuthVideoIdGetAsync(String videoId, ApiCallback<VideoPlayAuth> callback) throws ApiException
videoId
- videoID (required)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectCopyright © 2017. All rights reserved.