public class AdminApi extends Object
public AdminApi()
public AdminApi(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
public com.squareup.okhttp.Call adminAuthorIdAuthorCancelIstopPostCall(Integer authorId, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
authorId
- 需要取消置顶的授权号id (required)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic void adminAuthorIdAuthorCancelIstopPost(Integer authorId) throws ApiException
authorId
- 需要取消置顶的授权号id (required)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<Void> adminAuthorIdAuthorCancelIstopPostWithHttpInfo(Integer authorId) throws ApiException
authorId
- 需要取消置顶的授权号id (required)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call adminAuthorIdAuthorCancelIstopPostAsync(Integer authorId, ApiCallback<Void> callback) throws ApiException
authorId
- 需要取消置顶的授权号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 adminAuthorIdForbiddenOrStartUsingAuthorPostCall(Integer authorId, Integer type, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
authorId
- 授权号id (required)type
- 类型(禁用:1,启用:2) (required)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic void adminAuthorIdForbiddenOrStartUsingAuthorPost(Integer authorId, Integer type) throws ApiException
authorId
- 授权号id (required)type
- 类型(禁用:1,启用:2) (required)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<Void> adminAuthorIdForbiddenOrStartUsingAuthorPostWithHttpInfo(Integer authorId, Integer type) throws ApiException
authorId
- 授权号id (required)type
- 类型(禁用:1,启用:2) (required)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call adminAuthorIdForbiddenOrStartUsingAuthorPostAsync(Integer authorId, Integer type, ApiCallback<Void> callback) throws ApiException
authorId
- 授权号id (required)type
- 类型(禁用:1,启用:2) (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 adminAuthorIstopPostCall(Integer authorId, Integer pageNum, Integer pageSize, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
authorId
- 需要置顶的授权号id (required)pageNum
- 第几页 (required)pageSize
- 每页显示多少条数据 (required)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic List<AuthorInfo> adminAuthorIstopPost(Integer authorId, Integer pageNum, Integer pageSize) throws ApiException
authorId
- 需要置顶的授权号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<AuthorInfo>> adminAuthorIstopPostWithHttpInfo(Integer authorId, Integer pageNum, Integer pageSize) throws ApiException
authorId
- 需要置顶的授权号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 adminAuthorIstopPostAsync(Integer authorId, Integer pageNum, Integer pageSize, ApiCallback<List<AuthorInfo>> callback) throws ApiException
authorId
- 需要置顶的授权号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 adminAuthorsAuthorIdProductionsGetCall(Integer authorId, Integer pageNum, Integer pageSize, String authState, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
authorId
- 作者的ID (required)pageNum
- 需要第几页 (required)pageSize
- 每页的大小 (required)authState
- 认证状态 (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic List<ProductionDetail> adminAuthorsAuthorIdProductionsGet(Integer authorId, Integer pageNum, Integer pageSize, String authState) throws ApiException
authorId
- 作者的ID (required)pageNum
- 需要第几页 (required)pageSize
- 每页的大小 (required)authState
- 认证状态 (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<List<ProductionDetail>> adminAuthorsAuthorIdProductionsGetWithHttpInfo(Integer authorId, Integer pageNum, Integer pageSize, String authState) throws ApiException
authorId
- 作者的ID (required)pageNum
- 需要第几页 (required)pageSize
- 每页的大小 (required)authState
- 认证状态 (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call adminAuthorsAuthorIdProductionsGetAsync(Integer authorId, Integer pageNum, Integer pageSize, String authState, ApiCallback<List<ProductionDetail>> callback) throws ApiException
authorId
- 作者的ID (required)pageNum
- 需要第几页 (required)pageSize
- 每页的大小 (required)authState
- 认证状态 (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 adminClustersClusterIdDeleteCall(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 void adminClustersClusterIdDelete(Integer clusterId) throws ApiException
clusterId
- (required)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<Void> adminClustersClusterIdDeleteWithHttpInfo(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 adminClustersClusterIdDeleteAsync(Integer clusterId, ApiCallback<Void> 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 adminClustersClusterIdPostCall(Integer clusterId, Cluster cluster, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
clusterId
- (required)cluster
- (required)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic void adminClustersClusterIdPost(Integer clusterId, Cluster cluster) throws ApiException
clusterId
- (required)cluster
- (required)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<Void> adminClustersClusterIdPostWithHttpInfo(Integer clusterId, Cluster cluster) throws ApiException
clusterId
- (required)cluster
- (required)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call adminClustersClusterIdPostAsync(Integer clusterId, Cluster cluster, ApiCallback<Void> callback) throws ApiException
clusterId
- (required)cluster
- (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 adminClustersPostCall(Cluster cluster, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
cluster
- (required)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic void adminClustersPost(Cluster cluster) throws ApiException
cluster
- (required)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<Void> adminClustersPostWithHttpInfo(Cluster cluster) throws ApiException
cluster
- (required)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call adminClustersPostAsync(Cluster cluster, ApiCallback<Void> callback) throws ApiException
cluster
- (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 adminDeleteCommentCommentIdDeleteCall(Integer commentId, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
commentId
- 评论id (required)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic void adminDeleteCommentCommentIdDelete(Integer commentId) throws ApiException
commentId
- 评论id (required)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<Void> adminDeleteCommentCommentIdDeleteWithHttpInfo(Integer commentId) throws ApiException
commentId
- 评论id (required)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call adminDeleteCommentCommentIdDeleteAsync(Integer commentId, ApiCallback<Void> callback) throws ApiException
commentId
- 评论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 adminEditorSystemPostCall(Integer infoId, String systemName, String systemcontent, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
infoId
- 需要编辑信息id (required)systemName
- 需要编辑名称 (required)systemcontent
- 需要编辑内容 (required)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic void adminEditorSystemPost(Integer infoId, String systemName, String systemcontent) throws ApiException
infoId
- 需要编辑信息id (required)systemName
- 需要编辑名称 (required)systemcontent
- 需要编辑内容 (required)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<Void> adminEditorSystemPostWithHttpInfo(Integer infoId, String systemName, String systemcontent) throws ApiException
infoId
- 需要编辑信息id (required)systemName
- 需要编辑名称 (required)systemcontent
- 需要编辑内容 (required)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call adminEditorSystemPostAsync(Integer infoId, String systemName, String systemcontent, ApiCallback<Void> callback) throws ApiException
infoId
- 需要编辑信息id (required)systemName
- 需要编辑名称 (required)systemcontent
- 需要编辑内容 (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 adminGetAllProductionCountsGetCall(ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic Integer adminGetAllProductionCountsGet() throws ApiException
ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<Integer> adminGetAllProductionCountsGetWithHttpInfo() throws ApiException
ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call adminGetAllProductionCountsGetAsync(ApiCallback<Integer> callback) throws ApiException
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 adminGetAuthorRecommendGetCall(ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic List<AuthorInfo> adminGetAuthorRecommendGet() throws ApiException
ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<List<AuthorInfo>> adminGetAuthorRecommendGetWithHttpInfo() throws ApiException
ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call adminGetAuthorRecommendGetAsync(ApiCallback<List<AuthorInfo>> callback) throws ApiException
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 adminGetClusterProductionCountsGetCall(ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic List<ClusterProductionCounts> adminGetClusterProductionCountsGet() throws ApiException
ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<List<ClusterProductionCounts>> adminGetClusterProductionCountsGetWithHttpInfo() throws ApiException
ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call adminGetClusterProductionCountsGetAsync(ApiCallback<List<ClusterProductionCounts>> callback) throws ApiException
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 adminGetProductionPlayTopPostCall(String startTime, String endTime, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
startTime
- 开始节点时间 (optional)endTime
- 结束节点时间 (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic List<ProductionPlayTop> adminGetProductionPlayTopPost(String startTime, String endTime) throws ApiException
startTime
- 开始节点时间 (optional)endTime
- 结束节点时间 (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<List<ProductionPlayTop>> adminGetProductionPlayTopPostWithHttpInfo(String startTime, String endTime) throws ApiException
startTime
- 开始节点时间 (optional)endTime
- 结束节点时间 (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call adminGetProductionPlayTopPostAsync(String startTime, String endTime, ApiCallback<List<ProductionPlayTop>> callback) throws ApiException
startTime
- 开始节点时间 (optional)endTime
- 结束节点时间 (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 adminGetRegisterFromPostCall(String startTime, String endTime, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
startTime
- 开始节点时间 (optional)endTime
- 结束时间节点 (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic List<RegisterFrom> adminGetRegisterFromPost(String startTime, String endTime) throws ApiException
startTime
- 开始节点时间 (optional)endTime
- 结束时间节点 (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<List<RegisterFrom>> adminGetRegisterFromPostWithHttpInfo(String startTime, String endTime) throws ApiException
startTime
- 开始节点时间 (optional)endTime
- 结束时间节点 (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call adminGetRegisterFromPostAsync(String startTime, String endTime, ApiCallback<List<RegisterFrom>> callback) throws ApiException
startTime
- 开始节点时间 (optional)endTime
- 结束时间节点 (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 adminGetRegisterMachinePostCall(String startTime, String endTime, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
startTime
- 开始节点时间 (optional)endTime
- 结束时间节点 (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic List<RegisterMachine> adminGetRegisterMachinePost(String startTime, String endTime) throws ApiException
startTime
- 开始节点时间 (optional)endTime
- 结束时间节点 (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<List<RegisterMachine>> adminGetRegisterMachinePostWithHttpInfo(String startTime, String endTime) throws ApiException
startTime
- 开始节点时间 (optional)endTime
- 结束时间节点 (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call adminGetRegisterMachinePostAsync(String startTime, String endTime, ApiCallback<List<RegisterMachine>> callback) throws ApiException
startTime
- 开始节点时间 (optional)endTime
- 结束时间节点 (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 adminGetStartAppOpentimesPostCall(String startTime, String endTime, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
startTime
- 开始节点时间 (optional)endTime
- 结束节点时间 (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic List<StartAppTimes> adminGetStartAppOpentimesPost(String startTime, String endTime) throws ApiException
startTime
- 开始节点时间 (optional)endTime
- 结束节点时间 (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<List<StartAppTimes>> adminGetStartAppOpentimesPostWithHttpInfo(String startTime, String endTime) throws ApiException
startTime
- 开始节点时间 (optional)endTime
- 结束节点时间 (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call adminGetStartAppOpentimesPostAsync(String startTime, String endTime, ApiCallback<List<StartAppTimes>> callback) throws ApiException
startTime
- 开始节点时间 (optional)endTime
- 结束节点时间 (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 adminGetSystemInfoPagesGetCall(ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic List<SystemInfoPages> adminGetSystemInfoPagesGet() throws ApiException
ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<List<SystemInfoPages>> adminGetSystemInfoPagesGetWithHttpInfo() throws ApiException
ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call adminGetSystemInfoPagesGetAsync(ApiCallback<List<SystemInfoPages>> callback) throws ApiException
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 adminGetUserAvgPlayDurationPostCall(String startTime, String endTime, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
startTime
- 开始节点时间 (optional)endTime
- 结束节点时间 (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic List<UserAvgPlayDuration> adminGetUserAvgPlayDurationPost(String startTime, String endTime) throws ApiException
startTime
- 开始节点时间 (optional)endTime
- 结束节点时间 (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<List<UserAvgPlayDuration>> adminGetUserAvgPlayDurationPostWithHttpInfo(String startTime, String endTime) throws ApiException
startTime
- 开始节点时间 (optional)endTime
- 结束节点时间 (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call adminGetUserAvgPlayDurationPostAsync(String startTime, String endTime, ApiCallback<List<UserAvgPlayDuration>> callback) throws ApiException
startTime
- 开始节点时间 (optional)endTime
- 结束节点时间 (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 adminGetUserAvgUserPlayCountsPostCall(String startTime, String endTime, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
startTime
- 开始节点时间 (optional)endTime
- 结束节点时间 (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic List<UserAvgPlayCounts> adminGetUserAvgUserPlayCountsPost(String startTime, String endTime) throws ApiException
startTime
- 开始节点时间 (optional)endTime
- 结束节点时间 (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<List<UserAvgPlayCounts>> adminGetUserAvgUserPlayCountsPostWithHttpInfo(String startTime, String endTime) throws ApiException
startTime
- 开始节点时间 (optional)endTime
- 结束节点时间 (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call adminGetUserAvgUserPlayCountsPostAsync(String startTime, String endTime, ApiCallback<List<UserAvgPlayCounts>> callback) throws ApiException
startTime
- 开始节点时间 (optional)endTime
- 结束节点时间 (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 adminGetUserPlayCountsPostCall(String startTime, String endTime, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
startTime
- 开始节点时间 (optional)endTime
- 结束节点时间 (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic List<UserPlayCounts> adminGetUserPlayCountsPost(String startTime, String endTime) throws ApiException
startTime
- 开始节点时间 (optional)endTime
- 结束节点时间 (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<List<UserPlayCounts>> adminGetUserPlayCountsPostWithHttpInfo(String startTime, String endTime) throws ApiException
startTime
- 开始节点时间 (optional)endTime
- 结束节点时间 (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call adminGetUserPlayCountsPostAsync(String startTime, String endTime, ApiCallback<List<UserPlayCounts>> callback) throws ApiException
startTime
- 开始节点时间 (optional)endTime
- 结束节点时间 (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 adminProductionsGetCall(Integer pageNum, Integer pageSize, String authState, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
pageNum
- 需要第几页 (required)pageSize
- 每页的大小 (required)authState
- 认证状态 (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic List<ProductionDetail> adminProductionsGet(Integer pageNum, Integer pageSize, String authState) throws ApiException
pageNum
- 需要第几页 (required)pageSize
- 每页的大小 (required)authState
- 认证状态 (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<List<ProductionDetail>> adminProductionsGetWithHttpInfo(Integer pageNum, Integer pageSize, String authState) throws ApiException
pageNum
- 需要第几页 (required)pageSize
- 每页的大小 (required)authState
- 认证状态 (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call adminProductionsGetAsync(Integer pageNum, Integer pageSize, String authState, ApiCallback<List<ProductionDetail>> callback) throws ApiException
pageNum
- 需要第几页 (required)pageSize
- 每页的大小 (required)authState
- 认证状态 (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 adminProductionsPostCall(ProductionUpload production, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
production
- (required)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic void adminProductionsPost(ProductionUpload production) throws ApiException
production
- (required)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<Void> adminProductionsPostWithHttpInfo(ProductionUpload production) throws ApiException
production
- (required)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call adminProductionsPostAsync(ProductionUpload production, ApiCallback<Void> callback) throws ApiException
production
- (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 adminProductionsProductionIdAuthPostCall(Integer productionId, String email, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
productionId
- (required)email
- email (required)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic void adminProductionsProductionIdAuthPost(Integer productionId, String email) throws ApiException
productionId
- (required)email
- email (required)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<Void> adminProductionsProductionIdAuthPostWithHttpInfo(Integer productionId, String email) throws ApiException
productionId
- (required)email
- email (required)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call adminProductionsProductionIdAuthPostAsync(Integer productionId, String email, ApiCallback<Void> callback) throws ApiException
productionId
- (required)email
- email (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 adminProductionsProductionIdDenyPostCall(Integer productionId, String reason, String email, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
productionId
- (required)reason
- (required)email
- 邮件 (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic void adminProductionsProductionIdDenyPost(Integer productionId, String reason, String email) throws ApiException
productionId
- (required)reason
- (required)email
- 邮件 (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<Void> adminProductionsProductionIdDenyPostWithHttpInfo(Integer productionId, String reason, String email) throws ApiException
productionId
- (required)reason
- (required)email
- 邮件 (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call adminProductionsProductionIdDenyPostAsync(Integer productionId, String reason, String email, ApiCallback<Void> callback) throws ApiException
productionId
- (required)reason
- (required)email
- 邮件 (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 adminProductionsProductionIdPutawayDeleteCall(Integer productionId, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
productionId
- (required)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic void adminProductionsProductionIdPutawayDelete(Integer productionId) throws ApiException
productionId
- (required)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<Void> adminProductionsProductionIdPutawayDeleteWithHttpInfo(Integer productionId) throws ApiException
productionId
- (required)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call adminProductionsProductionIdPutawayDeleteAsync(Integer productionId, ApiCallback<Void> callback) throws ApiException
productionId
- (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 adminProductionsProductionIdPutawayPostCall(Integer productionId, Integer clusterId, Boolean isHot, Boolean isTop, Boolean selfMade, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
productionId
- (required)clusterId
- (required)isHot
- (required)isTop
- 是否为精选 (required)selfMade
- 是否为自制 (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic void adminProductionsProductionIdPutawayPost(Integer productionId, Integer clusterId, Boolean isHot, Boolean isTop, Boolean selfMade) throws ApiException
productionId
- (required)clusterId
- (required)isHot
- (required)isTop
- 是否为精选 (required)selfMade
- 是否为自制 (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<Void> adminProductionsProductionIdPutawayPostWithHttpInfo(Integer productionId, Integer clusterId, Boolean isHot, Boolean isTop, Boolean selfMade) throws ApiException
productionId
- (required)clusterId
- (required)isHot
- (required)isTop
- 是否为精选 (required)selfMade
- 是否为自制 (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call adminProductionsProductionIdPutawayPostAsync(Integer productionId, Integer clusterId, Boolean isHot, Boolean isTop, Boolean selfMade, ApiCallback<Void> callback) throws ApiException
productionId
- (required)clusterId
- (required)isHot
- (required)isTop
- 是否为精选 (required)selfMade
- 是否为自制 (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 adminProputawayStateGetCall(Integer pageNum, Integer pageSize, String putawyState, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
pageNum
- 需要第几页 (required)pageSize
- 每页的大小 (required)putawyState
- 上架状态 (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic List<ProductionDetail> adminProputawayStateGet(Integer pageNum, Integer pageSize, String putawyState) throws ApiException
pageNum
- 需要第几页 (required)pageSize
- 每页的大小 (required)putawyState
- 上架状态 (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<List<ProductionDetail>> adminProputawayStateGetWithHttpInfo(Integer pageNum, Integer pageSize, String putawyState) throws ApiException
pageNum
- 需要第几页 (required)pageSize
- 每页的大小 (required)putawyState
- 上架状态 (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call adminProputawayStateGetAsync(Integer pageNum, Integer pageSize, String putawyState, ApiCallback<List<ProductionDetail>> callback) throws ApiException
pageNum
- 需要第几页 (required)pageSize
- 每页的大小 (required)putawyState
- 上架状态 (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 adminSearchselectproductionsGetCall(Integer pageNum, Integer pageSize, Integer seleMade, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
pageNum
- 需要第几页 (required)pageSize
- 每页的大小 (required)seleMade
- 是否为自制 0 自制 1 平台方创建 (required)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic List<ProductionDetail> adminSearchselectproductionsGet(Integer pageNum, Integer pageSize, Integer seleMade) throws ApiException
pageNum
- 需要第几页 (required)pageSize
- 每页的大小 (required)seleMade
- 是否为自制 0 自制 1 平台方创建 (required)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<List<ProductionDetail>> adminSearchselectproductionsGetWithHttpInfo(Integer pageNum, Integer pageSize, Integer seleMade) throws ApiException
pageNum
- 需要第几页 (required)pageSize
- 每页的大小 (required)seleMade
- 是否为自制 0 自制 1 平台方创建 (required)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call adminSearchselectproductionsGetAsync(Integer pageNum, Integer pageSize, Integer seleMade, ApiCallback<List<ProductionDetail>> callback) throws ApiException
pageNum
- 需要第几页 (required)pageSize
- 每页的大小 (required)seleMade
- 是否为自制 0 自制 1 平台方创建 (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 adminTagIdTagCancelIstopPostCall(Integer tagId, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
tagId
- 需要取消置顶的授权号id (required)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic void adminTagIdTagCancelIstopPost(Integer tagId) throws ApiException
tagId
- 需要取消置顶的授权号id (required)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<Void> adminTagIdTagCancelIstopPostWithHttpInfo(Integer tagId) throws ApiException
tagId
- 需要取消置顶的授权号id (required)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call adminTagIdTagCancelIstopPostAsync(Integer tagId, ApiCallback<Void> callback) throws ApiException
tagId
- 需要取消置顶的授权号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 adminTagsIstopPostCall(Integer pageNum, Integer pageSize, Integer tagId, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
pageNum
- (required)pageSize
- (required)tagId
- tag_id (required)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic List<Tag> adminTagsIstopPost(Integer pageNum, Integer pageSize, Integer tagId) throws ApiException
pageNum
- (required)pageSize
- (required)tagId
- tag_id (required)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<List<Tag>> adminTagsIstopPostWithHttpInfo(Integer pageNum, Integer pageSize, Integer tagId) throws ApiException
pageNum
- (required)pageSize
- (required)tagId
- tag_id (required)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call adminTagsIstopPostAsync(Integer pageNum, Integer pageSize, Integer tagId, ApiCallback<List<Tag>> callback) throws ApiException
pageNum
- (required)pageSize
- (required)tagId
- tag_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 adminTagsPostCall(Tag tag, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
tag
- (required)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic Integer adminTagsPost(Tag tag) throws ApiException
tag
- (required)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<Integer> adminTagsPostWithHttpInfo(Tag tag) throws ApiException
tag
- (required)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call adminTagsPostAsync(Tag tag, ApiCallback<Integer> callback) throws ApiException
tag
- (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 adminTagsTagIdDeleteCall(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 void adminTagsTagIdDelete(Integer tagId) throws ApiException
tagId
- (required)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<Void> adminTagsTagIdDeleteWithHttpInfo(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 adminTagsTagIdDeleteAsync(Integer tagId, ApiCallback<Void> 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 adminTagsTagIdPostCall(Integer tagId, Tag tag, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
tagId
- (required)tag
- (required)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic void adminTagsTagIdPost(Integer tagId, Tag tag) throws ApiException
tagId
- (required)tag
- (required)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<Void> adminTagsTagIdPostWithHttpInfo(Integer tagId, Tag tag) throws ApiException
tagId
- (required)tag
- (required)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call adminTagsTagIdPostAsync(Integer tagId, Tag tag, ApiCallback<Void> callback) throws ApiException
tagId
- (required)tag
- (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 adminUserInfoUserIdPutCall(Integer userId, String name, String headImagePath, String status, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
userId
- (required)name
- (optional)headImagePath
- (optional)status
- (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic void adminUserInfoUserIdPut(Integer userId, String name, String headImagePath, String status) throws ApiException
userId
- (required)name
- (optional)headImagePath
- (optional)status
- (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<Void> adminUserInfoUserIdPutWithHttpInfo(Integer userId, String name, String headImagePath, String status) throws ApiException
userId
- (required)name
- (optional)headImagePath
- (optional)status
- (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call adminUserInfoUserIdPutAsync(Integer userId, String name, String headImagePath, String status, ApiCallback<Void> callback) throws ApiException
userId
- (required)name
- (optional)headImagePath
- (optional)status
- (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 adminUserPlayStatisticsInfosPostCall(String action, String videoType, String startTime, String endTime, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
action
- 系统参数 填写DescribeUserUvByDay (required)videoType
- 视频型号 live VOD (required)startTime
- 开始时间 (required)endTime
- 结束时间 (required)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic UserPlayStatisticsInfos adminUserPlayStatisticsInfosPost(String action, String videoType, String startTime, String endTime) throws ApiException
action
- 系统参数 填写DescribeUserUvByDay (required)videoType
- 视频型号 live VOD (required)startTime
- 开始时间 (required)endTime
- 结束时间 (required)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<UserPlayStatisticsInfos> adminUserPlayStatisticsInfosPostWithHttpInfo(String action, String videoType, String startTime, String endTime) throws ApiException
action
- 系统参数 填写DescribeUserUvByDay (required)videoType
- 视频型号 live VOD (required)startTime
- 开始时间 (required)endTime
- 结束时间 (required)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call adminUserPlayStatisticsInfosPostAsync(String action, String videoType, String startTime, String endTime, ApiCallback<UserPlayStatisticsInfos> callback) throws ApiException
action
- 系统参数 填写DescribeUserUvByDay (required)videoType
- 视频型号 live VOD (required)startTime
- 开始时间 (required)endTime
- 结束时间 (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 adminWatchInfoInfoIdGetCall(Integer infoId, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
infoId
- info_id (required)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic List<SystemInfoPages> adminWatchInfoInfoIdGet(Integer infoId) throws ApiException
infoId
- info_id (required)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<List<SystemInfoPages>> adminWatchInfoInfoIdGetWithHttpInfo(Integer infoId) throws ApiException
infoId
- info_id (required)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call adminWatchInfoInfoIdGetAsync(Integer infoId, ApiCallback<List<SystemInfoPages>> callback) throws ApiException
infoId
- info_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 objectCopyright © 2017. All rights reserved.