public class TsfPageDimension extends AbstractModel
skipSign
Constructor and Description |
---|
TsfPageDimension() |
TsfPageDimension(TsfPageDimension 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 |
---|---|
String[] |
getContent()
Get 维度
|
Long |
getTotalCount()
Get 总数
|
void |
setContent(String[] Content)
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, getSkipSign, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public TsfPageDimension()
public TsfPageDimension(TsfPageDimension source)
public Long getTotalCount()
public void setTotalCount(Long TotalCount)
TotalCount
- 总数public String[] getContent()
public void setContent(String[] Content)
Content
- 维度Copyright © 2023. All rights reserved.