Klasse GqlObjectValue
java.lang.Object
io.github.primelib.webmethodsapigateway4j.model.GqlObjectValue
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class GqlObjectValue
extends Object
GqlObjectValue
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungprotected List<GqlComment>
List of commentsprotected List<GqlObjectField>
List of object fields -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotected
GqlObjectValue
(Consumer<GqlObjectValue> spec) Constructs a validated implementation ofGqlObjectValue
.GqlObjectValue
(List<GqlComment> comments, List<GqlObjectField> objectFields) -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungprotected boolean
comments()
List of commentscomments
(List<GqlComment> comments) List of commentsboolean
int
hashCode()
List of object fieldsobjectFields
(List<GqlObjectField> objectFields) List of object fieldstoString()
-
Felddetails
-
comments
List of comments -
objectFields
List of object fields
-
-
Konstruktordetails
-
GqlObjectValue
Constructs a validated implementation ofGqlObjectValue
.- Parameter:
spec
- the specification to process
-
GqlObjectValue
-
GqlObjectValue
protected GqlObjectValue()
-
-
Methodendetails
-
comments
List of comments -
objectFields
List of object fields -
comments
List of comments- Gibt zurück:
this
.
-
objectFields
List of object fields- Gibt zurück:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-