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 boolean
equals(Object obj)
String
getBlockHash()
String
getBlockNumber()
int
getEpoch()
int
getSlot()
int
hashCode()
void
setBlockHash(String blockHash)
void
setBlockNumber(String blockNumber)
void
setEpoch(int Epoch)
void
setSlot(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
-
-
-