public class RecordCountInfo extends AbstractModel
header, skipSign| 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 The count of records returned in the list.
|
Long |
getSubdomainCount()
Get The subdomain count.
|
Long |
getTotalCount()
Get The total record count.
|
void |
setListCount(Long ListCount)
Set The count of records returned in the list.
|
void |
setSubdomainCount(Long SubdomainCount)
Set The subdomain count.
|
void |
setTotalCount(Long TotalCount)
Set The total record count.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic RecordCountInfo()
public RecordCountInfo(RecordCountInfo source)
public Long getSubdomainCount()
public void setSubdomainCount(Long SubdomainCount)
SubdomainCount - The subdomain count.public Long getListCount()
public void setListCount(Long ListCount)
ListCount - The count of records returned in the list.public Long getTotalCount()
public void setTotalCount(Long TotalCount)
TotalCount - The total record count.Copyright © 2025. All rights reserved.