public class LimitInfo extends AbstractModel
Constructor and Description |
---|
LimitInfo() |
LimitInfo(LimitInfo source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
|
Modifier and Type | Method and Description |
---|---|
Long |
getSent()
Get 已发送
|
Long |
getTotal()
Get 总量
|
String |
getType()
Get 通知类型:
limit_emai:邮件
limit_wechat:微信
limit_phone:手机
|
void |
setSent(Long Sent)
Set 已发送
|
void |
setTotal(Long Total)
Set 总量
|
void |
setType(String Type)
Set 通知类型:
limit_emai:邮件
limit_wechat:微信
limit_phone:手机
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public LimitInfo()
public LimitInfo(LimitInfo source)
public String getType()
public void setType(String Type)
Type
- 通知类型:
limit_emai:邮件
limit_wechat:微信
limit_phone:手机public Long getTotal()
public void setTotal(Long Total)
Total
- 总量public Long getSent()
public void setSent(Long Sent)
Sent
- 已发送Copyright © 2021. All rights reserved.