Class LimitInfo
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.sslpod.v20190605.models.LimitInfo
-
public class LimitInfo extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LonggetSent()Get 已发送LonggetTotal()Get 总量StringgetType()Get 通知类型: limit_emai:邮件 limit_wechat:微信 limit_phone:手机voidsetSent(Long Sent)Set 已发送voidsetTotal(Long Total)Set 总量voidsetType(String Type)Set 通知类型: limit_emai:邮件 limit_wechat:微信 limit_phone:手机voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
LimitInfo
public LimitInfo()
-
LimitInfo
public 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.
-
-
Method Detail
-
getType
public String getType()
Get 通知类型: limit_emai:邮件 limit_wechat:微信 limit_phone:手机- Returns:
- Type 通知类型: limit_emai:邮件 limit_wechat:微信 limit_phone:手机
-
setType
public void setType(String Type)
Set 通知类型: limit_emai:邮件 limit_wechat:微信 limit_phone:手机- Parameters:
Type- 通知类型: limit_emai:邮件 limit_wechat:微信 limit_phone:手机
-
getTotal
public Long getTotal()
Get 总量- Returns:
- Total 总量
-
setTotal
public void setTotal(Long Total)
Set 总量- Parameters:
Total- 总量
-
getSent
public Long getSent()
Get 已发送- Returns:
- Sent 已发送
-
setSent
public void setSent(Long Sent)
Set 已发送- Parameters:
Sent- 已发送
-
-