Uses of Class
com.tencentcloudapi.tcb.v20180608.models.SmsFreeQuota
-
Packages that use SmsFreeQuota Package Description com.tencentcloudapi.tcb.v20180608.models -
-
Uses of SmsFreeQuota in com.tencentcloudapi.tcb.v20180608.models
Methods in com.tencentcloudapi.tcb.v20180608.models that return SmsFreeQuota Modifier and Type Method Description SmsFreeQuota[]DescribeSmsQuotasResponse. getSmsFreeQuotaList()Get 短信免费量信息列表 注意:此字段可能返回 null,表示取不到有效值。Methods in com.tencentcloudapi.tcb.v20180608.models with parameters of type SmsFreeQuota Modifier and Type Method Description voidDescribeSmsQuotasResponse. setSmsFreeQuotaList(SmsFreeQuota[] SmsFreeQuotaList)Set 短信免费量信息列表 注意:此字段可能返回 null,表示取不到有效值。Constructors in com.tencentcloudapi.tcb.v20180608.models with parameters of type SmsFreeQuota Constructor Description SmsFreeQuota(SmsFreeQuota 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.
-