public class AbandonChannelRequest extends Message<LightningApi.AbandonChannelRequest>
Message,
LightningApi.AbandonChannelRequestbuilder, wrapperFactory| Constructor and Description |
|---|
AbandonChannelRequest()
Empty Constructor
|
AbandonChannelRequest(javax.json.JsonReader jsonReader)
Json Parsing Constructor
|
AbandonChannelRequest(LightningApi.AbandonChannelRequest apiObject)
Constructor using underlying Lightning API Object
|
| Modifier and Type | Method and Description |
|---|---|
ChannelPoint |
getChannelPoint()
Getter for a list of channelPoint.
|
boolean |
getIKnowWhatIAmDoing()
Getter for iKnowWhatIAmDoing.
|
boolean |
getPendingFundingShimOnly()
Getter for pendingFundingShimOnly.
|
void |
setChannelPoint(ChannelPoint value)
Setter for list of channelPoint.
|
void |
setIKnowWhatIAmDoing(boolean value)
Setter for iKnowWhatIAmDoing.
|
void |
setPendingFundingShimOnly(boolean value)
Setter for pendingFundingShimOnly.
|
equals, getApiObject, getMessageName, hashCode, populateRepeatedFields, toJson, toJsonAsString, toString, validatepublic AbandonChannelRequest()
public AbandonChannelRequest(javax.json.JsonReader jsonReader)
throws javax.json.JsonException
javax.json.JsonException - if problems was found with the supplied JSON data.public AbandonChannelRequest(LightningApi.AbandonChannelRequest apiObject)
public ChannelPoint getChannelPoint() throws ClientSideException
ClientSideException - if problems occurred constructing the wrapped object.public void setChannelPoint(ChannelPoint value)
public boolean getPendingFundingShimOnly()
public void setPendingFundingShimOnly(boolean value)
public boolean getIKnowWhatIAmDoing()
public void setIKnowWhatIAmDoing(boolean value)