Package com.cognite.client.dto
Interface TimeseriesPointOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
TimeseriesPoint,TimeseriesPoint.Builder
public interface TimeseriesPointOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionoptional string external_id = 2;com.google.protobuf.ByteStringoptional string external_id = 2;longgetId()int64 id = 1;booleanoptional bool is_step = 3;longint64 timestamp = 4;.com.cognite.client.dto.TimeseriesPoint.Aggregates value_aggregates = 7;.com.cognite.client.dto.TimeseriesPoint.Aggregates value_aggregates = 7;doubledouble value_num = 5;string value_string = 6;com.google.protobuf.ByteStringstring value_string = 6;booleanoptional string external_id = 2;booleanoptional bool is_step = 3;boolean.com.cognite.client.dto.TimeseriesPoint.Aggregates value_aggregates = 7;booleandouble value_num = 5;booleanstring value_string = 6;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
-
getId
long getId()int64 id = 1;- Returns:
- The id.
-
hasExternalId
boolean hasExternalId()optional string external_id = 2;- Returns:
- Whether the externalId field is set.
-
getExternalId
String getExternalId()optional string external_id = 2;- Returns:
- The externalId.
-
getExternalIdBytes
com.google.protobuf.ByteString getExternalIdBytes()optional string external_id = 2;- Returns:
- The bytes for externalId.
-
hasIsStep
boolean hasIsStep()optional bool is_step = 3;- Returns:
- Whether the isStep field is set.
-
getIsStep
boolean getIsStep()optional bool is_step = 3;- Returns:
- The isStep.
-
getTimestamp
long getTimestamp()int64 timestamp = 4;- Returns:
- The timestamp.
-
hasValueNum
boolean hasValueNum()double value_num = 5;- Returns:
- Whether the valueNum field is set.
-
getValueNum
double getValueNum()double value_num = 5;- Returns:
- The valueNum.
-
hasValueString
boolean hasValueString()string value_string = 6;- Returns:
- Whether the valueString field is set.
-
getValueString
String getValueString()string value_string = 6;- Returns:
- The valueString.
-
getValueStringBytes
com.google.protobuf.ByteString getValueStringBytes()string value_string = 6;- Returns:
- The bytes for valueString.
-
hasValueAggregates
boolean hasValueAggregates().com.cognite.client.dto.TimeseriesPoint.Aggregates value_aggregates = 7;- Returns:
- Whether the valueAggregates field is set.
-
getValueAggregates
TimeseriesPoint.Aggregates getValueAggregates().com.cognite.client.dto.TimeseriesPoint.Aggregates value_aggregates = 7;- Returns:
- The valueAggregates.
-
getValueAggregatesOrBuilder
TimeseriesPoint.AggregatesOrBuilder getValueAggregatesOrBuilder().com.cognite.client.dto.TimeseriesPoint.Aggregates value_aggregates = 7; -
getDatapointTypeCase
TimeseriesPoint.DatapointTypeCase getDatapointTypeCase()
-