Package com.cognite.client.dto
Interface ThreeDModelOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ThreeDModel,ThreeDModel.Builder
public interface ThreeDModelOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionbooleancontainsMetadata(String key) map<string, string> metadata = 5;longoptional int64 created_time = 3;longoptional int64 data_set_id = 4;longgetId()optional int64 id = 2;Deprecated.intmap<string, string> metadata = 5;map<string, string> metadata = 5;getMetadataOrDefault(String key, String defaultValue) map<string, string> metadata = 5;getMetadataOrThrow(String key) map<string, string> metadata = 5;getName()optional string name = 1;com.google.protobuf.ByteStringoptional string name = 1;booleanoptional int64 created_time = 3;booleanoptional int64 data_set_id = 4;booleanhasId()optional int64 id = 2;booleanhasName()optional string name = 1;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 = 2;- Returns:
- Whether the id field is set.
-
getId
long getId()optional int64 id = 2;- Returns:
- The id.
-
hasName
boolean hasName()optional string name = 1;- Returns:
- Whether the name field is set.
-
getName
String getName()optional string name = 1;- Returns:
- The name.
-
getNameBytes
com.google.protobuf.ByteString getNameBytes()optional string name = 1;- Returns:
- The bytes for name.
-
hasCreatedTime
boolean hasCreatedTime()optional int64 created_time = 3;- Returns:
- Whether the createdTime field is set.
-
getCreatedTime
long getCreatedTime()optional int64 created_time = 3;- Returns:
- The createdTime.
-
hasDataSetId
boolean hasDataSetId()optional int64 data_set_id = 4;- Returns:
- Whether the dataSetId field is set.
-
getDataSetId
long getDataSetId()optional int64 data_set_id = 4;- Returns:
- The dataSetId.
-
getMetadataCount
int getMetadataCount()map<string, string> metadata = 5; -
containsMetadata
map<string, string> metadata = 5; -
getMetadata
Deprecated.UsegetMetadataMap()instead. -
getMetadataMap
map<string, string> metadata = 5; -
getMetadataOrDefault
map<string, string> metadata = 5; -
getMetadataOrThrow
map<string, string> metadata = 5;
-