Package org.yamcs.protobuf.alarms
Interface ListParameterAlarmsRequestOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ListParameterAlarmsRequest,ListParameterAlarmsRequest.Builder
public interface ListParameterAlarmsRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleangetDetail()optional bool detail = 8;StringgetInstance()optional string instance = 1;com.google.protobuf.ByteStringgetInstanceBytes()optional string instance = 1;intgetLimit()optional int32 limit = 4;StringgetOrder()optional string order = 7;com.google.protobuf.ByteStringgetOrderBytes()optional string order = 7;StringgetParameter()optional string parameter = 2;com.google.protobuf.ByteStringgetParameterBytes()optional string parameter = 2;longgetPos()optional int64 pos = 3;com.google.protobuf.TimestampgetStart()optional .google.protobuf.Timestamp start = 5;com.google.protobuf.TimestampOrBuildergetStartOrBuilder()optional .google.protobuf.Timestamp start = 5;com.google.protobuf.TimestampgetStop()optional .google.protobuf.Timestamp stop = 6;com.google.protobuf.TimestampOrBuildergetStopOrBuilder()optional .google.protobuf.Timestamp stop = 6;booleanhasDetail()optional bool detail = 8;booleanhasInstance()optional string instance = 1;booleanhasLimit()optional int32 limit = 4;booleanhasOrder()optional string order = 7;booleanhasParameter()optional string parameter = 2;booleanhasPos()optional int64 pos = 3;booleanhasStart()optional .google.protobuf.Timestamp start = 5;booleanhasStop()optional .google.protobuf.Timestamp stop = 6;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasInstance
boolean hasInstance()
optional string instance = 1;
-
getInstance
String getInstance()
optional string instance = 1;
-
getInstanceBytes
com.google.protobuf.ByteString getInstanceBytes()
optional string instance = 1;
-
hasParameter
boolean hasParameter()
optional string parameter = 2;
-
getParameter
String getParameter()
optional string parameter = 2;
-
getParameterBytes
com.google.protobuf.ByteString getParameterBytes()
optional string parameter = 2;
-
hasPos
boolean hasPos()
optional int64 pos = 3;
-
getPos
long getPos()
optional int64 pos = 3;
-
hasLimit
boolean hasLimit()
optional int32 limit = 4;
-
getLimit
int getLimit()
optional int32 limit = 4;
-
hasStart
boolean hasStart()
optional .google.protobuf.Timestamp start = 5;
-
getStart
com.google.protobuf.Timestamp getStart()
optional .google.protobuf.Timestamp start = 5;
-
getStartOrBuilder
com.google.protobuf.TimestampOrBuilder getStartOrBuilder()
optional .google.protobuf.Timestamp start = 5;
-
hasStop
boolean hasStop()
optional .google.protobuf.Timestamp stop = 6;
-
getStop
com.google.protobuf.Timestamp getStop()
optional .google.protobuf.Timestamp stop = 6;
-
getStopOrBuilder
com.google.protobuf.TimestampOrBuilder getStopOrBuilder()
optional .google.protobuf.Timestamp stop = 6;
-
hasOrder
boolean hasOrder()
optional string order = 7;
-
getOrder
String getOrder()
optional string order = 7;
-
getOrderBytes
com.google.protobuf.ByteString getOrderBytes()
optional string order = 7;
-
hasDetail
boolean hasDetail()
optional bool detail = 8;
-
getDetail
boolean getDetail()
optional bool detail = 8;
-
-