public class CircuitKey extends Message<RouterOuterClass.CircuitKey>
Message
,
RouterOuterClass.CircuitKey
builder, 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, validate
public 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)