public class BigKeyInfo extends AbstractModel
Constructor and Description |
---|
BigKeyInfo() |
BigKeyInfo(BigKeyInfo 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 |
getDB()
Get 所属的database
|
String |
getKey()
Get 大Key
|
Long |
getSize()
Get 大小
|
String |
getType()
Get 类型
|
Long |
getUpdatetime()
Get 数据时间戳
|
void |
setDB(Long DB)
Set 所属的database
|
void |
setKey(String Key)
Set 大Key
|
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, toJsonString
public BigKeyInfo()
public BigKeyInfo(BigKeyInfo source)
public Long getDB()
public void setDB(Long DB)
DB
- 所属的databasepublic String getKey()
public void setKey(String Key)
Key
- 大Keypublic String getType()
public void setType(String Type)
Type
- 类型public Long getSize()
public void setSize(Long Size)
Size
- 大小public Long getUpdatetime()
public void setUpdatetime(Long Updatetime)
Updatetime
- 数据时间戳Copyright © 2021. All rights reserved.