| 限定符和类型 | 方法和说明 |
|---|---|
Result<AppPageDTO> |
AppApi.searchApp(int pageNo,
int pageSize,
AppApi.AppSearchOrderBy orderBy,
String name,
AppApi.AppOsType osType,
AppApi.AppChargeType chargeType,
AppApi.AppBaseType baseType,
AppApi.AppStatus appStatus,
AppApi.ApkStatus apkStatus,
Boolean specificReseller,
Boolean specificMerchantCategory) |
Result<AppPageDTO> |
AppApi.searchApp(int pageNo,
int pageSize,
AppApi.AppSearchOrderBy orderBy,
String name,
AppApi.AppOsType osType,
AppApi.AppChargeType chargeType,
AppApi.AppBaseType baseType,
AppApi.AppStatus appStatus,
AppApi.ApkStatus apkStatus,
Boolean specificReseller,
Boolean specificMerchantCategory,
Boolean includeSubscribedApp) |
Result<AppPageDTO> |
AppApi.searchApp(int pageNo,
int pageSize,
AppApi.AppSearchOrderBy orderBy,
String name,
AppApi.AppOsType osType,
AppApi.AppChargeType chargeType,
AppApi.AppBaseType baseType,
AppApi.AppStatus appStatus,
AppApi.ApkStatus apkStatus,
Boolean specificReseller,
Boolean specificMerchantCategory,
Boolean includeSubscribedApp,
String resellerName) |
| 限定符和类型 | 方法和说明 |
|---|---|
Result<EntityAttributeDTO> |
EntityAttributeApi.createEntityAttribute(EntityAttributeCreateRequest createRequest) |
Result<String> |
EntityAttributeApi.deleteEntityAttribute(Long attributeId) |
Result<EntityAttributeDTO> |
EntityAttributeApi.getEntityAttribute(Long attributeId) |
Result<EntityAttributeDTO> |
EntityAttributeApi.searchEntityAttributes(int pageNo,
int pageSize,
EntityAttributeApi.SearchOrderBy orderBy,
String key,
EntityAttributeApi.EntityAttributeType entityType) |
Result<EntityAttributeDTO> |
EntityAttributeApi.updateEntityAttribute(Long attributeId,
EntityAttributeUpdateRequest updateRequest) |
Result<String> |
EntityAttributeApi.updateEntityAttributeLabel(Long attributeId,
EntityAttributeLabelUpdateRequest updateLabelRequest) |
| 限定符和类型 | 方法和说明 |
|---|---|
Result<DataQueryResultDTO> |
GoInsightApi.findDataFromInsight(String queryCode) |
Result<DataQueryResultDTO> |
GoInsightApi.findDataFromInsight(String queryCode,
GoInsightApi.TimestampRangeType rangeType) |
Result<DataQueryResultDTO> |
GoInsightApi.findDataFromInsight(String queryCode,
GoInsightApi.TimestampRangeType rangeType,
Integer pageNo,
Integer pageSize) |
| 限定符和类型 | 方法和说明 |
|---|---|
Result<String> |
MerchantApi.activateMerchant(Long merchantId) |
Result<MerchantDTO> |
MerchantApi.createMerchant(MerchantCreateRequest merchantCreateRequest) |
Result<String> |
MerchantApi.deleteMerchant(Long merchantId) |
Result<String> |
MerchantApi.disableMerchant(Long merchantId) |
Result<MerchantDTO> |
MerchantApi.getMerchant(Long merchantId) |
Result<String> |
MerchantApi.replaceMerchantEmail(Long merchantId,
String email,
boolean createUser) |
Result<MerchantPageDTO> |
MerchantApi.searchMerchant(int pageNo,
int pageSize,
MerchantApi.MerchantSearchOrderBy orderBy,
String name,
MerchantApi.MerchantStatus status) |
Result<MerchantDTO> |
MerchantApi.updateMerchant(Long merchantId,
MerchantUpdateRequest merchantUpdateRequest) |
| 限定符和类型 | 方法和说明 |
|---|---|
Result<ArrayList<MerchantCategoryDTO>> |
MerchantCategoryApi.batchCreateMerchantCategory(List<MerchantCategoryCreateRequest> merchantCategoryBatchCreateRequest,
boolean skipExist) |
Result<MerchantCategoryDTO> |
MerchantCategoryApi.createMerchantCategory(MerchantCategoryCreateRequest merchantCategoryCreateRequest) |
Result<String> |
MerchantCategoryApi.deleteMerchantCategory(Long merchantCategoryId) |
Result<ArrayList<MerchantCategoryDTO>> |
MerchantCategoryApi.getMerchantCategories(String name) |
Result<MerchantCategoryDTO> |
MerchantCategoryApi.updateMerchantCategory(Long merchantCategoryId,
MerchantCategoryUpdateRequest merchantCategoryUpdateRequest) |
| 限定符和类型 | 方法和说明 |
|---|---|
Result<OptimizedParameterPushHistoryDTO> |
PushHistoryApi.searchLatestOptimizedParameterPushHistory(int pageNo,
int pageSize,
String packageName,
String serialNo,
PushHistoryApi.PushStatus pushStatus,
Date pushTime)
Search latest optimized parameter push history result.
|
Result<ParameterPushHistoryDTO> |
PushHistoryApi.searchLatestParameterPushHistory(int pageNo,
int pageSize,
String packageName,
String serialNo,
PushHistoryApi.PushStatus pushStatus,
Date pushTime)
Search latest parameter push history result.
|
Result<OptimizedParameterPushHistoryDTO> |
PushHistoryApi.searchOptimizedParameterPushHistory(int pageNo,
int pageSize,
String packageName,
String serialNo,
PushHistoryApi.PushStatus pushStatus,
Date pushTime)
Search optimized parameter push history result.
|
Result<ParameterPushHistoryDTO> |
PushHistoryApi.searchParameterPushHistory(int pageNo,
int pageSize,
String packageName,
String serialNo,
PushHistoryApi.PushStatus pushStatus,
Date pushTime)
Search parameter push history result.
|
| 限定符和类型 | 方法和说明 |
|---|---|
Result<String> |
ResellerApi.activateReseller(Long resellerId) |
Result<ResellerDTO> |
ResellerApi.createReseller(ResellerCreateRequest resellerCreateRequest) |
Result<String> |
ResellerApi.deleteReseller(Long resellerId) |
Result<String> |
ResellerApi.disableReseller(Long resellerId) |
Result<ResellerDTO> |
ResellerApi.getReseller(Long resellerId) |
Result<String> |
ResellerApi.replaceResellerEmail(Long resellerId,
String email) |
Result<ResellerPageDTO> |
ResellerApi.searchReseller(int pageNo,
int pageSize,
ResellerApi.ResellerSearchOrderBy orderBy,
String name,
ResellerApi.ResellerStatus status) |
Result<ResellerRkiKeyPageDTO> |
ResellerApi.searchResellerRkiKeyList(Long resellerId,
int pageNo,
int pageSize,
String rkiKey) |
Result<ResellerDTO> |
ResellerApi.updateReseller(Long resellerId,
ResellerUpdateRequest resellerUpdateRequest) |
| 限定符和类型 | 方法和说明 |
|---|---|
Result<TerminalApkDTO> |
TerminalApkApi.createTerminalApk(CreateTerminalApkRequest createTerminalApkRequest) |
Result<String> |
TerminalApkApi.disableApkPush(UpdateTerminalApkRequest disableTerminalApkRequest) |
Result<TerminalApkDTO> |
TerminalApkApi.getTerminalApk(Long terminalApkId) |
Result<TerminalApkDTO> |
TerminalApkApi.getTerminalApk(Long terminalApkId,
List<String> pidList) |
Result<TerminalApkDTO> |
TerminalApkApi.searchTerminalApk(int pageNo,
int pageSize,
TerminalApkApi.SearchOrderBy orderBy,
String terminalTid,
String appPackageName,
TerminalApkApi.PushStatus status) |
Result<String> |
TerminalApkApi.uninstallApk(UpdateTerminalApkRequest uninstallApkRequest) |
| 限定符和类型 | 方法和说明 |
|---|---|
Result<String> |
TerminalApkParameterApi.createApkParameter(CreateApkParameterRequest createApkParameterRequest) |
Result<String> |
TerminalApkParameterApi.deleteApkParameter(Long apkParameterId) |
Result<ApkParameterDTO> |
TerminalApkParameterApi.getTerminalApkParameter(Long apkParameterId) |
Result<ApkParameterDTO> |
TerminalApkParameterApi.getTerminalApkParameter(Long apkParameterId,
List<String> pidList) |
Result<ApkParameterDTO> |
TerminalApkParameterApi.searchTerminalApkParameter(int pageNo,
int pageSize,
TerminalApkParameterApi.SearchOrderBy orderBy,
String templateName,
String packageName,
String versionName) |
Result<String> |
TerminalApkParameterApi.updateApkParameter(Long apkParameterId,
UpdateApkParameterRequest updateApkParameterRequest) |
| 限定符和类型 | 方法和说明 |
|---|---|
Result<String> |
TerminalEstateApi.verifyTerminalEstate(String serialNo) |
| 限定符和类型 | 方法和说明 |
|---|---|
Result<String> |
TerminalFirmwareApi.disablePushFirmwareTask(DisablePushFirmwareTask disablePushFirmwareTask) |
Result<PushFirmwareTaskDTO> |
TerminalFirmwareApi.getPushFirmwareTask(Long pushFirmwareTaskId) |
Result<PushFirmwareTaskDTO> |
TerminalFirmwareApi.pushFirmware2Terminal(PushFirmware2TerminalRequest pushFirmware2TerminalRequest) |
Result<PushFirmwareTaskDTO> |
TerminalFirmwareApi.searchPushFirmwareTasks(int pageNo,
int pageSize,
BaseThirdPartySysApi.SearchOrderBy orderBy,
String terminalTid,
String fmName,
BaseThirdPartySysApi.PushStatus status) |
Result<PushFirmwareTaskDTO> |
TerminalFirmwareApi.searchPushFirmwareTasks(int pageNo,
int pageSize,
BaseThirdPartySysApi.SearchOrderBy orderBy,
String terminalTid,
String fmName,
BaseThirdPartySysApi.PushStatus status,
String serialNo) |
| 限定符和类型 | 方法和说明 |
|---|---|
Result<SimpleTerminalGroupApkDTO> |
TerminalGroupApkApi.createAndActiveGroupApk(CreateTerminalGroupApkRequest createRequest) |
Result<String> |
TerminalGroupApkApi.deleteTerminalGroupApk(Long groupApkId) |
Result<SimpleTerminalGroupApkDTO> |
TerminalGroupApkApi.getTerminalGroupApk(Long groupApkId) |
Result<SimpleTerminalGroupApkDTO> |
TerminalGroupApkApi.getTerminalGroupApk(Long groupApkId,
List<String> pidList) |
Result<SimpleTerminalGroupApkDTO> |
TerminalGroupApkApi.searchTerminalGroupApk(int pageNo,
int pageSize,
TerminalGroupApkApi.SearchOrderBy orderBy,
Long groupId,
Boolean pendingOnly,
Boolean historyOnly,
String keyWords) |
Result<SimpleTerminalGroupApkDTO> |
TerminalGroupApkApi.suspendTerminalGroupApk(Long groupApkId) |
| 限定符和类型 | 方法和说明 |
|---|---|
Result<TerminalGroupRkiDTO> |
TerminalGroupRkiApi.disableGroupRkiPushTask(Long groupPushRkiTaskId) |
Result<TerminalGroupRkiDTO> |
TerminalGroupRkiApi.getGroupPushRkiTask(Long groupPushRkiTaskId) |
Result<TerminalGroupRkiDTO> |
TerminalGroupRkiApi.pushRkiKey2Group(CreateTerminalGroupRkiRequest createRequest) |
Result<TerminalGroupRkiDTO> |
TerminalGroupRkiApi.searchGroupPushRkiTask(int pageNo,
int pageSize,
BaseThirdPartySysApi.SearchOrderBy orderBy,
Long groupId,
Boolean pendingOnly,
Boolean historyOnly,
String keyWords) |
| 限定符和类型 | 方法和说明 |
|---|---|
Result<String> |
TerminalRkiApi.disablePushRkiTask(DisablePushRkiTask disablePushRkiTask) |
Result<PushRkiTaskDTO> |
TerminalRkiApi.getPushRkiTask(Long pushRkiTaskId) |
Result<PushRkiTaskDTO> |
TerminalRkiApi.pushRkiKey2Terminal(PushRki2TerminalRequest pushRki2TerminalRequest) |
Result<PushRkiTaskDTO> |
TerminalRkiApi.searchPushRkiTasks(int pageNo,
int pageSize,
BaseThirdPartySysApi.SearchOrderBy orderBy,
String terminalTid,
String rkiKey,
BaseThirdPartySysApi.PushStatus status) |
| 限定符和类型 | 方法和说明 |
|---|---|
Result<String> |
TerminalVariableApi.batchDeletionTerminalVariable(TerminalParameterVariableDeleteRequest batchDeletionRequest) |
Result<String> |
TerminalVariableApi.createTerminalVariable(TerminalParameterVariableRequest createRequest) |
Result<String> |
TerminalVariableApi.deleteTerminalVariable(Long terminalVariableId) |
Result<ParameterVariableDTO> |
TerminalVariableApi.getTerminalVariable(int pageNo,
int pageSize,
TerminalVariableApi.SearchOrderBy orderBy,
String tid,
String serialNo,
String packageName,
String key,
TerminalVariableApi.VariableSource source) |
Result<String> |
TerminalVariableApi.updateTerminalVariable(Long terminalVariableId,
ParameterVariable updateRequest) |
Copyright © 2022. All rights reserved.