Package org.yamcs.protobuf
Interface Pvalue.TimeSeries.SampleOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Pvalue.TimeSeries.Sample,Pvalue.TimeSeries.Sample.Builder
- Enclosing class:
- Pvalue.TimeSeries
public static interface Pvalue.TimeSeries.SampleOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description doublegetAvg()optional double avg = 2;doublegetMax()optional double max = 4;doublegetMin()optional double min = 3;intgetN()optional int32 n = 5;StringgetTime()optional string time = 1;com.google.protobuf.ByteStringgetTimeBytes()optional string time = 1;booleanhasAvg()optional double avg = 2;booleanhasMax()optional double max = 4;booleanhasMin()optional double min = 3;booleanhasN()optional int32 n = 5;booleanhasTime()optional string time = 1;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasTime
boolean hasTime()
optional string time = 1;
-
getTime
String getTime()
optional string time = 1;
-
getTimeBytes
com.google.protobuf.ByteString getTimeBytes()
optional string time = 1;
-
hasAvg
boolean hasAvg()
optional double avg = 2;
-
getAvg
double getAvg()
optional double avg = 2;
-
hasMin
boolean hasMin()
optional double min = 3;
-
getMin
double getMin()
optional double min = 3;
-
hasMax
boolean hasMax()
optional double max = 4;
-
getMax
double getMax()
optional double max = 4;
-
hasN
boolean hasN()
optional int32 n = 5;
-
getN
int getN()
optional int32 n = 5;
-
-