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