Package org.yamcs.protobuf
Interface ClearanceInfoOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ClearanceInfo,ClearanceInfo.Builder
public interface ClearanceInfoOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetIssuedBy()optional string issuedBy = 3;com.google.protobuf.ByteStringgetIssuedByBytes()optional string issuedBy = 3;com.google.protobuf.TimestampgetIssueTime()optional .google.protobuf.Timestamp issueTime = 4;com.google.protobuf.TimestampOrBuildergetIssueTimeOrBuilder()optional .google.protobuf.Timestamp issueTime = 4;Mdb.SignificanceInfo.SignificanceLevelTypegetLevel()optional .yamcs.protobuf.mdb.SignificanceInfo.SignificanceLevelType level = 2;StringgetUsername()optional string username = 1;com.google.protobuf.ByteStringgetUsernameBytes()optional string username = 1;booleanhasIssuedBy()optional string issuedBy = 3;booleanhasIssueTime()optional .google.protobuf.Timestamp issueTime = 4;booleanhasLevel()optional .yamcs.protobuf.mdb.SignificanceInfo.SignificanceLevelType level = 2;booleanhasUsername()optional string username = 1;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasUsername
boolean hasUsername()
optional string username = 1;
-
getUsername
String getUsername()
optional string username = 1;
-
getUsernameBytes
com.google.protobuf.ByteString getUsernameBytes()
optional string username = 1;
-
hasLevel
boolean hasLevel()
optional .yamcs.protobuf.mdb.SignificanceInfo.SignificanceLevelType level = 2;
-
getLevel
Mdb.SignificanceInfo.SignificanceLevelType getLevel()
optional .yamcs.protobuf.mdb.SignificanceInfo.SignificanceLevelType level = 2;
-
hasIssuedBy
boolean hasIssuedBy()
optional string issuedBy = 3;
-
getIssuedBy
String getIssuedBy()
optional string issuedBy = 3;
-
getIssuedByBytes
com.google.protobuf.ByteString getIssuedByBytes()
optional string issuedBy = 3;
-
hasIssueTime
boolean hasIssueTime()
optional .google.protobuf.Timestamp issueTime = 4;
-
getIssueTime
com.google.protobuf.Timestamp getIssueTime()
optional .google.protobuf.Timestamp issueTime = 4;
-
getIssueTimeOrBuilder
com.google.protobuf.TimestampOrBuilder getIssueTimeOrBuilder()
optional .google.protobuf.Timestamp issueTime = 4;
-
-