public class BigKeyTypeInfo extends AbstractModel
| Constructor and Description |
|---|
BigKeyTypeInfo() |
BigKeyTypeInfo(BigKeyTypeInfo 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 |
getCount()
Get 数量
|
Long |
getSize()
Get 大小
|
String |
getType()
Get 类型
|
Long |
getUpdatetime()
Get 时间戳
|
void |
setCount(Long Count)
Set 数量
|
void |
setSize(Long Size)
Set 大小
|
void |
setType(String Type)
Set 类型
|
void |
setUpdatetime(Long Updatetime)
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, toJsonStringpublic BigKeyTypeInfo()
public BigKeyTypeInfo(BigKeyTypeInfo source)
public String getType()
public void setType(String Type)
Type - 类型public Long getCount()
public void setCount(Long Count)
Count - 数量public Long getSize()
public void setSize(Long Size)
Size - 大小public Long getUpdatetime()
public void setUpdatetime(Long Updatetime)
Updatetime - 时间戳Copyright © 2022. All rights reserved.