Count

public final class Count

Constructors

Link copied to clipboard
Count Count(    Integer total,     Integer sentTotal,     Integer sentFailed,     Integer sentSuccess,     Integer sentPending,     Integer sentReplacement,     Integer refund,     Integer registeredFailed,     Integer registeredSuccess)

Functions

Link copied to clipboard
final Integer getRefund()

발송 실패 후 환급될 메시지 건 수

Link copied to clipboard
final Integer getRegisteredFailed()

발송 접수에 실패한 메시지 건 수

Link copied to clipboard
final Integer getRegisteredSuccess()

발송 접수에 성공한 메시지 건 수

Link copied to clipboard
final Integer getSentFailed()

발송 접수 후 발송실패 된 메시지 건 수

Link copied to clipboard
final Integer getSentPending()

발송 접수 후 발송 중인 메시지 건 수

Link copied to clipboard
final Integer getSentReplacement()

발송 접수 후 대체발송 된 메시지 건 수

Link copied to clipboard
final Integer getSentSuccess()

발송 접수 후 발송성공 된 메시지 건 수

Link copied to clipboard
final Integer getSentTotal()

실제 발송접수 된 메시지 건 수

Link copied to clipboard
final Integer getTotal()

그룹에 적재된 총 메시지 건 수

Link copied to clipboard
final Unit setRefund(Integer refund)

발송 실패 후 환급될 메시지 건 수

Link copied to clipboard
final Unit setRegisteredFailed(Integer registeredFailed)

발송 접수에 실패한 메시지 건 수

Link copied to clipboard
final Unit setRegisteredSuccess(Integer registeredSuccess)

발송 접수에 성공한 메시지 건 수

Link copied to clipboard
final Unit setSentFailed(Integer sentFailed)

발송 접수 후 발송실패 된 메시지 건 수

Link copied to clipboard
final Unit setSentPending(Integer sentPending)

발송 접수 후 발송 중인 메시지 건 수

Link copied to clipboard
final Unit setSentReplacement(Integer sentReplacement)

발송 접수 후 대체발송 된 메시지 건 수

Link copied to clipboard
final Unit setSentSuccess(Integer sentSuccess)

발송 접수 후 발송성공 된 메시지 건 수

Link copied to clipboard
final Unit setSentTotal(Integer sentTotal)

실제 발송접수 된 메시지 건 수

Link copied to clipboard
final Unit setTotal(Integer total)

그룹에 적재된 총 메시지 건 수

Properties

Link copied to clipboard
private Integer refund

발송 실패 후 환급될 메시지 건 수

Link copied to clipboard
private Integer registeredFailed

발송 접수에 실패한 메시지 건 수

Link copied to clipboard
private Integer registeredSuccess

발송 접수에 성공한 메시지 건 수

Link copied to clipboard
private Integer sentFailed

발송 접수 후 발송실패 된 메시지 건 수

Link copied to clipboard
private Integer sentPending

발송 접수 후 발송 중인 메시지 건 수

Link copied to clipboard
private Integer sentReplacement

발송 접수 후 대체발송 된 메시지 건 수

Link copied to clipboard
private Integer sentSuccess

발송 접수 후 발송성공 된 메시지 건 수

Link copied to clipboard
private Integer sentTotal

실제 발송접수 된 메시지 건 수

Link copied to clipboard
private Integer total

그룹에 적재된 총 메시지 건 수