public class BlockEpoch extends Message<ChainNotifierOuterClass.BlockEpoch>
Message
,
ChainNotifierOuterClass.BlockEpoch
builder, wrapperFactory
Constructor and Description |
---|
BlockEpoch()
Empty Constructor
|
BlockEpoch(ChainNotifierOuterClass.BlockEpoch apiObject)
Constructor using underlying Lightning API Object
|
BlockEpoch(javax.json.JsonReader jsonReader)
Json Parsing Constructor
|
Modifier and Type | Method and Description |
---|---|
byte[] |
getHash()
Getter for hash.
|
int |
getHeight()
Getter for height.
|
void |
setHash(byte[] value)
Setter for hash.
|
void |
setHeight(int value)
Setter for height.
|
equals, getApiObject, getMessageName, hashCode, populateRepeatedFields, toJson, toJsonAsString, toString, validate
public BlockEpoch()
public BlockEpoch(javax.json.JsonReader jsonReader) throws javax.json.JsonException
javax.json.JsonException
- if problems was found with the supplied JSON data.public BlockEpoch(ChainNotifierOuterClass.BlockEpoch apiObject)