Package cn.ucloud.umem.models
Class DescribeUMemBlockInfoResponse.UMemBlockInfo
- java.lang.Object
-
- cn.ucloud.common.response.Response
-
- cn.ucloud.umem.models.DescribeUMemBlockInfoResponse.UMemBlockInfo
-
- Enclosing class:
- DescribeUMemBlockInfoResponse
public static class DescribeUMemBlockInfoResponse.UMemBlockInfo extends Response
-
-
Constructor Summary
Constructors Constructor Description UMemBlockInfo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetBlockId()IntegergetBlockPort()IntegergetBlockSize()IntegergetBlockSlotBegin()IntegergetBlockSlotEnd()StringgetBlockState()IntegergetBlockUsedSize()StringgetBlockVip()voidsetBlockId(String blockId)voidsetBlockPort(Integer blockPort)voidsetBlockSize(Integer blockSize)voidsetBlockSlotBegin(Integer blockSlotBegin)voidsetBlockSlotEnd(Integer blockSlotEnd)voidsetBlockState(String blockState)voidsetBlockUsedSize(Integer blockUsedSize)voidsetBlockVip(String blockVip)-
Methods inherited from class cn.ucloud.common.response.Response
getAction, getMessage, getRequestId, getRetCode, setAction, setMessage, setRequestId, setRetCode
-
-
-
-
Method Detail
-
getBlockId
public String getBlockId()
-
setBlockId
public void setBlockId(String blockId)
-
getBlockPort
public Integer getBlockPort()
-
setBlockPort
public void setBlockPort(Integer blockPort)
-
getBlockSize
public Integer getBlockSize()
-
setBlockSize
public void setBlockSize(Integer blockSize)
-
getBlockState
public String getBlockState()
-
setBlockState
public void setBlockState(String blockState)
-
getBlockSlotBegin
public Integer getBlockSlotBegin()
-
setBlockSlotBegin
public void setBlockSlotBegin(Integer blockSlotBegin)
-
getBlockSlotEnd
public Integer getBlockSlotEnd()
-
setBlockSlotEnd
public void setBlockSlotEnd(Integer blockSlotEnd)
-
getBlockVip
public String getBlockVip()
-
setBlockVip
public void setBlockVip(String blockVip)
-
getBlockUsedSize
public Integer getBlockUsedSize()
-
setBlockUsedSize
public void setBlockUsedSize(Integer blockUsedSize)
-
-