java.lang.Object
java.lang.Record
tech.deplant.java4ever.binding.gql.ConfigP39
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the value of theadnl_addrrecord component.final booleanIndicates whether some other object is "equal to" this one.final inthashCode()Returns a hash code value for this object.map_key()Returns the value of themap_keyrecord component.seqno()Returns the value of theseqnorecord component.Returns the value of thesignature_rrecord component.Returns the value of thesignature_srecord component.Returns the value of thetemp_public_keyrecord component.final StringtoString()Returns a string representation of this record class.Returns the value of thevalid_untilrecord 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 aConfigP39record class.- Parameters:
adnl_addr- the value for theadnl_addrrecord componentmap_key- the value for themap_keyrecord componentseqno- the value for theseqnorecord componentsignature_r- the value for thesignature_rrecord componentsignature_s- the value for thesignature_srecord componenttemp_public_key- the value for thetemp_public_keyrecord componentvalid_until- the value for thevalid_untilrecord 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_addrrecord component.- Returns:
- the value of the
adnl_addrrecord component
-
map_key
Returns the value of themap_keyrecord component.- Returns:
- the value of the
map_keyrecord component
-
seqno
Returns the value of theseqnorecord component.- Returns:
- the value of the
seqnorecord component
-
signature_r
Returns the value of thesignature_rrecord component.- Returns:
- the value of the
signature_rrecord component
-
signature_s
Returns the value of thesignature_srecord component.- Returns:
- the value of the
signature_srecord component
-
temp_public_key
Returns the value of thetemp_public_keyrecord component.- Returns:
- the value of the
temp_public_keyrecord component
-
valid_until
Returns the value of thevalid_untilrecord component.- Returns:
- the value of the
valid_untilrecord component
-