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 Details

  • Constructor Details

    • LnrpcEdgeLocator

      public LnrpcEdgeLocator()
  • Method Details

    • channelId

      public LnrpcEdgeLocator channelId(String channelId)
    • getChannelId

      @Nullable public String getChannelId()
      The short channel id of this edge.
      Returns:
      channelId
    • setChannelId

      public void setChannelId(String channelId)
    • directionReverse

      public LnrpcEdgeLocator directionReverse(Boolean directionReverse)
    • getDirectionReverse

      @Nullable public Boolean 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

      public void setDirectionReverse(Boolean directionReverse)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object