Class ApiUseStatisticsEntity
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.tsf.v20180326.models.ApiUseStatisticsEntity
-
public class ApiUseStatisticsEntity extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description ApiUseStatisticsEntity()ApiUseStatisticsEntity(ApiUseStatisticsEntity 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 StringgetCount()Get 次数StringgetName()Get 名称StringgetRatio()Get 比率voidsetCount(String Count)Set 次数voidsetName(String Name)Set 名称voidsetRatio(String Ratio)Set 比率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
-
ApiUseStatisticsEntity
public ApiUseStatisticsEntity()
-
ApiUseStatisticsEntity
public ApiUseStatisticsEntity(ApiUseStatisticsEntity 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- 名称
-
getCount
public String getCount()
Get 次数- Returns:
- Count 次数
-
setCount
public void setCount(String Count)
Set 次数- Parameters:
Count- 次数
-
getRatio
public String getRatio()
Get 比率- Returns:
- Ratio 比率
-
setRatio
public void setRatio(String Ratio)
Set 比率- Parameters:
Ratio- 比率
-
-