public class TopEntryValue extends AbstractModel
Constructor and 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.
|
Modifier and Type | Method and Description |
---|---|
Long |
getCount()
Get 排序实体数量。
|
String |
getName()
Get 排序实体名。
|
void |
setCount(Long Count)
Set 排序实体数量。
|
void |
setName(String Name)
Set 排序实体名。
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public TopEntryValue()
public TopEntryValue(TopEntryValue source)
public String getName()
public void setName(String Name)
Name
- 排序实体名。public Long getCount()
public void setCount(Long Count)
Count
- 排序实体数量。Copyright © 2022. All rights reserved.