public class ImageXServiceImpl extends BaseServiceImpl implements IImageXService
| Modifier and Type | Field and Description |
|---|---|
static Map<String,String> |
EMPTY_STRING_STRING_MAP |
apiInfoList, credentials, ISigner, serviceInfodestroy, getAccessKey, getApiInfoList, getHttpClient, getISigner, getRegion, getSecretKey, getServiceInfo, getSessionToken, getSignUrl, json, makeRequest, post, postDataWithResponse, 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 static IImageXService getInstance()
public static IImageXService getInstance(String region) throws Exception
Exceptionpublic ApplyImageUploadResponse applyImageUpload(ApplyImageUploadRequest req) throws Exception
IImageXServiceapplyImageUpload in interface IImageXServicereq - the apply upload requestException - the exceptionpublic CommitImageUploadResponse commitImageUpload(CommitImageUploadRequest req) throws Exception
IImageXServicecommitImageUpload in interface IImageXServicereq - the commit upload requestException - the exceptionpublic CommitImageUploadResponse uploadImages(ApplyImageUploadRequest request, List<byte[]> imageDatas) throws Exception
IImageXServiceuploadImages in interface IImageXServicerequest - the apply upload requestimageDatas - image data arrayException - the exceptionpublic CommitImageUploadResponse uploadImages(ApplyImageUploadRequest request, List<InputStream> content, List<Long> size) throws Exception
IImageXServiceuploadImages in interface IImageXServicerequest - upload requestcontent - image datasize - image sizeException - the exceptionpublic String getUploadToken(Map<String,String> params) throws Exception
IImageXServicegetUploadToken in interface IImageXServiceparams - the paramsException - the exceptionpublic SecurityToken2 getUploadSts2(List<String> serviceIds, Map<String,String> tag) throws Exception
IImageXServicegetUploadSts2 in interface IImageXServiceserviceIds - service id list allowed to upload image toException - the exceptionpublic SecurityToken2 getUploadSts2(List<String> serviceIds) throws Exception
getUploadSts2 in interface IImageXServiceExceptionpublic SecurityToken2 getUploadSts2WithExpire(List<String> serviceIds, long expire) throws Exception
IImageXServicegetUploadSts2WithExpire in interface IImageXServiceserviceIds - service id list allowed to upload image toexpire - expire time in millisecondsException - the exceptionpublic SecurityToken2 getUploadSts2WithKeyPtn(List<String> serviceIds, long expire, String keyPtn, Map<String,String> tag) throws Exception
IImageXServicegetUploadSts2WithKeyPtn in interface IImageXServiceserviceIds - service id list allowed to upload image toexpire - expire time in millisecondskeyPtn - upload store key pattern, * for no restriction. default to empty.Exception - the exception
// tag 可如下配置
// Mappublic DeleteImageResp deleteImages(DeleteImageReq req) throws Exception
IImageXServicedeleteImages in interface IImageXServicereq - delete image reqException - the exceptionpublic GetImageUploadFileResponse getImageUploadFile(GetImageUploadFileRequest req) throws Exception
IImageXServicegetImageUploadFile in interface IImageXServicereq - argsException - the exceptionpublic GetImageUploadFilesResponse getImageUploadFiles(GetImageUploadFilesRequest req) throws Exception
IImageXServicegetImageUploadFiles in interface IImageXServicereq - argsException - the exceptionpublic UpdateImageStorageTTLResponse updateImageStorageTTL(UpdateImageStorageTTLRequest req) throws Exception
IImageXServiceupdateImageStorageTTL in interface IImageXServicereq - argsException - the exceptionpublic CreateImageContentTaskResp createImageContentTask(CreateImageContentTaskReq req) throws Exception
IImageXServicecreateImageContentTask in interface IImageXServicereq - update image urls reqException - the exceptionpublic GetImageContentTaskDetailResp getImageContentTaskDetail(GetImageContentTaskDetailReq req) throws Exception
IImageXServicegetImageContentTaskDetail in interface IImageXServicereq - update image urls reqException - the exceptionpublic GetImageContentBlockListResp getImageContentBlockList(GetImageContentBlockListReq req) throws Exception
IImageXServicegetImageContentBlockList in interface IImageXServicereq - update image urls reqException - the exceptionpublic CommonResponse getImageX(String action, Map<String,String> param) throws Exception
IImageXServicegetImageX in interface IImageXServiceaction - api action nameparam - api query paramException - the exceptionpublic CommonResponse postImageX(String action, Map<String,String> param, Object req) throws Exception
IImageXServicepostImageX in interface IImageXServiceaction - api action nameparam - api query paramreq - api json paramException - the exceptionpublic <T> GenericCommonResponse<T> getImageX(String action, Map<String,String> param, Class<T> respType) throws Exception
IImageXServicegetImageX in interface IImageXServiceaction - api action nameparam - api query paramrespType - return typeException - the exceptionpublic <T> GenericCommonResponse<T> postImageX(String action, Map<String,String> param, Object req, Class<T> respType) throws Exception
IImageXServicepostImageX in interface IImageXServiceaction - api action nameparam - api query paramreq - api json paramrespType - return typeException - the exceptionpublic FetchImageUrlResponse fetchImageUrl(FetchImageUrlRequest request) throws Exception
IImageXServicefetchImageUrl in interface IImageXServicerequest - url to fetchException - the exceptionpublic GetUrlFetchTaskResponse getUrlFetchTask(GetUrlFetchTaskRequest req) throws Exception
IImageXServicegetUrlFetchTask in interface IImageXServicereq - url to fetchException - the exceptionpublic GetImageOCRResponse getImageOCRV2(GetImageOCRRequest param) throws Exception
IImageXServicegetImageOCRV2 in interface IImageXServiceparam - api query paramException - the exceptionpublic EmbedImageHmResponse embedImageHm(EmbedImageHmRequest req) throws Exception
IImageXServiceembedImageHm in interface IImageXServicereq - embed image hm requestException - the exceptionpublic CreateHiddenWatermarkImageResponse createHiddenWatermarkImage(CreateHiddenWatermarkImageRequest req) throws Exception
IImageXServicecreateHiddenWatermarkImage in interface IImageXServicereq - create hidden watermark image hm requestException - the exceptionpublic ExtractImageHmResponse extractImageHm(ExtractImageHmRequest req) throws Exception
IImageXServiceextractImageHm in interface IImageXServicereq - extract hidden mark from imageException - the exceptionpublic GetImageSegmentResponse getImageSegment(GetImageSegmentRequest req) throws Exception
IImageXServicegetImageSegment in interface IImageXServicereq - get image segment requestException - the exceptionpublic GetImageEraseModelsResponse getImageEraseModels(GetImageEraseModelsRequest req) throws Exception
IImageXServicegetImageEraseModels in interface IImageXServicereq - get image erase models requestException - the exceptionpublic GetImageEraseResultResponse getImageEraseResult(GetImageEraseResultRequest req) throws Exception
IImageXServicegetImageEraseResult in interface IImageXServicereq - get image erase resultException - the exceptionpublic GetImageQualityResponse getImageQuality(GetImageQualityRequest req) throws Exception
IImageXServicegetImageQuality in interface IImageXServicereq - request argsException - the exceptionpublic GetBatchTaskInfoResp getBatchTaskInfo(GetBatchTaskInfoReq req) throws Exception
IImageXServicegetBatchTaskInfo in interface IImageXServicereq - request argsException - the exceptionpublic CreateBatchProcessTaskResp createBatchProcessTask(CreateBatchProcessTaskReq req) throws Exception
IImageXServicecreateBatchProcessTask in interface IImageXServicereq - request argsException - the exceptionpublic GetBatchProcessResultResp getBatchProcessResult(GetBatchProcessResultReq req) throws Exception
IImageXServicegetBatchProcessResult in interface IImageXServicereq - request argsException - the exceptionpublic GetImageBgFillResultResponse getImageBgFillResult(GetImageBgFillResultRequest req) throws Exception
IImageXServicegetImageBgFillResult in interface IImageXServicereq - request argsException - the exceptionpublic GetImageDuplicateDetectionSyncResponse getImageDuplicateDetectionSync(GetImageDuplicateDetectionSyncRequest req) throws Exception
IImageXServicegetImageDuplicateDetectionSync in interface IImageXServicereq - request argsException - the exceptionpublic GetImageDuplicateDetectionAsyncResponse getImageDuplicateDetectionAsync(GetImageDuplicateDetectionAsyncRequest req) throws Exception
IImageXServicegetImageDuplicateDetectionAsync in interface IImageXServicereq - request argsException - the exceptionpublic GetDeduplicateTaskStatusResponse getDeduplicateTaskStatus(GetDeduplicateTaskStatusRequest req) throws Exception
IImageXServicegetDeduplicateTaskStatus in interface IImageXServicereq - request argsException - the exceptionpublic GetDenoisingImageResponse getDenoisingImage(GetDenoisingImageRequest req) throws Exception
IImageXServicegetDenoisingImage in interface IImageXServicereq - request argsException - the exceptionpublic GetImageComicResultResponse getImageComicResult(GetImageComicResultRequest req) throws Exception
IImageXServicegetImageComicResult in interface IImageXServicereq - request argsException - the exceptionpublic GetImageSuperResolutionResultResponse getImageSuperResolutionResult(GetImageSuperResolutionResultRequest req) throws Exception
IImageXServicegetImageSuperResolutionResult in interface IImageXServicereq - request argsException - the exceptionpublic GetImageSmartCropResultResponse getImageSmartCropResult(GetImageSmartCropResultRequest req) throws Exception
IImageXServicegetImageSmartCropResult in interface IImageXServicereq - request argsException - the exceptionpublic GetLicensePlateDetectionResponse getLicensePlateDetection(GetLicensePlateDetectionRequest req) throws Exception
IImageXServicegetLicensePlateDetection in interface IImageXServicereq - request argsException - the exceptionpublic GetImagePSDetectionResponse getImagePSDetection(GetImagePSDetectionRequest req) throws Exception
IImageXServicegetImagePSDetection in interface IImageXServicereq - request argsException - the exceptionpublic GetPrivateImageTypeResponse getPrivateImageType(GetPrivateImageTypeRequest req) throws Exception
IImageXServicegetPrivateImageType in interface IImageXServicereq - request argsException - the exceptionpublic GetImageEnhanceResultResponse getImageEnhanceResult(GetImageEnhanceResultRequest req) throws Exception
IImageXServicegetImageEnhanceResult in interface IImageXServicereq - request argsException - the exceptionpublic GetImageStyleResultResponse getImageStyleResult(GetImageStyleResultRequest req) throws Exception
IImageXServicegetImageStyleResult in interface IImageXServicereq - request argsException - the exceptionpublic CreateImageMigrateTaskResp createImageMigrateTask(CreateImageMigrateTaskReq req) throws Exception
IImageXServicecreateImageMigrateTask in interface IImageXServicereq - request argsException - the exceptionpublic GetImageMigrateTasksResp getImageMigrateTask(GetImageMigrateTasksReq req) throws Exception
IImageXServicegetImageMigrateTask in interface IImageXServicereq - request argsException - the exceptionpublic ExportFailedMigrateTaskResp exportFailedMigrateTask(ExportFailedMigrateTaskReq req) throws Exception
exportFailedMigrateTask in interface IImageXServiceExceptionpublic CreateImageTranscodeTaskResp createImageTranscodeTask(CreateImageTranscodeTaskReq req) throws Exception
IImageXServicecreateImageTranscodeTask in interface IImageXServicereq - request argsException - the exceptionpublic GetImageTranscodeDetailsResp getImageTranscodeDetails(GetImageTranscodeDetailsReq req) throws Exception
getImageTranscodeDetails in interface IImageXServiceExceptionpublic CreateImageTranscodeCallbackResp createImageTranscodeCallback(CreateImageTranscodeCallbackReq req) throws Exception
createImageTranscodeCallback in interface IImageXServiceExceptionpublic DeleteImageTranscodeDetailResp deleteImageTranscodeDetail(DeleteImageTranscodeDetailReq req) throws Exception
deleteImageTranscodeDetail in interface IImageXServiceExceptionpublic CreateImageCompressTaskResp createImageCompressTask(CreateImageCompressTaskReq req) throws Exception
createImageCompressTask in interface IImageXServiceExceptionpublic GetCompressTaskInfoResp getCompressTaskInfo(GetCompressTaskInfoReq req) throws Exception
getCompressTaskInfo in interface IImageXServiceExceptionpublic UpdateImageFileKeyResp updateImageFileKey(UpdateImageFileKeyReq req) throws Exception
updateImageFileKey in interface IImageXServiceExceptionpublic GetImageStorageFilesResp getImageStorageFiles(GetImageStorageFilesReq req) throws Exception
getImageStorageFiles in interface IImageXServiceExceptionpublic DescribeImageXDomainTrafficDataResp describeImageXDomainTrafficData(DescribeImageXDomainTrafficDataReq req) throws Exception
describeImageXDomainTrafficData in interface IImageXServiceExceptionpublic DescribeImageXDomainBandwidthDataResp describeImageXDomainBandwidthData(DescribeImageXDomainBandwidthDataReq req) throws Exception
describeImageXDomainBandwidthData in interface IImageXServiceExceptionpublic DescribeImageXBucketUsageResp describeImageXBucketUsage(DescribeImageXBucketUsageReq req) throws Exception
describeImageXBucketUsage in interface IImageXServiceExceptionpublic DescribeImageXRequestCntUsageResp describeImageXRequestCntUsage(DescribeImageXRequestCntUsageReq req) throws Exception
describeImageXRequestCntUsage in interface IImageXServiceExceptionpublic DescribeImageXBaseOpUsageResp describeImageXBaseOpUsage(DescribeImageXBaseOpUsageReq req) throws Exception
describeImageXBaseOpUsage in interface IImageXServiceExceptionpublic DescribeImageXCompressUsageResp describeImageXCompressUsage(DescribeImageXCompressUsageReq req) throws Exception
describeImageXCompressUsage in interface IImageXServiceExceptionpublic DescribeImageXEdgeRequestResp describeImageXEdgeRequest(DescribeImageXEdgeRequestReq req) throws Exception
describeImageXEdgeRequest in interface IImageXServiceExceptionpublic DescribeImageXHitRateTrafficDataResp describeImageXHitRateTrafficData(DescribeImageXHitRateTrafficDataReq req) throws Exception
describeImageXHitRateTrafficData in interface IImageXServiceExceptionpublic DescribeImageXHitRateRequestDataResp describeImageXHitRateRequestData(DescribeImageXHitRateRequestDataReq req) throws Exception
describeImageXHitRateRequestData in interface IImageXServiceExceptionpublic DescribeImageXCDNTopRequestDataResp describeImageXCDNTopRequestData(DescribeImageXCDNTopRequestDataReq req) throws Exception
describeImageXCDNTopRequestData in interface IImageXServiceExceptionpublic DescribeImageXSummaryResp describeImageXSummary(DescribeImageXSummaryReq req) throws Exception
describeImageXSummary in interface IImageXServiceExceptionpublic DescribeImageXEdgeRequestBandwidthResp describeImageXEdgeRequestBandwidth(DescribeImageXEdgeRequestBandwidthReq req) throws Exception
describeImageXEdgeRequestBandwidth in interface IImageXServiceExceptionpublic DescribeImageXEdgeRequestTrafficResp describeImageXEdgeRequestTraffic(DescribeImageXEdgeRequestTrafficReq req) throws Exception
describeImageXEdgeRequestTraffic in interface IImageXServiceExceptionpublic DescribeImageXEdgeRequestRegionsResp describeImageXEdgeRequestRegions(DescribeImageXEdgeRequestRegionsReq req) throws Exception
describeImageXEdgeRequestRegions in interface IImageXServiceExceptionpublic DescribeImageXServiceQualityResp describeImageXServiceQuality(DescribeImageXServiceQualityReq req) throws Exception
describeImageXServiceQuality in interface IImageXServiceExceptionpublic GetImageXQueryAppsResp getImageXQueryApps(GetImageXQueryAppsReq req) throws Exception
getImageXQueryApps in interface IImageXServiceExceptionpublic GetImageXQueryRegionsResp getImageXQueryRegions(GetImageXQueryRegionsReq req) throws Exception
getImageXQueryRegions in interface IImageXServiceExceptionpublic GetImageXQueryDimsResp getImageXQueryDims(GetImageXQueryDimsReq req) throws Exception
getImageXQueryDims in interface IImageXServiceExceptionpublic GetImageXQueryValsResp getImageXQueryVals(GetImageXQueryValsReq req) throws Exception
getImageXQueryVals in interface IImageXServiceExceptionpublic DescribeImageXMirrorRequestTrafficResp describeImageXMirrorRequestTraffic(DescribeImageXMirrorRequestTrafficReq req) throws Exception
describeImageXMirrorRequestTraffic in interface IImageXServiceExceptionpublic DescribeImageXMirrorRequestBandwidthResp describeImageXMirrorRequestBandwidth(DescribeImageXMirrorRequestBandwidthReq req) throws Exception
describeImageXMirrorRequestBandwidth in interface IImageXServiceExceptionpublic DescribeImageXMirrorRequestHttpCodeByTimeResp describeImageXMirrorRequestHttpCodeByTime(DescribeImageXMirrorRequestHttpCodeByTimeReq req) throws Exception
describeImageXMirrorRequestHttpCodeByTime in interface IImageXServiceExceptionpublic DescribeImageXMirrorRequestHttpCodeOverviewResp describeImageXMirrorRequestHttpCodeOverview(DescribeImageXMirrorRequestHttpCodeOverviewReq req) throws Exception
describeImageXMirrorRequestHttpCodeOverview in interface IImageXServiceExceptionpublic DescribeImageXUploadSuccessRateByTimeResp describeImageXUploadSuccessRateByTime(DescribeImageXUploadSuccessRateByTimeReq req) throws Exception
describeImageXUploadSuccessRateByTime in interface IImageXServiceExceptionpublic DescribeImageXUploadErrorCodeAllResp describeImageXUploadErrorCodeAll(DescribeImageXUploadErrorCodeAllReq req) throws Exception
describeImageXUploadErrorCodeAll in interface IImageXServiceExceptionpublic DescribeImageXUploadErrorCodeByTimeResp describeImageXUploadErrorCodeByTime(DescribeImageXUploadErrorCodeByTimeReq req) throws Exception
describeImageXUploadErrorCodeByTime in interface IImageXServiceExceptionpublic DescribeImageXUploadCountByTimeResp describeImageXUploadCountByTime(DescribeImageXUploadCountByTimeReq req) throws Exception
describeImageXUploadCountByTime in interface IImageXServiceExceptionpublic DescribeImageXUploadFileSizeResp describeImageXUploadFileSize(DescribeImageXUploadFileSizeReq req) throws Exception
describeImageXUploadFileSize in interface IImageXServiceExceptionpublic DescribeImageXUploadSpeedResp describeImageXUploadSpeed(DescribeImageXUploadSpeedReq req) throws Exception
describeImageXUploadSpeed in interface IImageXServiceExceptionpublic DescribeImageXUploadDurationResp describeImageXUploadDuration(DescribeImageXUploadDurationReq req) throws Exception
describeImageXUploadDuration in interface IImageXServiceExceptionpublic DescribeImageXUploadSegmentSpeedByTimeResp describeImageXUploadSegmentSpeedByTime(DescribeImageXUploadSegmentSpeedByTimeReq req) throws Exception
describeImageXUploadSegmentSpeedByTime in interface IImageXServiceExceptionpublic DescribeImageXCdnSuccessRateByTimeResp describeImageXCdnSuccessRateByTime(DescribeImageXCdnSuccessRateByTimeReq req) throws Exception
describeImageXCdnSuccessRateByTime in interface IImageXServiceExceptionpublic DescribeImageXCdnSuccessRateAllResp describeImageXCdnSuccessRateAll(DescribeImageXCdnSuccessRateAllReq req) throws Exception
describeImageXCdnSuccessRateAll in interface IImageXServiceExceptionpublic DescribeImageXCdnErrorCodeByTimeResp describeImageXCdnErrorCodeByTime(DescribeImageXCdnErrorCodeByTimeReq req) throws Exception
describeImageXCdnErrorCodeByTime in interface IImageXServiceExceptionpublic DescribeImageXCdnErrorCodeAllResp describeImageXCdnErrorCodeAll(DescribeImageXCdnErrorCodeAllReq req) throws Exception
describeImageXCdnErrorCodeAll in interface IImageXServiceExceptionpublic DescribeImageXCdnDurationDetailByTimeResp describeImageXCdnDurationDetailByTime(DescribeImageXCdnDurationDetailByTimeReq req) throws Exception
describeImageXCdnDurationDetailByTime in interface IImageXServiceExceptionpublic DescribeImageXCdnDurationAllResp describeImageXCdnDurationAll(DescribeImageXCdnDurationAllReq req) throws Exception
describeImageXCdnDurationAll in interface IImageXServiceExceptionpublic DescribeImageXCdnReuseRateByTimeResp describeImageXCdnReuseRateByTime(DescribeImageXCdnReuseRateByTimeReq req) throws Exception
describeImageXCdnReuseRateByTime in interface IImageXServiceExceptionpublic DescribeImageXCdnReuseRateAllResp describeImageXCdnReuseRateAll(DescribeImageXCdnReuseRateAllReq req) throws Exception
describeImageXCdnReuseRateAll in interface IImageXServiceExceptionpublic DescribeImageXCdnProtocolRateByTimeResp describeImageXCdnProtocolRateByTime(DescribeImageXCdnProtocolRateByTimeReq req) throws Exception
describeImageXCdnProtocolRateByTime in interface IImageXServiceExceptionpublic DescribeImageXClientErrorCodeAllResp describeImageXClientErrorCodeAll(DescribeImageXClientErrorCodeAllReq req) throws Exception
describeImageXClientErrorCodeAll in interface IImageXServiceExceptionpublic DescribeImageXClientErrorCodeByTimeResp describeImageXClientErrorCodeByTime(DescribeImageXClientErrorCodeByTimeReq req) throws Exception
describeImageXClientErrorCodeByTime in interface IImageXServiceExceptionpublic DescribeImageXClientDecodeSuccessRateByTimeResp describeImageXClientDecodeSuccessRateByTime(DescribeImageXClientDecodeSuccessRateByTimeReq req) throws Exception
describeImageXClientDecodeSuccessRateByTime in interface IImageXServiceExceptionpublic DescribeImageXClientDecodeDurationByTimeResp describeImageXClientDecodeDurationByTime(DescribeImageXClientDecodeDurationByTimeReq req) throws Exception
describeImageXClientDecodeDurationByTime in interface IImageXServiceExceptionpublic DescribeImageXClientQueueDurationByTimeResp describeImageXClientQueueDurationByTime(DescribeImageXClientQueueDurationByTimeReq req) throws Exception
describeImageXClientQueueDurationByTime in interface IImageXServiceExceptionpublic DescribeImageXClientLoadDurationAllResp describeImageXClientLoadDurationAll(DescribeImageXClientLoadDurationAllReq req) throws Exception
describeImageXClientLoadDurationAll in interface IImageXServiceExceptionpublic DescribeImageXClientLoadDurationResp describeImageXClientLoadDuration(DescribeImageXClientLoadDurationReq req) throws Exception
describeImageXClientLoadDuration in interface IImageXServiceExceptionpublic DescribeImageXClientFailureRateResp describeImageXClientFailureRate(DescribeImageXClientFailureRateReq req) throws Exception
describeImageXClientFailureRate in interface IImageXServiceExceptionpublic DescribeImageXClientSdkVerByTimeResp describeImageXClientSdkVerByTime(DescribeImageXClientSdkVerByTimeReq req) throws Exception
describeImageXClientSdkVerByTime in interface IImageXServiceExceptionpublic DescribeImageXClientFileSizeResp describeImageXClientFileSize(DescribeImageXClientFileSizeReq req) throws Exception
describeImageXClientFileSize in interface IImageXServiceExceptionpublic DescribeImageXClientTopFileSizeResp describeImageXClientTopFileSize(DescribeImageXClientTopFileSizeReq req) throws Exception
describeImageXClientTopFileSize in interface IImageXServiceExceptionpublic DescribeImageXClientCountByTimeResp describeImageXClientCountByTime(DescribeImageXClientCountByTimeReq req) throws Exception
describeImageXClientCountByTime in interface IImageXServiceExceptionpublic DescribeImageXClientScoreByTimeResp describeImageXClientScoreByTime(DescribeImageXClientScoreByTimeReq req) throws Exception
describeImageXClientScoreByTime in interface IImageXServiceExceptionpublic DescribeImageXClientDemotionRateByTimeResp describeImageXClientDemotionRateByTime(DescribeImageXClientDemotionRateByTimeReq req) throws Exception
describeImageXClientDemotionRateByTime in interface IImageXServiceExceptionpublic DescribeImageXClientTopDemotionURLResp describeImageXClientTopDemotionURL(DescribeImageXClientTopDemotionURLReq req) throws Exception
describeImageXClientTopDemotionURL in interface IImageXServiceExceptionpublic DescribeImageXClientQualityRateByTimeResp describeImageXClientQualityRateByTime(DescribeImageXClientQualityRateByTimeReq req) throws Exception
describeImageXClientQualityRateByTime in interface IImageXServiceExceptionpublic DescribeImageXClientTopQualityURLResp describeImageXClientTopQualityURL(DescribeImageXClientTopQualityURLReq req) throws Exception
describeImageXClientTopQualityURL in interface IImageXServiceExceptionpublic DescribeImageXSensibleCountByTimeResp describeImageXSensibleCountByTime(DescribeImageXSensibleCountByTimeReq req) throws Exception
describeImageXSensibleCountByTime in interface IImageXServiceExceptionpublic DescribeImageXSensibleCacheHitRateByTimeResp describeImageXSensibleCacheHitRateByTime(DescribeImageXSensibleCacheHitRateByTimeReq req) throws Exception
describeImageXSensibleCacheHitRateByTime in interface IImageXServiceExceptionpublic DescribeImageXSensibleTopSizeURLResp describeImageXSensibleTopSizeURL(DescribeImageXSensibleTopSizeURLReq req) throws Exception
describeImageXSensibleTopSizeURL in interface IImageXServiceExceptionpublic DescribeImageXSensibleTopRamURLResp describeImageXSensibleTopRamURL(DescribeImageXSensibleTopRamURLReq req) throws Exception
describeImageXSensibleTopRamURL in interface IImageXServiceExceptionpublic DescribeImageXSensibleTopResolutionURLResp describeImageXSensibleTopResolutionURL(DescribeImageXSensibleTopResolutionURLReq req) throws Exception
describeImageXSensibleTopResolutionURL in interface IImageXServiceExceptionpublic DescribeImageXSensibleTopUnknownURLResp describeImageXSensibleTopUnknownURL(DescribeImageXSensibleTopUnknownURLReq req) throws Exception
describeImageXSensibleTopUnknownURL in interface IImageXServiceExceptionpublic DescribeImageVolcCdnAccessLogResp describeImageVolcCdnAccessLog(DescribeImageVolcCdnAccessLogReq req) throws Exception
describeImageVolcCdnAccessLog in interface IImageXServiceExceptionCopyright © 2025. All rights reserved.