public class EdgeLocator extends Message<LightningApi.EdgeLocator>
Message,
LightningApi.EdgeLocatorbuilder, wrapperFactory| Constructor and Description |
|---|
EdgeLocator()
Empty Constructor
|
EdgeLocator(javax.json.JsonReader jsonReader)
Json Parsing Constructor
|
EdgeLocator(LightningApi.EdgeLocator apiObject)
Constructor using underlying Lightning API Object
|
| Modifier and Type | Method and Description |
|---|---|
long |
getChannelId()
Getter for channelId.
|
boolean |
getDirectionReverse()
Getter for directionReverse.
|
void |
setChannelId(long value)
Setter for channelId.
|
void |
setDirectionReverse(boolean value)
Setter for directionReverse.
|
equals, getApiObject, getMessageName, hashCode, populateRepeatedFields, toJson, toJsonAsString, toString, validatepublic EdgeLocator()
public EdgeLocator(javax.json.JsonReader jsonReader)
throws javax.json.JsonException
javax.json.JsonException - if problems was found with the supplied JSON data.public EdgeLocator(LightningApi.EdgeLocator apiObject)
public long getChannelId()
public void setChannelId(long value)
public boolean getDirectionReverse()
public void setDirectionReverse(boolean value)