Class LnrpcLightningAddress

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

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

  • Constructor Details

    • LnrpcLightningAddress

      public LnrpcLightningAddress()
  • Method Details

    • pubkey

      public LnrpcLightningAddress pubkey(String pubkey)
    • getPubkey

      @Nullable public String getPubkey()
      The identity pubkey of the Lightning node.
      Returns:
      pubkey
    • setPubkey

      public void setPubkey(String pubkey)
    • host

      public LnrpcLightningAddress host(String host)
    • getHost

      @Nullable public String getHost()
      The network location of the lightning node, e.g. `69.69.69.69:1337` or `localhost:10011`.
      Returns:
      host
    • setHost

      public void setHost(String host)
    • 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