Class LnrpcKeyDescriptor

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

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

  • Constructor Details

    • LnrpcKeyDescriptor

      public LnrpcKeyDescriptor()
  • Method Details

    • rawKeyBytes

      public LnrpcKeyDescriptor rawKeyBytes(byte[] rawKeyBytes)
    • getRawKeyBytes

      @Nullable public byte[] getRawKeyBytes()
      The raw bytes of the key being identified.
      Returns:
      rawKeyBytes
    • setRawKeyBytes

      public void setRawKeyBytes(byte[] rawKeyBytes)
    • keyLoc

      public LnrpcKeyDescriptor keyLoc(LnrpcKeyLocator keyLoc)
    • getKeyLoc

      @Nullable public LnrpcKeyLocator getKeyLoc()
      Get keyLoc
      Returns:
      keyLoc
    • setKeyLoc

      public void setKeyLoc(LnrpcKeyLocator keyLoc)
    • 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