Class LnrpcNodePair

java.lang.Object
net.osslabz.lnd.dto.LnrpcNodePair

@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2023-06-07T12:03:34.958542131Z[Etc/UTC]") public class LnrpcNodePair extends Object
LnrpcNodePair
  • Field Details

  • Constructor Details

    • LnrpcNodePair

      public LnrpcNodePair()
  • Method Details

    • from

      public LnrpcNodePair from(byte[] from)
    • getFrom

      @Nullable public byte[] getFrom()
      The sending node of the pair. When using REST, this field must be encoded as base64.
      Returns:
      from
    • setFrom

      public void setFrom(byte[] from)
    • to

      public LnrpcNodePair to(byte[] to)
    • getTo

      @Nullable public byte[] getTo()
      The receiving node of the pair. When using REST, this field must be encoded as base64.
      Returns:
      to
    • setTo

      public void setTo(byte[] to)
    • 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