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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TimeseriesPoint.DatapointTypeCasegetDatapointTypeCase()StringgetExternalId()optional string external_id = 2;com.google.protobuf.ByteStringgetExternalIdBytes()optional string external_id = 2;longgetId()int64 id = 1;booleangetIsStep()optional bool is_step = 3;longgetTimestamp()int64 timestamp = 4;TimeseriesPoint.AggregatesgetValueAggregates().com.cognite.client.dto.TimeseriesPoint.Aggregates value_aggregates = 7;TimeseriesPoint.AggregatesOrBuildergetValueAggregatesOrBuilder().com.cognite.client.dto.TimeseriesPoint.Aggregates value_aggregates = 7;doublegetValueNum()double value_num = 5;StringgetValueString()string value_string = 6;com.google.protobuf.ByteStringgetValueStringBytes()string value_string = 6;booleanhasExternalId()optional string external_id = 2;booleanhasIsStep()optional bool is_step = 3;booleanhasValueAggregates().com.cognite.client.dto.TimeseriesPoint.Aggregates value_aggregates = 7;booleanhasValueNum()double value_num = 5;booleanhasValueString()string value_string = 6;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
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()
-
-