java.lang.Object
java.lang.Record
tech.deplant.java4ever.binding.gql.MsgForwardPrices
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the value of thebit_price
record component.static QueryExecutorBuilder
bit_price
(String objectFieldsTree, BigIntFormat format) Returns the value of thecell_price
record component.static QueryExecutorBuilder
cell_price
(String objectFieldsTree, BigIntFormat format) final boolean
Indicates whether some other object is "equal to" this one.Returns the value of thefirst_frac
record component.final int
hashCode()
Returns a hash code value for this object.Returns the value of theihr_price_factor
record component.Returns the value of thelump_price
record component.static QueryExecutorBuilder
lump_price
(String objectFieldsTree, BigIntFormat format) Returns the value of thenext_frac
record component.final String
toString()
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 aMsgForwardPrices
record class.- Parameters:
bit_price
- the value for thebit_price
record componentcell_price
- the value for thecell_price
record componentfirst_frac
- the value for thefirst_frac
record componentihr_price_factor
- the value for theihr_price_factor
record componentlump_price
- the value for thelump_price
record componentnext_frac
- the value for thenext_frac
record 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_price
record component.- Returns:
- the value of the
bit_price
record component
-
cell_price
Returns the value of thecell_price
record component.- Returns:
- the value of the
cell_price
record component
-
first_frac
Returns the value of thefirst_frac
record component.- Returns:
- the value of the
first_frac
record component
-
ihr_price_factor
Returns the value of theihr_price_factor
record component.- Returns:
- the value of the
ihr_price_factor
record component
-
lump_price
Returns the value of thelump_price
record component.- Returns:
- the value of the
lump_price
record component
-
next_frac
Returns the value of thenext_frac
record component.- Returns:
- the value of the
next_frac
record component
-