public class RecordCountInfo extends AbstractModel
Constructor and Description |
---|
RecordCountInfo() |
RecordCountInfo(RecordCountInfo 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 |
getListCount()
Get 列表返回的记录数
|
Long |
getSubdomainCount()
Get 子域名数量
|
Long |
getTotalCount()
Get 总的记录数
|
void |
setListCount(Long ListCount)
Set 列表返回的记录数
|
void |
setSubdomainCount(Long SubdomainCount)
Set 子域名数量
|
void |
setTotalCount(Long TotalCount)
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 RecordCountInfo()
public RecordCountInfo(RecordCountInfo source)
public Long getSubdomainCount()
public void setSubdomainCount(Long SubdomainCount)
SubdomainCount
- 子域名数量public Long getListCount()
public void setListCount(Long ListCount)
ListCount
- 列表返回的记录数public Long getTotalCount()
public void setTotalCount(Long TotalCount)
TotalCount
- 总的记录数Copyright © 2021. All rights reserved.