public class TsfPageConfig extends AbstractModel
Constructor and Description |
---|
TsfPageConfig() |
TsfPageConfig(TsfPageConfig 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 |
---|---|
Config[] |
getContent()
Get 配置项列表
|
Long |
getTotalCount()
Get TsfPageConfig
|
void |
setContent(Config[] Content)
Set 配置项列表
|
void |
setTotalCount(Long TotalCount)
Set TsfPageConfig
|
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 TsfPageConfig()
public TsfPageConfig(TsfPageConfig source)
public Long getTotalCount()
public void setTotalCount(Long TotalCount)
TotalCount
- TsfPageConfigpublic Config[] getContent()
public void setContent(Config[] Content)
Content
- 配置项列表Copyright © 2021. All rights reserved.