PageOperationalPostingTaskDto¶
Example Json Object
1{
2 "totalPages": 0,
3 "totalElements": 0,
4 "pageable": {
5 "unpaged": false,
6 "paged": true,
7 "pageSize": 100,
8 "pageNumber": 0,
9 "offset": 0,
10 "sort": {
11 "unsorted": false,
12 "sorted": true,
13 "empty": false
14 }
15 },
16 "numberOfElements": 0,
17 "first": true,
18 "last": true,
19 "size": 0,
20 "content": [
21 {
22 "id": 0,
23 "queueTime": "2019-08-24T14:15:22Z",
24 "startTime": "2019-08-24T14:15:22Z",
25 "endTime": "2019-08-24T14:15:22Z",
26 "interruptedAt": "2019-08-24T14:15:22Z",
27 "recoveredAt": "2019-08-24T14:15:22Z",
28 "status": "CREATED",
29 "recover": true,
30 "interrupted": true,
31 "interruptionMessage": "string",
32 "errorMessage": "string",
33 "totalObjectCount": 0,
34 "jobId": 0,
35 "batchTaskObjectType": "MASTER_AGREEMENT",
36 "taskReports": [
37 {
38 "id": 0,
39 "scheduledItemCount": 0,
40 "processingItemCount": 0,
41 "doneItemCount": 0,
42 "failedItemCount": 0,
43 "cancelledItemCount": 0,
44 "skippedItemCount": 0,
45 "totalItemCount": 0,
46 "taskId": 0,
47 "journalType": "PAYMENT"
48 }
49 ]
50 }
51 ],
52 "number": 0,
53 "sort": {
54 "unsorted": false,
55 "sorted": true,
56 "empty": false
57 },
58 "empty": true
59}
Properties
Name |
Type |
Required |
Restrictions |
Description |
|---|---|---|---|---|
totalPages |
integer(int32) |
false |
none |
none |
totalElements |
integer(int64) |
false |
none |
none |
pageable |
false |
none |
Represents pagination metadata describing the requested page, including offsets, sizes, and sorting information. |
|
numberOfElements |
integer(int32) |
false |
none |
none |
first |
boolean |
false |
none |
none |
last |
boolean |
false |
none |
none |
size |
integer(int32) |
false |
none |
none |
content |
false |
none |
none |
|
number |
integer(int32) |
false |
none |
none |
sort |
false |
none |
Represents sorting metadata applied to a pageable request, including whether sorting is enabled and its state. |
|
empty |
boolean |
false |
none |
none |