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