public class ConfRequest extends Message<ChainNotifierOuterClass.ConfRequest>
Message,
ChainNotifierOuterClass.ConfRequestbuilder, wrapperFactory| Constructor and Description |
|---|
ConfRequest()
Empty Constructor
|
ConfRequest(ChainNotifierOuterClass.ConfRequest apiObject)
Constructor using underlying Lightning API Object
|
ConfRequest(javax.json.JsonReader jsonReader)
Json Parsing Constructor
|
| Modifier and Type | Method and Description |
|---|---|
int |
getHeightHint()
Getter for heightHint.
|
boolean |
getIncludeBlock()
Getter for includeBlock.
|
int |
getNumConfs()
Getter for numConfs.
|
byte[] |
getScript()
Getter for script.
|
byte[] |
getTxid()
Getter for txid.
|
void |
setHeightHint(int value)
Setter for heightHint.
|
void |
setIncludeBlock(boolean value)
Setter for includeBlock.
|
void |
setNumConfs(int value)
Setter for numConfs.
|
void |
setScript(byte[] value)
Setter for script.
|
void |
setTxid(byte[] value)
Setter for txid.
|
equals, getApiObject, getMessageName, hashCode, populateRepeatedFields, toJson, toJsonAsString, toString, validatepublic ConfRequest()
public ConfRequest(javax.json.JsonReader jsonReader)
throws javax.json.JsonException
javax.json.JsonException - if problems was found with the supplied JSON data.public ConfRequest(ChainNotifierOuterClass.ConfRequest apiObject)
public byte[] getTxid()
public void setTxid(byte[] value)
public byte[] getScript()
public void setScript(byte[] value)
public int getNumConfs()
public void setNumConfs(int value)
public int getHeightHint()
public void setHeightHint(int value)
public boolean getIncludeBlock()
public void setIncludeBlock(boolean value)