Quota

public final class Quota

Constructors

Link copied to clipboard
Quota Quota(    String accountId,     Boolean autoAdjustment,     Integer quota,     Integer min,     Integer max)

Functions

Link copied to clipboard
final String getAccountId()

계정 아이디

Link copied to clipboard
final Boolean getAutoAdjustment()

발송량 자동 조정 여부

Link copied to clipboard
final Integer getMax()

최대 일일 발송량

Link copied to clipboard
final Integer getMin()

최소 일일 발송량

Link copied to clipboard
final Integer getQuota()

일일 발송량

Link copied to clipboard
final Unit setAccountId(String accountId)

계정 아이디

Link copied to clipboard
final Unit setAutoAdjustment(Boolean autoAdjustment)

발송량 자동 조정 여부

Link copied to clipboard
final Unit setMax(Integer max)

최대 일일 발송량

Link copied to clipboard
final Unit setMin(Integer min)

최소 일일 발송량

Link copied to clipboard
final Unit setQuota(Integer quota)

일일 발송량

Properties

Link copied to clipboard
private String accountId

계정 아이디

Link copied to clipboard
private Boolean autoAdjustment

발송량 자동 조정 여부

Link copied to clipboard
private Integer max

최대 일일 발송량

Link copied to clipboard
private Integer min

최소 일일 발송량

Link copied to clipboard
private Integer quota

일일 발송량