public class LeaseOutputResponse extends Message<WalletKitOuterClass.LeaseOutputResponse>
Message,
WalletKitOuterClass.LeaseOutputResponsebuilder, wrapperFactory| Constructor and Description |
|---|
LeaseOutputResponse()
Empty Constructor
|
LeaseOutputResponse(javax.json.JsonReader jsonReader)
Json Parsing Constructor
|
LeaseOutputResponse(WalletKitOuterClass.LeaseOutputResponse apiObject)
Constructor using underlying Lightning API Object
|
| Modifier and Type | Method and Description |
|---|---|
long |
getExpiration()
Getter for expiration.
|
void |
setExpiration(long value)
Setter for expiration.
|
equals, getApiObject, getMessageName, hashCode, populateRepeatedFields, toJson, toJsonAsString, toString, validatepublic LeaseOutputResponse()
public LeaseOutputResponse(javax.json.JsonReader jsonReader)
throws javax.json.JsonException
javax.json.JsonException - if problems was found with the supplied JSON data.public LeaseOutputResponse(WalletKitOuterClass.LeaseOutputResponse apiObject)