Package com.cognite.client.dto
Interface ThreeDNodeOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ThreeDNode,ThreeDNode.Builder
public interface ThreeDNodeOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ThreeDNode.BoundingBoxgetBoundingBox()optional .com.cognite.beam.proto.ThreeDNode.BoundingBox boundingBox = 8;ThreeDNode.BoundingBoxOrBuildergetBoundingBoxOrBuilder()optional .com.cognite.beam.proto.ThreeDNode.BoundingBox boundingBox = 8;longgetDepth()optional int64 depth = 4;longgetId()optional int64 id = 1;StringgetName()optional string name = 5;com.google.protobuf.ByteStringgetNameBytes()optional string name = 5;longgetParentId()optional int64 parentId = 3;ThreeDNode.PropertiesgetProperties()optional .com.cognite.beam.proto.ThreeDNode.Properties properties = 7;ThreeDNode.PropertiesOrBuildergetPropertiesOrBuilder()optional .com.cognite.beam.proto.ThreeDNode.Properties properties = 7;longgetSubtreeSize()optional int64 subtreeSize = 6;longgetTreeIndex()optional int64 treeIndex = 2;booleanhasBoundingBox()optional .com.cognite.beam.proto.ThreeDNode.BoundingBox boundingBox = 8;booleanhasDepth()optional int64 depth = 4;booleanhasId()optional int64 id = 1;booleanhasName()optional string name = 5;booleanhasParentId()optional int64 parentId = 3;booleanhasProperties()optional .com.cognite.beam.proto.ThreeDNode.Properties properties = 7;booleanhasSubtreeSize()optional int64 subtreeSize = 6;booleanhasTreeIndex()optional int64 treeIndex = 2;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasId
boolean hasId()
optional int64 id = 1;- Returns:
- Whether the id field is set.
-
getId
long getId()
optional int64 id = 1;- Returns:
- The id.
-
hasTreeIndex
boolean hasTreeIndex()
optional int64 treeIndex = 2;- Returns:
- Whether the treeIndex field is set.
-
getTreeIndex
long getTreeIndex()
optional int64 treeIndex = 2;- Returns:
- The treeIndex.
-
hasParentId
boolean hasParentId()
optional int64 parentId = 3;- Returns:
- Whether the parentId field is set.
-
getParentId
long getParentId()
optional int64 parentId = 3;- Returns:
- The parentId.
-
hasDepth
boolean hasDepth()
optional int64 depth = 4;- Returns:
- Whether the depth field is set.
-
getDepth
long getDepth()
optional int64 depth = 4;- Returns:
- The depth.
-
hasName
boolean hasName()
optional string name = 5;- Returns:
- Whether the name field is set.
-
getName
String getName()
optional string name = 5;- Returns:
- The name.
-
getNameBytes
com.google.protobuf.ByteString getNameBytes()
optional string name = 5;- Returns:
- The bytes for name.
-
hasSubtreeSize
boolean hasSubtreeSize()
optional int64 subtreeSize = 6;- Returns:
- Whether the subtreeSize field is set.
-
getSubtreeSize
long getSubtreeSize()
optional int64 subtreeSize = 6;- Returns:
- The subtreeSize.
-
hasProperties
boolean hasProperties()
optional .com.cognite.beam.proto.ThreeDNode.Properties properties = 7;- Returns:
- Whether the properties field is set.
-
getProperties
ThreeDNode.Properties getProperties()
optional .com.cognite.beam.proto.ThreeDNode.Properties properties = 7;- Returns:
- The properties.
-
getPropertiesOrBuilder
ThreeDNode.PropertiesOrBuilder getPropertiesOrBuilder()
optional .com.cognite.beam.proto.ThreeDNode.Properties properties = 7;
-
hasBoundingBox
boolean hasBoundingBox()
optional .com.cognite.beam.proto.ThreeDNode.BoundingBox boundingBox = 8;- Returns:
- Whether the boundingBox field is set.
-
getBoundingBox
ThreeDNode.BoundingBox getBoundingBox()
optional .com.cognite.beam.proto.ThreeDNode.BoundingBox boundingBox = 8;- Returns:
- The boundingBox.
-
getBoundingBoxOrBuilder
ThreeDNode.BoundingBoxOrBuilder getBoundingBoxOrBuilder()
optional .com.cognite.beam.proto.ThreeDNode.BoundingBox boundingBox = 8;
-
-