nurigo.sdk
4.3.0
nurigo.sdk
/
net.nurigo.sdk.message.model
/
Quota
Quota
public
final
class
Quota
Content copied to clipboard
Constructors
Functions
Properties
Constructors
Quota
Link copied to clipboard
Quota
Quota
(
String
accountId
,
Boolean
autoAdjustment
,
Integer
quota
,
Integer
min
,
Integer
max
)
Content copied to clipboard
Functions
get
Account
Id
Link copied to clipboard
final
String
getAccountId
(
)
Content copied to clipboard
계정 아이디
get
Auto
Adjustment
Link copied to clipboard
final
Boolean
getAutoAdjustment
(
)
Content copied to clipboard
발송량 자동 조정 여부
get
Max
Link copied to clipboard
final
Integer
getMax
(
)
Content copied to clipboard
최대 일일 발송량
get
Min
Link copied to clipboard
final
Integer
getMin
(
)
Content copied to clipboard
최소 일일 발송량
get
Quota
Link copied to clipboard
final
Integer
getQuota
(
)
Content copied to clipboard
일일 발송량
set
Account
Id
Link copied to clipboard
final
Unit
setAccountId
(
String
accountId
)
Content copied to clipboard
계정 아이디
set
Auto
Adjustment
Link copied to clipboard
final
Unit
setAutoAdjustment
(
Boolean
autoAdjustment
)
Content copied to clipboard
발송량 자동 조정 여부
set
Max
Link copied to clipboard
final
Unit
setMax
(
Integer
max
)
Content copied to clipboard
최대 일일 발송량
set
Min
Link copied to clipboard
final
Unit
setMin
(
Integer
min
)
Content copied to clipboard
최소 일일 발송량
set
Quota
Link copied to clipboard
final
Unit
setQuota
(
Integer
quota
)
Content copied to clipboard
일일 발송량
Properties
accountId
Link copied to clipboard
private
String
accountId
Content copied to clipboard
계정 아이디
autoAdjustment
Link copied to clipboard
private
Boolean
autoAdjustment
Content copied to clipboard
발송량 자동 조정 여부
max
Link copied to clipboard
private
Integer
max
Content copied to clipboard
최대 일일 발송량
min
Link copied to clipboard
private
Integer
min
Content copied to clipboard
최소 일일 발송량
quota
Link copied to clipboard
private
Integer
quota
Content copied to clipboard
일일 발송량