Package com.cognite.client.dto
Interface TimeseriesPointPostOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
TimeseriesPointPost,TimeseriesPointPost.Builder
public interface TimeseriesPointPostOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionstring external_id = 2;com.google.protobuf.ByteStringstring external_id = 2;longgetId()int64 id = 1;booleanbool isStep = 6;longint64 timestamp = 3;doubledouble value_num = 4;string value_string = 5;com.google.protobuf.ByteStringstring value_string = 5;booleanstring external_id = 2;booleanhasId()int64 id = 1;booleandouble value_num = 4;booleanstring value_string = 5;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.
-
getTimestamp
long getTimestamp()int64 timestamp = 3;- Returns:
- The timestamp.
-
hasValueNum
boolean hasValueNum()double value_num = 4;- Returns:
- Whether the valueNum field is set.
-
getValueNum
double getValueNum()double value_num = 4;- Returns:
- The valueNum.
-
hasValueString
boolean hasValueString()string value_string = 5;- Returns:
- Whether the valueString field is set.
-
getValueString
String getValueString()string value_string = 5;- Returns:
- The valueString.
-
getValueStringBytes
com.google.protobuf.ByteString getValueStringBytes()string value_string = 5;- Returns:
- The bytes for valueString.
-
getIsStep
boolean getIsStep()bool isStep = 6;- Returns:
- The isStep.
-
getIdTypeCase
TimeseriesPointPost.IdTypeCase getIdTypeCase() -
getValueTypeCase
TimeseriesPointPost.ValueTypeCase getValueTypeCase()
-