Package com.cognite.client.dto
Interface ThreeDAssetMappingOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ThreeDAssetMapping,ThreeDAssetMapping.Builder
public interface ThreeDAssetMappingOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionlongint64 assetId = 2;longint64 nodeId = 1;longoptional int64 subtreeSize = 4;longoptional int64 treeIndex = 3;booleanoptional int64 subtreeSize = 4;booleanoptional int64 treeIndex = 3;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
-
getNodeId
long getNodeId()int64 nodeId = 1;- Returns:
- The nodeId.
-
getAssetId
long getAssetId()int64 assetId = 2;- Returns:
- The assetId.
-
hasTreeIndex
boolean hasTreeIndex()optional int64 treeIndex = 3;- Returns:
- Whether the treeIndex field is set.
-
getTreeIndex
long getTreeIndex()optional int64 treeIndex = 3;- Returns:
- The treeIndex.
-
hasSubtreeSize
boolean hasSubtreeSize()optional int64 subtreeSize = 4;- Returns:
- Whether the subtreeSize field is set.
-
getSubtreeSize
long getSubtreeSize()optional int64 subtreeSize = 4;- Returns:
- The subtreeSize.
-