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 protected
OverflowBlockCounterBean(String overflowUrl64Addr, String mainUrl64Addr)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object obj)
int
getDeliveredBlocks()
String
getMainUrl64Addr()
String
getOverflowUrl64Addr()
int
hashCode()
void
setDeliveredBlocks(int deliveredBlocks)
void
setMainUrl64Addr(String mainUrl64Addr)
void
setOverflowUrl64Addr(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)
-
-