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