Interface SignalConnectionMessages.SignalResponseMessage.SampleDataOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
SignalConnectionMessages.SignalResponseMessage.SampleData
,SignalConnectionMessages.SignalResponseMessage.SampleData.Builder
- Enclosing class:
- SignalConnectionMessages.SignalResponseMessage
public static interface SignalConnectionMessages.SignalResponseMessage.SampleDataOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionboolean
optional bool booleanValue = 6;
GOOD or BADdouble
The sample value.long
optional int64 longValue = 4;
optional string stringValue = 5;
com.google.protobuf.ByteString
optional string stringValue = 5;
long
The sample key, as nanoseconds since Unix epochboolean
optional bool booleanValue = 6;
boolean
GOOD or BADboolean
The sample value.boolean
optional int64 longValue = 4;
boolean
optional string stringValue = 5;
boolean
The sample key, as nanoseconds since Unix epochMethods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasTimestamp
boolean hasTimestamp()The sample key, as nanoseconds since Unix epoch
required int64 timestamp = 1;
- Returns:
- Whether the timestamp field is set.
-
getTimestamp
long getTimestamp()The sample key, as nanoseconds since Unix epoch
required int64 timestamp = 1;
- Returns:
- The timestamp.
-
hasDataStatus
boolean hasDataStatus()GOOD or BAD
optional .com.seeq.link.messages.connector.signal.DataStatus dataStatus = 2;
- Returns:
- Whether the dataStatus field is set.
-
getDataStatus
SignalConnectionMessages.DataStatus getDataStatus()GOOD or BAD
optional .com.seeq.link.messages.connector.signal.DataStatus dataStatus = 2;
- Returns:
- The dataStatus.
-
hasDoubleValue
boolean hasDoubleValue()The sample value. Populate just the *Value that matches the data type (longValue for a long, etc.)
optional double doubleValue = 3;
- Returns:
- Whether the doubleValue field is set.
-
getDoubleValue
double getDoubleValue()The sample value. Populate just the *Value that matches the data type (longValue for a long, etc.)
optional double doubleValue = 3;
- Returns:
- The doubleValue.
-
hasLongValue
boolean hasLongValue()optional int64 longValue = 4;
- Returns:
- Whether the longValue field is set.
-
getLongValue
long getLongValue()optional int64 longValue = 4;
- Returns:
- The longValue.
-
hasStringValue
boolean hasStringValue()optional string stringValue = 5;
- Returns:
- Whether the stringValue field is set.
-
getStringValue
String getStringValue()optional string stringValue = 5;
- Returns:
- The stringValue.
-
getStringValueBytes
com.google.protobuf.ByteString getStringValueBytes()optional string stringValue = 5;
- Returns:
- The bytes for stringValue.
-
hasBooleanValue
boolean hasBooleanValue()optional bool booleanValue = 6;
- Returns:
- Whether the booleanValue field is set.
-
getBooleanValue
boolean getBooleanValue()optional bool booleanValue = 6;
- Returns:
- The booleanValue.
-