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 The number of items. | 
| String | getName()Get The item name. | 
| void | setCount(Long Count)Set The number of items. | 
| void | setName(String Name)Set The item name. | 
| 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, toJsonStringpublic TopEntryValue()
public TopEntryValue(TopEntryValue source)
public String getName()
public void setName(String Name)
Name - The item name.public Long getCount()
public void setCount(Long Count)
Count - The number of items.Copyright © 2023. All rights reserved.