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
/
Quota
Quota
@
Serializable
(
)
public
final
class
Quota
Members
Constructors
Quota
Link copied to clipboard
public
Quota
Quota
(
String
accountId
,
Boolean
autoAdjustment
,
Integer
quota
,
Integer
min
,
Integer
max
)
Properties
account
Id
Link copied to clipboard
private
String
accountId
계정 아이디
auto
Adjustment
Link copied to clipboard
private
Boolean
autoAdjustment
발송량 자동 조정 여부
max
Link copied to clipboard
private
Integer
max
최대 일일 발송량
min
Link copied to clipboard
private
Integer
min
최소 일일 발송량
quota
Link copied to clipboard
private
Integer
quota
일일 발송량
Functions
get
Account
Id
Link copied to clipboard
public
final
String
getAccountId
(
)
계정 아이디
get
Auto
Adjustment
Link copied to clipboard
public
final
Boolean
getAutoAdjustment
(
)
발송량 자동 조정 여부
get
Max
Link copied to clipboard
public
final
Integer
getMax
(
)
최대 일일 발송량
get
Min
Link copied to clipboard
public
final
Integer
getMin
(
)
최소 일일 발송량
get
Quota
Link copied to clipboard
public
final
Integer
getQuota
(
)
일일 발송량
set
Account
Id
Link copied to clipboard
public
final
Unit
setAccountId
(
String
accountId
)
계정 아이디
set
Auto
Adjustment
Link copied to clipboard
public
final
Unit
setAutoAdjustment
(
Boolean
autoAdjustment
)
발송량 자동 조정 여부
set
Max
Link copied to clipboard
public
final
Unit
setMax
(
Integer
max
)
최대 일일 발송량
set
Min
Link copied to clipboard
public
final
Unit
setMin
(
Integer
min
)
최소 일일 발송량
set
Quota
Link copied to clipboard
public
final
Unit
setQuota
(
Integer
quota
)
일일 발송량