Module java4ever.binding
Record Class MsgForwardPricesFilter
java.lang.Object
java.lang.Record
tech.deplant.java4ever.binding.gql.MsgForwardPricesFilter
public record MsgForwardPricesFilter(StringFilter bit_price, StringFilter cell_price, IntFilter first_frac, FloatFilter ihr_price_factor, StringFilter lump_price, IntFilter next_frac, MsgForwardPricesFilter OR)
extends Record
-
Constructor Summary
ConstructorsConstructorDescriptionMsgForwardPricesFilter(StringFilter bit_price, StringFilter cell_price, IntFilter first_frac, FloatFilter ihr_price_factor, StringFilter lump_price, IntFilter next_frac, MsgForwardPricesFilter OR) Creates an instance of aMsgForwardPricesFilterrecord class. -
Method Summary
Modifier and TypeMethodDescriptionReturns the value of thebit_pricerecord component.Returns the value of thecell_pricerecord component.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.Returns the value of thenext_fracrecord component.OR()Returns the value of theORrecord component.final StringtoString()Returns a string representation of this record class.
-
Constructor Details
-
MsgForwardPricesFilter
public MsgForwardPricesFilter(StringFilter bit_price, StringFilter cell_price, IntFilter first_frac, FloatFilter ihr_price_factor, StringFilter lump_price, IntFilter next_frac, MsgForwardPricesFilter OR) Creates an instance of aMsgForwardPricesFilterrecord 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 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
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
-
OR
Returns the value of theORrecord component.- Returns:
- the value of the
ORrecord component
-