public class BigKeyTypeInfo extends AbstractModel
| Constructor and Description |
|---|
BigKeyTypeInfo() |
| 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 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 © 2020. All rights reserved.