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 booleanequals(Object obj)StringgetBlockHash()IntegergetEpoch()IntegergetSlot()IntegergetWeight()inthashCode()voidsetBlockHash(String blockHash)voidsetEpoch(Integer epoch)voidsetSlot(Integer slot)voidsetWeight(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)
-
-