Package | Description |
---|---|
org.openapitools.client.api | |
org.openapitools.client.model |
Modifier and Type | Method and Description |
---|---|
List<BatchStatisticsDto> |
BatchApi.getBatchStatistics(String sortBy,
String sortOrder,
Integer firstResult,
Integer maxResults,
String batchId,
String type,
String tenantIdIn,
Boolean withoutTenantId,
Boolean suspended)
Get Statistics
Queries for batch statistics that fulfill given parameters.
|
ApiResponse<List<BatchStatisticsDto>> |
BatchApi.getBatchStatisticsWithHttpInfo(String sortBy,
String sortOrder,
Integer firstResult,
Integer maxResults,
String batchId,
String type,
String tenantIdIn,
Boolean withoutTenantId,
Boolean suspended)
Get Statistics
Queries for batch statistics that fulfill given parameters.
|
Modifier and Type | Method and Description |
---|---|
okhttp3.Call |
BatchApi.getBatchStatisticsAsync(String sortBy,
String sortOrder,
Integer firstResult,
Integer maxResults,
String batchId,
String type,
String tenantIdIn,
Boolean withoutTenantId,
Boolean suspended,
ApiCallback<List<BatchStatisticsDto>> _callback)
Get Statistics (asynchronously)
Queries for batch statistics that fulfill given parameters.
|
Modifier and Type | Method and Description |
---|---|
BatchStatisticsDto |
BatchStatisticsDto.batchJobDefinitionId(String batchJobDefinitionId) |
BatchStatisticsDto |
BatchStatisticsDto.batchJobsPerSeed(Integer batchJobsPerSeed) |
BatchStatisticsDto |
BatchStatisticsDto.completedJobs(Integer completedJobs) |
BatchStatisticsDto |
BatchStatisticsDto.createUserId(String createUserId) |
BatchStatisticsDto |
BatchStatisticsDto.failedJobs(Integer failedJobs) |
BatchStatisticsDto |
BatchStatisticsDto.id(String id) |
BatchStatisticsDto |
BatchStatisticsDto.invocationsPerBatchJob(Integer invocationsPerBatchJob) |
BatchStatisticsDto |
BatchStatisticsDto.jobsCreated(Integer jobsCreated) |
BatchStatisticsDto |
BatchStatisticsDto.monitorJobDefinitionId(String monitorJobDefinitionId) |
BatchStatisticsDto |
BatchStatisticsDto.remainingJobs(Integer remainingJobs) |
BatchStatisticsDto |
BatchStatisticsDto.seedJobDefinitionId(String seedJobDefinitionId) |
BatchStatisticsDto |
BatchStatisticsDto.suspended(Boolean suspended) |
BatchStatisticsDto |
BatchStatisticsDto.tenantId(String tenantId) |
BatchStatisticsDto |
BatchStatisticsDto.totalJobs(Integer totalJobs) |
BatchStatisticsDto |
BatchStatisticsDto.type(String type) |
Copyright © 2022. All rights reserved.