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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetExternalId()string external_id = 2;com.google.protobuf.ByteStringgetExternalIdBytes()string external_id = 2;longgetId()int64 id = 1;TimeseriesPointPost.IdTypeCasegetIdTypeCase()booleangetIsStep()bool isStep = 6;longgetTimestamp()int64 timestamp = 3;doublegetValueNum()double value_num = 4;StringgetValueString()string value_string = 5;com.google.protobuf.ByteStringgetValueStringBytes()string value_string = 5;TimeseriesPointPost.ValueTypeCasegetValueTypeCase()booleanhasExternalId()string external_id = 2;booleanhasId()int64 id = 1;booleanhasValueNum()double value_num = 4;booleanhasValueString()string value_string = 5;-
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.
-
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()
-
-