Klasse GqlFloatValue
java.lang.Object
io.github.primelib.webmethodsapigateway4j.model.GqlFloatValue
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class GqlFloatValue
extends Object
GqlFloatValue
-
Verschachtelte Klassen - Übersicht
Verschachtelte Klassen -
Feldübersicht
FelderModifizierer und TypFeldBeschreibungprotected List<GqlComment>
List of commentsprotected BigDecimal
Decimal value -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotected
GqlFloatValue
(Consumer<GqlFloatValue> spec) Constructs a validated instance ofGqlFloatValue
.GqlFloatValue
(List<GqlComment> comments, BigDecimal value) Constructs a validated instance ofGqlFloatValue
. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuilder()
protected boolean
comments()
List of commentscomments
(List<GqlComment> comments) List of commentsboolean
int
hashCode()
toString()
value()
Decimal valuevalue
(BigDecimal value) Decimal value
-
Felddetails
-
comments
List of comments -
value
Decimal value
-
-
Konstruktordetails
-
GqlFloatValue
Constructs a validated instance ofGqlFloatValue
.- Parameter:
spec
- the specification to process
-
GqlFloatValue
Constructs a validated instance ofGqlFloatValue
.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
GqlFloatValue(Consumer)
instead.- Parameter:
comments
- List of commentsvalue
- Decimal value
-
GqlFloatValue
protected GqlFloatValue()
-
-
Methodendetails
-
builder
-
comments
List of comments -
value
Decimal value -
comments
List of comments- Gibt zurück:
this
.
-
value
Decimal value- Gibt zurück:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-