Class TopEntryValue
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.teo.v20220901.models.TopEntryValue
-
public class TopEntryValue extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description TopEntryValue()TopEntryValue(TopEntryValue 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 LonggetCount()Get 排序实体数量。StringgetName()Get 排序实体名。voidsetCount(Long Count)Set 排序实体数量。voidsetName(String Name)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
-
TopEntryValue
public TopEntryValue()
-
TopEntryValue
public TopEntryValue(TopEntryValue 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 Long getCount()
Get 排序实体数量。- Returns:
- Count 排序实体数量。
-
setCount
public void setCount(Long Count)
Set 排序实体数量。- Parameters:
Count- 排序实体数量。
-
-