java.lang.Object
java.lang.Record
tech.deplant.java4ever.binding.gql.ConfigP12Filter
public record ConfigP12Filter(BooleanFilter accept_msgs, BooleanFilter active, IntFilter actual_min_split, IntFilter addr_len_step, BooleanFilter basic, FloatFilter enabled_since, IntFilter flags, IntFilter max_addr_len, IntFilter max_split, IntFilter min_addr_len, IntFilter min_split, FloatFilter version, StringFilter vm_mode, IntFilter vm_version, IntFilter workchain_id, FloatFilter workchain_type_id, StringFilter zerostate_file_hash, StringFilter zerostate_root_hash, ConfigP12Filter OR)
extends Record
-
Constructor Summary
ConstructorsConstructorDescriptionConfigP12Filter(BooleanFilter accept_msgs, BooleanFilter active, IntFilter actual_min_split, IntFilter addr_len_step, BooleanFilter basic, FloatFilter enabled_since, IntFilter flags, IntFilter max_addr_len, IntFilter max_split, IntFilter min_addr_len, IntFilter min_split, FloatFilter version, StringFilter vm_mode, IntFilter vm_version, IntFilter workchain_id, FloatFilter workchain_type_id, StringFilter zerostate_file_hash, StringFilter zerostate_root_hash, ConfigP12Filter OR) Creates an instance of aConfigP12Filterrecord class. -
Method Summary
Modifier and TypeMethodDescriptionReturns the value of theaccept_msgsrecord component.active()Returns the value of theactiverecord component.Returns the value of theactual_min_splitrecord component.Returns the value of theaddr_len_steprecord component.basic()Returns the value of thebasicrecord component.Returns the value of theenabled_sincerecord component.final booleanIndicates whether some other object is "equal to" this one.flags()Returns the value of theflagsrecord component.final inthashCode()Returns a hash code value for this object.Returns the value of themax_addr_lenrecord component.Returns the value of themax_splitrecord component.Returns the value of themin_addr_lenrecord component.Returns the value of themin_splitrecord component.OR()Returns the value of theORrecord component.final StringtoString()Returns a string representation of this record class.version()Returns the value of theversionrecord component.vm_mode()Returns the value of thevm_moderecord component.Returns the value of thevm_versionrecord component.Returns the value of theworkchain_idrecord component.Returns the value of theworkchain_type_idrecord component.Returns the value of thezerostate_file_hashrecord component.Returns the value of thezerostate_root_hashrecord component.
-
Constructor Details
-
ConfigP12Filter
public ConfigP12Filter(BooleanFilter accept_msgs, BooleanFilter active, IntFilter actual_min_split, IntFilter addr_len_step, BooleanFilter basic, FloatFilter enabled_since, IntFilter flags, IntFilter max_addr_len, IntFilter max_split, IntFilter min_addr_len, IntFilter min_split, FloatFilter version, StringFilter vm_mode, IntFilter vm_version, IntFilter workchain_id, FloatFilter workchain_type_id, StringFilter zerostate_file_hash, StringFilter zerostate_root_hash, ConfigP12Filter OR) Creates an instance of aConfigP12Filterrecord class.- Parameters:
accept_msgs- the value for theaccept_msgsrecord componentactive- the value for theactiverecord componentactual_min_split- the value for theactual_min_splitrecord componentaddr_len_step- the value for theaddr_len_steprecord componentbasic- the value for thebasicrecord componentenabled_since- the value for theenabled_sincerecord componentflags- the value for theflagsrecord componentmax_addr_len- the value for themax_addr_lenrecord componentmax_split- the value for themax_splitrecord componentmin_addr_len- the value for themin_addr_lenrecord componentmin_split- the value for themin_splitrecord componentversion- the value for theversionrecord componentvm_mode- the value for thevm_moderecord componentvm_version- the value for thevm_versionrecord componentworkchain_id- the value for theworkchain_idrecord componentworkchain_type_id- the value for theworkchain_type_idrecord componentzerostate_file_hash- the value for thezerostate_file_hashrecord componentzerostate_root_hash- the value for thezerostate_root_hashrecord 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). -
accept_msgs
Returns the value of theaccept_msgsrecord component.- Returns:
- the value of the
accept_msgsrecord component
-
active
Returns the value of theactiverecord component.- Returns:
- the value of the
activerecord component
-
actual_min_split
Returns the value of theactual_min_splitrecord component.- Returns:
- the value of the
actual_min_splitrecord component
-
addr_len_step
Returns the value of theaddr_len_steprecord component.- Returns:
- the value of the
addr_len_steprecord component
-
basic
Returns the value of thebasicrecord component.- Returns:
- the value of the
basicrecord component
-
enabled_since
Returns the value of theenabled_sincerecord component.- Returns:
- the value of the
enabled_sincerecord component
-
flags
Returns the value of theflagsrecord component.- Returns:
- the value of the
flagsrecord component
-
max_addr_len
Returns the value of themax_addr_lenrecord component.- Returns:
- the value of the
max_addr_lenrecord component
-
max_split
Returns the value of themax_splitrecord component.- Returns:
- the value of the
max_splitrecord component
-
min_addr_len
Returns the value of themin_addr_lenrecord component.- Returns:
- the value of the
min_addr_lenrecord component
-
min_split
Returns the value of themin_splitrecord component.- Returns:
- the value of the
min_splitrecord component
-
version
Returns the value of theversionrecord component.- Returns:
- the value of the
versionrecord component
-
vm_mode
Returns the value of thevm_moderecord component.- Returns:
- the value of the
vm_moderecord component
-
vm_version
Returns the value of thevm_versionrecord component.- Returns:
- the value of the
vm_versionrecord component
-
workchain_id
Returns the value of theworkchain_idrecord component.- Returns:
- the value of the
workchain_idrecord component
-
workchain_type_id
Returns the value of theworkchain_type_idrecord component.- Returns:
- the value of the
workchain_type_idrecord component
-
zerostate_file_hash
Returns the value of thezerostate_file_hashrecord component.- Returns:
- the value of the
zerostate_file_hashrecord component
-
zerostate_root_hash
Returns the value of thezerostate_root_hashrecord component.- Returns:
- the value of the
zerostate_root_hashrecord component
-
OR
Returns the value of theORrecord component.- Returns:
- the value of the
ORrecord component
-