java.lang.Object
java.lang.Record
tech.deplant.java4ever.binding.gql.MsgForwardPrices
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the value of thebit_pricerecord component.static QueryExecutorBuilderbit_price(String objectFieldsTree, BigIntFormat format) Returns the value of thecell_pricerecord component.static QueryExecutorBuildercell_price(String objectFieldsTree, BigIntFormat format) final booleanIndicates whether some other object is "equal to" this one.Returns the value of thefirst_fracrecord component.final inthashCode()Returns a hash code value for this object.Returns the value of theihr_price_factorrecord component.Returns the value of thelump_pricerecord component.static QueryExecutorBuilderlump_price(String objectFieldsTree, BigIntFormat format) Returns the value of thenext_fracrecord component.final StringtoString()Returns a string representation of this record class.
-
Constructor Details
-
MsgForwardPrices
public MsgForwardPrices(String bit_price, String cell_price, Integer first_frac, Float ihr_price_factor, String lump_price, Integer next_frac) Creates an instance of aMsgForwardPricesrecord class.- Parameters:
bit_price- the value for thebit_pricerecord componentcell_price- the value for thecell_pricerecord componentfirst_frac- the value for thefirst_fracrecord componentihr_price_factor- the value for theihr_price_factorrecord componentlump_price- the value for thelump_pricerecord componentnext_frac- the value for thenext_fracrecord component
-
-
Method Details
-
bit_price
-
cell_price
-
lump_price
-
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
Returns the value of thebit_pricerecord component.- Returns:
- the value of the
bit_pricerecord component
-
cell_price
Returns the value of thecell_pricerecord component.- Returns:
- the value of the
cell_pricerecord component
-
first_frac
Returns the value of thefirst_fracrecord component.- Returns:
- the value of the
first_fracrecord component
-
ihr_price_factor
Returns the value of theihr_price_factorrecord component.- Returns:
- the value of the
ihr_price_factorrecord component
-
lump_price
Returns the value of thelump_pricerecord component.- Returns:
- the value of the
lump_pricerecord component
-
next_frac
Returns the value of thenext_fracrecord component.- Returns:
- the value of the
next_fracrecord component
-