PortOne Server SDK for JVM
Toggle table of contents
0.23.0
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
PortOne Server SDK for JVM
PortOne Server SDK for JVM
/
io.portone.sdk.server.platform.partner
/
PlatformBulkTaskProgressStats
Platform
Bulk
Task
Progress
Stats
@
Serializable
data
class
PlatformBulkTaskProgressStats
(
val
preparedCount
:
Long
,
val
processingCount
:
Long
,
val
succeededCount
:
Long
,
val
failedCount
:
Long
,
val
canceledCount
:
Long
)
Members
Constructors
Platform
Bulk
Task
Progress
Stats
Link copied to clipboard
constructor
(
preparedCount
:
Long
,
processingCount
:
Long
,
succeededCount
:
Long
,
failedCount
:
Long
,
canceledCount
:
Long
)
Properties
canceled
Count
Link copied to clipboard
val
canceledCount
:
Long
failed
Count
Link copied to clipboard
val
failedCount
:
Long
prepared
Count
Link copied to clipboard
val
preparedCount
:
Long
processing
Count
Link copied to clipboard
val
processingCount
:
Long
succeeded
Count
Link copied to clipboard
val
succeededCount
:
Long