Class BigKeyInfo
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.redis.v20180412.models.BigKeyInfo
-
public class BigKeyInfo extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LonggetDB()Get 所属的databaseStringgetKey()Get 大KeyLonggetSize()Get 大小StringgetType()Get 类型LonggetUpdatetime()Get 数据时间戳voidsetDB(Long DB)Set 所属的databasevoidsetKey(String Key)Set 大KeyvoidsetSize(Long Size)Set 大小voidsetType(String Type)Set 类型voidsetUpdatetime(Long Updatetime)Set 数据时间戳voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
BigKeyInfo
public BigKeyInfo()
-
BigKeyInfo
public 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.
-
-
Method Detail
-
getDB
public Long getDB()
Get 所属的database- Returns:
- DB 所属的database
-
setDB
public void setDB(Long DB)
Set 所属的database- Parameters:
DB- 所属的database
-
getKey
public String getKey()
Get 大Key- Returns:
- Key 大Key
-
setKey
public void setKey(String Key)
Set 大Key- Parameters:
Key- 大Key
-
getType
public String getType()
Get 类型- Returns:
- Type 类型
-
setType
public void setType(String Type)
Set 类型- Parameters:
Type- 类型
-
getSize
public Long getSize()
Get 大小- Returns:
- Size 大小
-
setSize
public void setSize(Long Size)
Set 大小- Parameters:
Size- 大小
-
getUpdatetime
public Long getUpdatetime()
Get 数据时间戳- Returns:
- Updatetime 数据时间戳
-
setUpdatetime
public void setUpdatetime(Long Updatetime)
Set 数据时间戳- Parameters:
Updatetime- 数据时间戳
-
-