Class LnrpcKeyLocator

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

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

  • Constructor Details

    • LnrpcKeyLocator

      public LnrpcKeyLocator()
  • Method Details

    • keyFamily

      public LnrpcKeyLocator keyFamily(Integer keyFamily)
    • getKeyFamily

      @Nullable public Integer getKeyFamily()
      The family of key being identified.
      Returns:
      keyFamily
    • setKeyFamily

      public void setKeyFamily(Integer keyFamily)
    • keyIndex

      public LnrpcKeyLocator keyIndex(Integer keyIndex)
    • getKeyIndex

      @Nullable public Integer getKeyIndex()
      The precise index of the key being identified.
      Returns:
      keyIndex
    • setKeyIndex

      public void setKeyIndex(Integer keyIndex)
    • 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