Package com.h2tcoin.takamakachain.state
Class StatePointerBean
- java.lang.Object
-
- com.h2tcoin.takamakachain.state.StatePointerBean
-
public class StatePointerBean extends Object
- Author:
- giovanni.antino@h2tcoin.com
-
-
Constructor Summary
Constructors Constructor Description StatePointerBean()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)StringgetBlockHash()StringgetBlockNumber()intgetEpoch()intgetSlot()inthashCode()voidsetBlockHash(String blockHash)voidsetBlockNumber(String blockNumber)voidsetEpoch(int Epoch)voidsetSlot(int Slot)
-
-
-
Method Detail
-
getEpoch
public int getEpoch()
- Returns:
-
setEpoch
public void setEpoch(int Epoch)
- Parameters:
Epoch-
-
getSlot
public int getSlot()
- Returns:
-
setSlot
public void setSlot(int Slot)
- Parameters:
Slot-
-
getBlockHash
public String getBlockHash()
- Returns:
-
setBlockHash
public void setBlockHash(String blockHash)
- Parameters:
blockHash-
-
getBlockNumber
public String getBlockNumber()
- Returns:
-
setBlockNumber
public void setBlockNumber(String blockNumber)
- Parameters:
blockNumber-
-
-