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