Class LnrpcTimestampedError

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

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

  • Constructor Details

    • LnrpcTimestampedError

      public LnrpcTimestampedError()
  • Method Details

    • timestamp

      public LnrpcTimestampedError timestamp(String timestamp)
    • getTimestamp

      @Nullable public String getTimestamp()
      The unix timestamp in seconds when the error occurred.
      Returns:
      timestamp
    • setTimestamp

      public void setTimestamp(String timestamp)
    • error

      public LnrpcTimestampedError error(String error)
    • getError

      @Nullable public String getError()
      The string representation of the error sent by our peer.
      Returns:
      error
    • setError

      public void setError(String error)
    • 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