public class AssetList extends AbstractModel
Constructor and Description |
---|
AssetList() |
AssetList(AssetList 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 |
---|---|
Asset[] |
getList()
Get 资产数组
|
Long |
getTotal()
Get 总数
|
void |
setList(Asset[] List)
Set 资产数组
|
void |
setTotal(Long Total)
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 AssetList()
public AssetList(AssetList source)
Copyright © 2022. All rights reserved.