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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description longgetExclusiveEnd()End of time window for a time series data point.StringgetExternalId()string external_id = 2;com.google.protobuf.ByteStringgetExternalIdBytes()string external_id = 2;longgetId()int64 id = 1;Item.IdTypeCasegetIdTypeCase()longgetInclusiveBegin()Start of time window for a time series data point.StringgetLegacyName()string legacy_name = 3;com.google.protobuf.ByteStringgetLegacyNameBytes()string legacy_name = 3;booleanhasExclusiveEnd()End of time window for a time series data point.booleanhasExternalId()string external_id = 2;booleanhasId()int64 id = 1;booleanhasInclusiveBegin()Start of time window for a time series data point.booleanhasLegacyName()string legacy_name = 3;-
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()
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()
-
-