Package net.osslabz.lnd.dto
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 Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetError()The string representation of the error sent by our peer.The unix timestamp in seconds when the error occurred.inthashCode()voidvoidsetTimestamp(String timestamp) toString()
-
Field Details
-
SERIALIZED_NAME_TIMESTAMP
- See Also:
-
SERIALIZED_NAME_ERROR
- See Also:
-
-
Constructor Details
-
LnrpcTimestampedError
public LnrpcTimestampedError()
-
-
Method Details
-
timestamp
-
getTimestamp
The unix timestamp in seconds when the error occurred.- Returns:
- timestamp
-
setTimestamp
-
error
-
getError
The string representation of the error sent by our peer.- Returns:
- error
-
setError
-
equals
-
hashCode
public int hashCode() -
toString
-