Package net.osslabz.lnd.dto
Class LnrpcEdgeLocator
java.lang.Object
net.osslabz.lnd.dto.LnrpcEdgeLocator
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2023-06-07T12:03:34.958542131Z[Etc/UTC]")
public class LnrpcEdgeLocator
extends Object
LnrpcEdgeLocator
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondirectionReverse(Boolean directionReverse) booleanThe short channel id of this edge.The direction of this edge.inthashCode()voidsetChannelId(String channelId) voidsetDirectionReverse(Boolean directionReverse) toString()
-
Field Details
-
SERIALIZED_NAME_CHANNEL_ID
- See Also:
-
SERIALIZED_NAME_DIRECTION_REVERSE
- See Also:
-
-
Constructor Details
-
LnrpcEdgeLocator
public LnrpcEdgeLocator()
-
-
Method Details
-
channelId
-
getChannelId
The short channel id of this edge.- Returns:
- channelId
-
setChannelId
-
directionReverse
-
getDirectionReverse
The direction of this edge. If direction_reverse is false, the direction of this edge is from the channel endpoint with the lexicographically smaller pub key to the endpoint with the larger pub key. If direction_reverse is is true, the edge goes the other way.- Returns:
- directionReverse
-
setDirectionReverse
-
equals
-
hashCode
public int hashCode() -
toString
-