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
KonstruktorenModifiziererKonstruktorBeschreibungprotectedGqlObjectValue(Consumer<GqlObjectValue> spec) Constructs a validated implementation ofGqlObjectValue.GqlObjectValue(List<GqlComment> comments, List<GqlObjectField> objectFields) -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungprotected booleancomments()List of commentscomments(List<GqlComment> comments) List of commentsbooleaninthashCode()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
-