public class ConfEvent extends Message<ChainNotifierOuterClass.ConfEvent>
Message,
ChainNotifierOuterClass.ConfEventbuilder, wrapperFactory| Constructor and Description |
|---|
ConfEvent()
Empty Constructor
|
ConfEvent(ChainNotifierOuterClass.ConfEvent apiObject)
Constructor using underlying Lightning API Object
|
ConfEvent(javax.json.JsonReader jsonReader)
Json Parsing Constructor
|
| Modifier and Type | Method and Description |
|---|---|
ConfDetails |
getConf()
Getter for a list of conf.
|
Reorg |
getReorg()
Getter for a list of reorg.
|
void |
setConf(ConfDetails value)
Setter for list of conf.
|
void |
setReorg(Reorg value)
Setter for list of reorg.
|
equals, getApiObject, getMessageName, hashCode, populateRepeatedFields, toJson, toJsonAsString, toString, validatepublic ConfEvent()
public ConfEvent(javax.json.JsonReader jsonReader)
throws javax.json.JsonException
javax.json.JsonException - if problems was found with the supplied JSON data.public ConfEvent(ChainNotifierOuterClass.ConfEvent apiObject)
public ConfDetails getConf() throws ClientSideException
ClientSideException - if problems occurred constructing the wrapped object.public void setConf(ConfDetails value)
public Reorg getReorg() throws ClientSideException
ClientSideException - if problems occurred constructing the wrapped object.public void setReorg(Reorg value)