public class LeaseOutputRequest extends Message<WalletKitOuterClass.LeaseOutputRequest>
Message
,
WalletKitOuterClass.LeaseOutputRequest
builder, wrapperFactory
Constructor and Description |
---|
LeaseOutputRequest()
Empty Constructor
|
LeaseOutputRequest(javax.json.JsonReader jsonReader)
Json Parsing Constructor
|
LeaseOutputRequest(WalletKitOuterClass.LeaseOutputRequest apiObject)
Constructor using underlying Lightning API Object
|
Modifier and Type | Method and Description |
---|---|
long |
getExpirationSeconds()
Getter for expirationSeconds.
|
byte[] |
getId()
Getter for id.
|
OutPoint |
getOutpoint()
Getter for a list of outpoint.
|
void |
setExpirationSeconds(long value)
Setter for expirationSeconds.
|
void |
setId(byte[] value)
Setter for id.
|
void |
setOutpoint(OutPoint value)
Setter for list of outpoint.
|
equals, getApiObject, getMessageName, hashCode, populateRepeatedFields, toJson, toJsonAsString, toString, validate
public LeaseOutputRequest()
public LeaseOutputRequest(javax.json.JsonReader jsonReader) throws javax.json.JsonException
javax.json.JsonException
- if problems was found with the supplied JSON data.public LeaseOutputRequest(WalletKitOuterClass.LeaseOutputRequest apiObject)
public byte[] getId()
public void setId(byte[] value)
public OutPoint getOutpoint() throws ClientSideException
ClientSideException
- if problems occurred constructing the wrapped object.public void setOutpoint(OutPoint value)
public long getExpirationSeconds()
public void setExpirationSeconds(long value)