java.lang.Object
java.lang.Record
tech.deplant.java4ever.binding.gql.ConfigP39
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the value of theadnl_addr
record component.final boolean
Indicates whether some other object is "equal to" this one.final int
hashCode()
Returns a hash code value for this object.map_key()
Returns the value of themap_key
record component.seqno()
Returns the value of theseqno
record component.Returns the value of thesignature_r
record component.Returns the value of thesignature_s
record component.Returns the value of thetemp_public_key
record component.final String
toString()
Returns a string representation of this record class.Returns the value of thevalid_until
record component.
-
Constructor Details
-
ConfigP39
public ConfigP39(String adnl_addr, String map_key, Float seqno, String signature_r, String signature_s, String temp_public_key, Float valid_until) Creates an instance of aConfigP39
record class.- Parameters:
adnl_addr
- the value for theadnl_addr
record componentmap_key
- the value for themap_key
record componentseqno
- the value for theseqno
record componentsignature_r
- the value for thesignature_r
record componentsignature_s
- the value for thesignature_s
record componenttemp_public_key
- the value for thetemp_public_key
record componentvalid_until
- the value for thevalid_until
record component
-
-
Method Details
-
toString
-
hashCode
-
equals
Indicates whether some other object is "equal to" this one. The objects are equal if the other object is of the same class and if all the record components are equal. All components in this record class are compared withObjects::equals(Object,Object)
. -
adnl_addr
Returns the value of theadnl_addr
record component.- Returns:
- the value of the
adnl_addr
record component
-
map_key
Returns the value of themap_key
record component.- Returns:
- the value of the
map_key
record component
-
seqno
Returns the value of theseqno
record component.- Returns:
- the value of the
seqno
record component
-
signature_r
Returns the value of thesignature_r
record component.- Returns:
- the value of the
signature_r
record component
-
signature_s
Returns the value of thesignature_s
record component.- Returns:
- the value of the
signature_s
record component
-
temp_public_key
Returns the value of thetemp_public_key
record component.- Returns:
- the value of the
temp_public_key
record component
-
valid_until
Returns the value of thevalid_until
record component.- Returns:
- the value of the
valid_until
record component
-