public class FailedUpdate extends Message<LightningApi.FailedUpdate>
Message,
LightningApi.FailedUpdatebuilder, wrapperFactory| Constructor and Description |
|---|
FailedUpdate()
Empty Constructor
|
FailedUpdate(javax.json.JsonReader jsonReader)
Json Parsing Constructor
|
FailedUpdate(LightningApi.FailedUpdate apiObject)
Constructor using underlying Lightning API Object
|
| Modifier and Type | Method and Description |
|---|---|
OutPoint |
getOutpoint()
Getter for a list of outpoint.
|
UpdateFailure |
getReason()
Getter for reason.
|
java.lang.String |
getUpdateError()
Getter for updateError.
|
void |
setOutpoint(OutPoint value)
Setter for list of outpoint.
|
void |
setReason(UpdateFailure value)
Setter for reason.
|
void |
setUpdateError(java.lang.String value)
Setter for updateError.
|
equals, getApiObject, getMessageName, hashCode, populateRepeatedFields, toJson, toJsonAsString, toString, validatepublic FailedUpdate()
public FailedUpdate(javax.json.JsonReader jsonReader)
throws javax.json.JsonException
javax.json.JsonException - if problems was found with the supplied JSON data.public FailedUpdate(LightningApi.FailedUpdate apiObject)
public OutPoint getOutpoint() throws ClientSideException
ClientSideException - if problems occurred constructing the wrapped object.public void setOutpoint(OutPoint value)
public UpdateFailure getReason()
public void setReason(UpdateFailure value)
public java.lang.String getUpdateError()
public void setUpdateError(java.lang.String value)