Class ChainInfoBean
- java.lang.Object
-
- com.h2tcoin.takamakachain.utils.chainInfo.ChainInfoBean
-
public class ChainInfoBean extends Object
- Author:
- giovanni.antino@h2tcoin.com
-
-
Constructor Summary
Constructors Constructor Description ChainInfoBean()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object obj)
String
getBlockHash()
Integer
getEpoch()
Integer
getSlot()
Integer
getWeight()
int
hashCode()
void
setBlockHash(String blockHash)
void
setEpoch(Integer epoch)
void
setSlot(Integer slot)
void
setWeight(Integer weight)
-
-
-
Method Detail
-
getEpoch
public Integer getEpoch()
-
setEpoch
public void setEpoch(Integer epoch)
-
getSlot
public Integer getSlot()
-
setSlot
public void setSlot(Integer slot)
-
getBlockHash
public String getBlockHash()
-
setBlockHash
public void setBlockHash(String blockHash)
-
getWeight
public Integer getWeight()
-
setWeight
public void setWeight(Integer weight)
-
-