Class VASStatisticItem
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.dnspod.v20210323.models.VASStatisticItem
-
public class VASStatisticItem extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description VASStatisticItem()
VASStatisticItem(VASStatisticItem 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 Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getKey()
Get 增值服务标识Long
getLimitCount()
Get 增值服务最大用量String
getName()
Get 增值服务名称Long
getUseCount()
Get 增值服务已使用的用量void
setKey(String Key)
Set 增值服务标识void
setLimitCount(Long LimitCount)
Set 增值服务最大用量void
setName(String Name)
Set 增值服务名称void
setUseCount(Long UseCount)
Set 增值服务已使用的用量void
toMap(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
-
VASStatisticItem
public VASStatisticItem()
-
VASStatisticItem
public VASStatisticItem(VASStatisticItem 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
-
getName
public String getName()
Get 增值服务名称- Returns:
- Name 增值服务名称
-
setName
public void setName(String Name)
Set 增值服务名称- Parameters:
Name
- 增值服务名称
-
getKey
public String getKey()
Get 增值服务标识- Returns:
- Key 增值服务标识
-
setKey
public void setKey(String Key)
Set 增值服务标识- Parameters:
Key
- 增值服务标识
-
getLimitCount
public Long getLimitCount()
Get 增值服务最大用量- Returns:
- LimitCount 增值服务最大用量
-
setLimitCount
public void setLimitCount(Long LimitCount)
Set 增值服务最大用量- Parameters:
LimitCount
- 增值服务最大用量
-
getUseCount
public Long getUseCount()
Get 增值服务已使用的用量- Returns:
- UseCount 增值服务已使用的用量
-
setUseCount
public void setUseCount(Long UseCount)
Set 增值服务已使用的用量- Parameters:
UseCount
- 增值服务已使用的用量
-
-