public class BigKeyInfo extends AbstractModel
Constructor and Description |
---|
BigKeyInfo() |
Modifier and Type | Method and Description |
---|---|
Long |
getDB()
Get Database
|
String |
getKey()
Get Big key
|
Long |
getSize()
Get Size
|
String |
getType()
Get Type
|
Long |
getUpdatetime()
Get Data timestamp
|
void |
setDB(Long DB)
Set Database
|
void |
setKey(String Key)
Set Big key
|
void |
setSize(Long Size)
Set Size
|
void |
setType(String Type)
Set Type
|
void |
setUpdatetime(Long Updatetime)
Set Data timestamp
|
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 Long getDB()
public void setDB(Long DB)
DB
- Databasepublic String getKey()
public void setKey(String Key)
Key
- Big keypublic String getType()
public void setType(String Type)
Type
- Typepublic Long getSize()
public void setSize(Long Size)
Size
- Sizepublic Long getUpdatetime()
public void setUpdatetime(Long Updatetime)
Updatetime
- Data timestampCopyright © 2020. All rights reserved.