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_psrecord component.static QueryExecutorBuilderbit_price_ps(String objectFieldsTree, BigIntFormat format) Returns the value of thecell_price_psrecord component.static QueryExecutorBuildercell_price_ps(String objectFieldsTree, BigIntFormat format) 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.static QueryExecutorBuildermc_bit_price_ps(String objectFieldsTree, BigIntFormat format) Returns the value of themc_cell_price_psrecord component.static QueryExecutorBuildermc_cell_price_ps(String objectFieldsTree, BigIntFormat format) final StringtoString()Returns a string representation of this record class.Returns the value of theutime_sincerecord component.Returns the value of theutime_since_stringrecord 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 aConfigP18record 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 componentutime_since_string- the value for theutime_since_stringrecord component
-
-
Method Details
-
bit_price_ps
-
cell_price_ps
-
mc_bit_price_ps
-
mc_cell_price_ps
-
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
-
utime_since_string
Returns the value of theutime_since_stringrecord component.- Returns:
- the value of the
utime_since_stringrecord component
-