Package com.cognite.client.dto
Interface DiagramResponse.Annotation.VertexOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
DiagramResponse.Annotation.Vertex,DiagramResponse.Annotation.Vertex.Builder
- Enclosing class:
- DiagramResponse.Annotation
public static interface DiagramResponse.Annotation.VertexOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getX
double getX()double x = 1;- Returns:
- The x.
-
getY
double getY()double y = 2;- Returns:
- The y.
-