solapi.sdk
Toggle table of contents
1.0.0
jvm
Platform filter
jvm
Switch theme
Search in API
solapi.sdk
solapi.sdk
/
com.solapi.sdk.message.model.group
/
GroupCount
Group
Count
@
Serializable
(
)
public
final
class
GroupCount
Members
Constructors
Group
Count
Link copied to clipboard
public
GroupCount
GroupCount
(
Integer
total
,
Integer
sentTotal
,
Integer
sentFailed
,
Integer
sentSuccess
,
Integer
sentPending
,
Integer
sentReplacement
,
Integer
refund
,
Integer
registeredFailed
,
Integer
registeredSuccess
)
Properties
refund
Link copied to clipboard
private
final
Integer
refund
registered
Failed
Link copied to clipboard
private
final
Integer
registeredFailed
registered
Success
Link copied to clipboard
private
final
Integer
registeredSuccess
sent
Failed
Link copied to clipboard
private
final
Integer
sentFailed
sent
Pending
Link copied to clipboard
private
final
Integer
sentPending
sent
Replacement
Link copied to clipboard
private
final
Integer
sentReplacement
sent
Success
Link copied to clipboard
private
final
Integer
sentSuccess
sent
Total
Link copied to clipboard
private
final
Integer
sentTotal
total
Link copied to clipboard
private
final
Integer
total
Functions
get
Refund
Link copied to clipboard
public
final
Integer
getRefund
(
)
get
Registered
Failed
Link copied to clipboard
public
final
Integer
getRegisteredFailed
(
)
get
Registered
Success
Link copied to clipboard
public
final
Integer
getRegisteredSuccess
(
)
get
Sent
Failed
Link copied to clipboard
public
final
Integer
getSentFailed
(
)
get
Sent
Pending
Link copied to clipboard
public
final
Integer
getSentPending
(
)
get
Sent
Replacement
Link copied to clipboard
public
final
Integer
getSentReplacement
(
)
get
Sent
Success
Link copied to clipboard
public
final
Integer
getSentSuccess
(
)
get
Sent
Total
Link copied to clipboard
public
final
Integer
getSentTotal
(
)
get
Total
Link copied to clipboard
public
final
Integer
getTotal
(
)