Package com.h2tcoin.takamakachain.state
Class OverflowBlockCounterBean
- java.lang.Object
-
- com.h2tcoin.takamakachain.state.OverflowBlockCounterBean
-
- All Implemented Interfaces:
Serializable
public class OverflowBlockCounterBean extends Object implements Serializable
- Author:
- Giovanni Antino
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedOverflowBlockCounterBean(String overflowUrl64Addr, String mainUrl64Addr)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)intgetDeliveredBlocks()StringgetMainUrl64Addr()StringgetOverflowUrl64Addr()inthashCode()voidsetDeliveredBlocks(int deliveredBlocks)voidsetMainUrl64Addr(String mainUrl64Addr)voidsetOverflowUrl64Addr(String overflowUrl64Addr)
-
-
-
Method Detail
-
getOverflowUrl64Addr
public String getOverflowUrl64Addr()
-
setOverflowUrl64Addr
public void setOverflowUrl64Addr(String overflowUrl64Addr)
-
getMainUrl64Addr
public String getMainUrl64Addr()
-
setMainUrl64Addr
public void setMainUrl64Addr(String mainUrl64Addr)
-
getDeliveredBlocks
public int getDeliveredBlocks()
-
setDeliveredBlocks
public void setDeliveredBlocks(int deliveredBlocks)
-
-