public class ConfDetails extends Message<ChainNotifierOuterClass.ConfDetails>
Message,
ChainNotifierOuterClass.ConfDetailsbuilder, wrapperFactory| Constructor and Description |
|---|
ConfDetails()
Empty Constructor
|
ConfDetails(ChainNotifierOuterClass.ConfDetails apiObject)
Constructor using underlying Lightning API Object
|
ConfDetails(javax.json.JsonReader jsonReader)
Json Parsing Constructor
|
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getBlockHash()
Getter for blockHash.
|
int |
getBlockHeight()
Getter for blockHeight.
|
byte[] |
getRawBlock()
Getter for rawBlock.
|
byte[] |
getRawTx()
Getter for rawTx.
|
int |
getTxIndex()
Getter for txIndex.
|
void |
setBlockHash(byte[] value)
Setter for blockHash.
|
void |
setBlockHeight(int value)
Setter for blockHeight.
|
void |
setRawBlock(byte[] value)
Setter for rawBlock.
|
void |
setRawTx(byte[] value)
Setter for rawTx.
|
void |
setTxIndex(int value)
Setter for txIndex.
|
equals, getApiObject, getMessageName, hashCode, populateRepeatedFields, toJson, toJsonAsString, toString, validatepublic ConfDetails()
public ConfDetails(javax.json.JsonReader jsonReader)
throws javax.json.JsonException
javax.json.JsonException - if problems was found with the supplied JSON data.public ConfDetails(ChainNotifierOuterClass.ConfDetails apiObject)
public byte[] getRawTx()
public void setRawTx(byte[] value)
public byte[] getBlockHash()
public void setBlockHash(byte[] value)
public int getBlockHeight()
public void setBlockHeight(int value)
public int getTxIndex()
public void setTxIndex(int value)
public byte[] getRawBlock()
public void setRawBlock(byte[] value)