Interface HistoryDataProto.ValuePBOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
HistoryDataProto.ValuePB
,HistoryDataProto.ValuePB.Builder
- Enclosing class:
- HistoryDataProto
public static interface HistoryDataProto.ValuePBOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiondouble
double doubleValue = 4;
long
sint64 intValue = 3;
int
int32 quality = 2;
string stringValue = 5;
com.google.protobuf.ByteString
string stringValue = 5;
long
int64 timestamp = 1;
boolean
double doubleValue = 4;
boolean
sint64 intValue = 3;
boolean
string stringValue = 5;
Methods 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
-
getTimestamp
long getTimestamp()int64 timestamp = 1;
- Returns:
- The timestamp.
-
getQuality
int getQuality()int32 quality = 2;
- Returns:
- The quality.
-
hasIntValue
boolean hasIntValue()sint64 intValue = 3;
- Returns:
- Whether the intValue field is set.
-
getIntValue
long getIntValue()sint64 intValue = 3;
- Returns:
- The intValue.
-
hasDoubleValue
boolean hasDoubleValue()double doubleValue = 4;
- Returns:
- Whether the doubleValue field is set.
-
getDoubleValue
double getDoubleValue()double doubleValue = 4;
- Returns:
- The doubleValue.
-
hasStringValue
boolean hasStringValue()string stringValue = 5;
- Returns:
- Whether the stringValue field is set.
-
getStringValue
String getStringValue()string stringValue = 5;
- Returns:
- The stringValue.
-
getStringValueBytes
com.google.protobuf.ByteString getStringValueBytes()string stringValue = 5;
- Returns:
- The bytes for stringValue.
-
getValCase
HistoryDataProto.ValuePB.ValCase getValCase()
-