java.lang.Object
java.lang.Record
tech.deplant.java4ever.binding.gql.ConfigP39Filter
public record ConfigP39Filter(StringFilter adnl_addr, StringFilter map_key, FloatFilter seqno, StringFilter signature_r, StringFilter signature_s, StringFilter temp_public_key, FloatFilter valid_until, ConfigP39Filter OR)
extends Record
-
Constructor Summary
ConstructorsConstructorDescriptionConfigP39Filter(StringFilter adnl_addr, StringFilter map_key, FloatFilter seqno, StringFilter signature_r, StringFilter signature_s, StringFilter temp_public_key, FloatFilter valid_until, ConfigP39Filter OR) Creates an instance of aConfigP39Filterrecord class. -
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.OR()Returns the value of theORrecord 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
-
ConfigP39Filter
public ConfigP39Filter(StringFilter adnl_addr, StringFilter map_key, FloatFilter seqno, StringFilter signature_r, StringFilter signature_s, StringFilter temp_public_key, FloatFilter valid_until, ConfigP39Filter OR) Creates an instance of aConfigP39Filterrecord 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 componentOR- the value for theORrecord 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
-
OR
Returns the value of theORrecord component.- Returns:
- the value of the
ORrecord component
-