public class CircuitKey extends Message<RouterOuterClass.CircuitKey>
Message,
RouterOuterClass.CircuitKeybuilder, wrapperFactory| Constructor and Description |
|---|
CircuitKey()
Empty Constructor
|
CircuitKey(javax.json.JsonReader jsonReader)
Json Parsing Constructor
|
CircuitKey(RouterOuterClass.CircuitKey apiObject)
Constructor using underlying Lightning API Object
|
| Modifier and Type | Method and Description |
|---|---|
long |
getChanId()
Getter for chanId.
|
long |
getHtlcId()
Getter for htlcId.
|
void |
setChanId(long value)
Setter for chanId.
|
void |
setHtlcId(long value)
Setter for htlcId.
|
equals, getApiObject, getMessageName, hashCode, populateRepeatedFields, toJson, toJsonAsString, toString, validatepublic CircuitKey()
public CircuitKey(javax.json.JsonReader jsonReader)
throws javax.json.JsonException
javax.json.JsonException - if problems was found with the supplied JSON data.public CircuitKey(RouterOuterClass.CircuitKey apiObject)