Package org.yamcs.protobuf
Interface ShelveInfoOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ShelveInfo,ShelveInfo.Builder
public interface ShelveInfoOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetShelvedBy()optional string shelvedBy = 1;com.google.protobuf.ByteStringgetShelvedByBytes()optional string shelvedBy = 1;com.google.protobuf.TimestampgetShelveExpiration()when the shelving will expire (can be unset which means that it will never expire)com.google.protobuf.TimestampOrBuildergetShelveExpirationOrBuilder()when the shelving will expire (can be unset which means that it will never expire)StringgetShelveMessage()optional string shelveMessage = 2;com.google.protobuf.ByteStringgetShelveMessageBytes()optional string shelveMessage = 2;com.google.protobuf.TimestampgetShelveTime()optional .google.protobuf.Timestamp shelveTime = 3;com.google.protobuf.TimestampOrBuildergetShelveTimeOrBuilder()optional .google.protobuf.Timestamp shelveTime = 3;booleanhasShelvedBy()optional string shelvedBy = 1;booleanhasShelveExpiration()when the shelving will expire (can be unset which means that it will never expire)booleanhasShelveMessage()optional string shelveMessage = 2;booleanhasShelveTime()optional .google.protobuf.Timestamp shelveTime = 3;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasShelvedBy
boolean hasShelvedBy()
optional string shelvedBy = 1;
-
getShelvedBy
String getShelvedBy()
optional string shelvedBy = 1;
-
getShelvedByBytes
com.google.protobuf.ByteString getShelvedByBytes()
optional string shelvedBy = 1;
-
hasShelveMessage
boolean hasShelveMessage()
optional string shelveMessage = 2;
-
getShelveMessage
String getShelveMessage()
optional string shelveMessage = 2;
-
getShelveMessageBytes
com.google.protobuf.ByteString getShelveMessageBytes()
optional string shelveMessage = 2;
-
hasShelveTime
boolean hasShelveTime()
optional .google.protobuf.Timestamp shelveTime = 3;
-
getShelveTime
com.google.protobuf.Timestamp getShelveTime()
optional .google.protobuf.Timestamp shelveTime = 3;
-
getShelveTimeOrBuilder
com.google.protobuf.TimestampOrBuilder getShelveTimeOrBuilder()
optional .google.protobuf.Timestamp shelveTime = 3;
-
hasShelveExpiration
boolean hasShelveExpiration()
when the shelving will expire (can be unset which means that it will never expire)
optional .google.protobuf.Timestamp shelveExpiration = 4;
-
getShelveExpiration
com.google.protobuf.Timestamp getShelveExpiration()
when the shelving will expire (can be unset which means that it will never expire)
optional .google.protobuf.Timestamp shelveExpiration = 4;
-
getShelveExpirationOrBuilder
com.google.protobuf.TimestampOrBuilder getShelveExpirationOrBuilder()
when the shelving will expire (can be unset which means that it will never expire)
optional .google.protobuf.Timestamp shelveExpiration = 4;
-
-