Package com.cognite.client.dto
Interface ItemOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Item,Item.Builder
public interface ItemOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionlongEnd of time window for a time series data point.string external_id = 2;com.google.protobuf.ByteStringstring external_id = 2;longgetId()int64 id = 1;longStart of time window for a time series data point.string legacy_name = 3;com.google.protobuf.ByteStringstring legacy_name = 3;booleanEnd of time window for a time series data point.booleanstring external_id = 2;booleanhasId()int64 id = 1;booleanStart of time window for a time series data point.booleanstring legacy_name = 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
-
hasId
boolean hasId()int64 id = 1;- Returns:
- Whether the id field is set.
-
getId
long getId()int64 id = 1;- Returns:
- The id.
-
hasExternalId
boolean hasExternalId()string external_id = 2;- Returns:
- Whether the externalId field is set.
-
getExternalId
String getExternalId()string external_id = 2;- Returns:
- The externalId.
-
getExternalIdBytes
com.google.protobuf.ByteString getExternalIdBytes()string external_id = 2;- Returns:
- The bytes for externalId.
-
hasLegacyName
boolean hasLegacyName()string legacy_name = 3;- Returns:
- Whether the legacyName field is set.
-
getLegacyName
String getLegacyName()string legacy_name = 3;- Returns:
- The legacyName.
-
getLegacyNameBytes
com.google.protobuf.ByteString getLegacyNameBytes()string legacy_name = 3;- Returns:
- The bytes for legacyName.
-
hasInclusiveBegin
boolean hasInclusiveBegin()Start of time window for a time series data point.
optional int64 inclusive_begin = 4;- Returns:
- Whether the inclusiveBegin field is set.
-
getInclusiveBegin
long getInclusiveBegin()Start of time window for a time series data point.
optional int64 inclusive_begin = 4;- Returns:
- The inclusiveBegin.
-
hasExclusiveEnd
boolean hasExclusiveEnd()End of time window for a time series data point.
optional int64 exclusive_end = 5;- Returns:
- Whether the exclusiveEnd field is set.
-
getExclusiveEnd
long getExclusiveEnd()End of time window for a time series data point.
optional int64 exclusive_end = 5;- Returns:
- The exclusiveEnd.
-
getIdTypeCase
Item.IdTypeCase getIdTypeCase()
-