java.lang.Object
java.lang.Record
tech.deplant.java4ever.binding.gql.ConfigP18
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the value of thebit_price_ps
record component.static QueryExecutorBuilder
bit_price_ps
(String objectFieldsTree, BigIntFormat format) Returns the value of thecell_price_ps
record component.static QueryExecutorBuilder
cell_price_ps
(String objectFieldsTree, BigIntFormat format) final boolean
Indicates whether some other object is "equal to" this one.final int
hashCode()
Returns a hash code value for this object.Returns the value of themc_bit_price_ps
record component.static QueryExecutorBuilder
mc_bit_price_ps
(String objectFieldsTree, BigIntFormat format) Returns the value of themc_cell_price_ps
record component.static QueryExecutorBuilder
mc_cell_price_ps
(String objectFieldsTree, BigIntFormat format) final String
toString()
Returns a string representation of this record class.Returns the value of theutime_since
record component.Returns the value of theutime_since_string
record component.
-
Constructor Details
-
ConfigP18
public ConfigP18(String bit_price_ps, String cell_price_ps, String mc_bit_price_ps, String mc_cell_price_ps, Float utime_since, String utime_since_string) Creates an instance of aConfigP18
record class.- Parameters:
bit_price_ps
- the value for thebit_price_ps
record componentcell_price_ps
- the value for thecell_price_ps
record componentmc_bit_price_ps
- the value for themc_bit_price_ps
record componentmc_cell_price_ps
- the value for themc_cell_price_ps
record componentutime_since
- the value for theutime_since
record componentutime_since_string
- the value for theutime_since_string
record component
-
-
Method Details
-
bit_price_ps
-
cell_price_ps
-
mc_bit_price_ps
-
mc_cell_price_ps
-
toString
Returns a string representation of this record class. The representation contains the name of the class, followed by the name and value of each of the record components. -
hashCode
public final int hashCode()Returns a hash code value for this object. The value is derived from the hash code of each of the record components. -
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_ps
record component.- Returns:
- the value of the
bit_price_ps
record component
-
cell_price_ps
Returns the value of thecell_price_ps
record component.- Returns:
- the value of the
cell_price_ps
record component
-
mc_bit_price_ps
Returns the value of themc_bit_price_ps
record component.- Returns:
- the value of the
mc_bit_price_ps
record component
-
mc_cell_price_ps
Returns the value of themc_cell_price_ps
record component.- Returns:
- the value of the
mc_cell_price_ps
record component
-
utime_since
Returns the value of theutime_since
record component.- Returns:
- the value of the
utime_since
record component
-
utime_since_string
Returns the value of theutime_since_string
record component.- Returns:
- the value of the
utime_since_string
record component
-