java.lang.Object
java.lang.Record
tech.deplant.java4ever.binding.gql.ConfigP18Filter
public record ConfigP18Filter(StringFilter bit_price_ps, StringFilter cell_price_ps, StringFilter mc_bit_price_ps, StringFilter mc_cell_price_ps, FloatFilter utime_since, ConfigP18Filter OR)
extends Record
-
Constructor Summary
ConstructorsConstructorDescriptionConfigP18Filter(StringFilter bit_price_ps, StringFilter cell_price_ps, StringFilter mc_bit_price_ps, StringFilter mc_cell_price_ps, FloatFilter utime_since, ConfigP18Filter OR) Creates an instance of aConfigP18Filterrecord class. -
Method Summary
Modifier and TypeMethodDescriptionReturns the value of thebit_price_psrecord component.Returns the value of thecell_price_psrecord component.final booleanIndicates whether some other object is "equal to" this one.final inthashCode()Returns a hash code value for this object.Returns the value of themc_bit_price_psrecord component.Returns the value of themc_cell_price_psrecord component.OR()Returns the value of theORrecord component.final StringtoString()Returns a string representation of this record class.Returns the value of theutime_sincerecord component.
-
Constructor Details
-
ConfigP18Filter
public ConfigP18Filter(StringFilter bit_price_ps, StringFilter cell_price_ps, StringFilter mc_bit_price_ps, StringFilter mc_cell_price_ps, FloatFilter utime_since, ConfigP18Filter OR) Creates an instance of aConfigP18Filterrecord class.- Parameters:
bit_price_ps- the value for thebit_price_psrecord componentcell_price_ps- the value for thecell_price_psrecord componentmc_bit_price_ps- the value for themc_bit_price_psrecord componentmc_cell_price_ps- the value for themc_cell_price_psrecord componentutime_since- the value for theutime_sincerecord 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). -
bit_price_ps
Returns the value of thebit_price_psrecord component.- Returns:
- the value of the
bit_price_psrecord component
-
cell_price_ps
Returns the value of thecell_price_psrecord component.- Returns:
- the value of the
cell_price_psrecord component
-
mc_bit_price_ps
Returns the value of themc_bit_price_psrecord component.- Returns:
- the value of the
mc_bit_price_psrecord component
-
mc_cell_price_ps
Returns the value of themc_cell_price_psrecord component.- Returns:
- the value of the
mc_cell_price_psrecord component
-
utime_since
Returns the value of theutime_sincerecord component.- Returns:
- the value of the
utime_sincerecord component
-
OR
Returns the value of theORrecord component.- Returns:
- the value of the
ORrecord component
-