public class LimitInfo extends AbstractModel
Constructor and Description |
---|
LimitInfo() |
Modifier and Type | Method and Description |
---|---|
Long |
getSent()
Get 已发送
|
Long |
getTotal()
Get 总量
|
String |
getType()
Get 通知类型
|
void |
setSent(Long Sent)
Set 已发送
|
void |
setTotal(Long Total)
Set 总量
|
void |
setType(String Type)
Set 通知类型
|
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 String getType()
public void setType(String Type)
Type
- 通知类型public Long getTotal()
public void setTotal(Long Total)
Total
- 总量public Long getSent()
public void setSent(Long Sent)
Sent
- 已发送Copyright © 2021. All rights reserved.