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
Modifier and TypeMethodDescriptionoptional .com.cognite.client.dto.ThreeDNode.BoundingBox boundingBox = 8;optional .com.cognite.client.dto.ThreeDNode.BoundingBox boundingBox = 8;longgetDepth()optional int64 depth = 4;longgetId()optional int64 id = 1;getName()optional string name = 5;com.google.protobuf.ByteStringoptional string name = 5;longoptional int64 parentId = 3;optional .com.cognite.client.dto.ThreeDNode.Properties properties = 7;optional .com.cognite.client.dto.ThreeDNode.Properties properties = 7;longoptional int64 subtreeSize = 6;longoptional int64 treeIndex = 2;booleanoptional .com.cognite.client.dto.ThreeDNode.BoundingBox boundingBox = 8;booleanhasDepth()optional int64 depth = 4;booleanhasId()optional int64 id = 1;booleanhasName()optional string name = 5;booleanoptional int64 parentId = 3;booleanoptional .com.cognite.client.dto.ThreeDNode.Properties properties = 7;booleanoptional int64 subtreeSize = 6;booleanoptional int64 treeIndex = 2;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
-
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.client.dto.ThreeDNode.Properties properties = 7;- Returns:
- Whether the properties field is set.
-
getProperties
ThreeDNode.Properties getProperties()optional .com.cognite.client.dto.ThreeDNode.Properties properties = 7;- Returns:
- The properties.
-
getPropertiesOrBuilder
ThreeDNode.PropertiesOrBuilder getPropertiesOrBuilder()optional .com.cognite.client.dto.ThreeDNode.Properties properties = 7; -
hasBoundingBox
boolean hasBoundingBox()optional .com.cognite.client.dto.ThreeDNode.BoundingBox boundingBox = 8;- Returns:
- Whether the boundingBox field is set.
-
getBoundingBox
ThreeDNode.BoundingBox getBoundingBox()optional .com.cognite.client.dto.ThreeDNode.BoundingBox boundingBox = 8;- Returns:
- The boundingBox.
-
getBoundingBoxOrBuilder
ThreeDNode.BoundingBoxOrBuilder getBoundingBoxOrBuilder()optional .com.cognite.client.dto.ThreeDNode.BoundingBox boundingBox = 8;
-