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
Modifier and TypeMethodDescriptionbooleanoptional bool hasCommandPrivileges = 5;optional string issuedBy = 3;com.google.protobuf.ByteStringoptional string issuedBy = 3;com.google.protobuf.Timestampoptional .google.protobuf.Timestamp issueTime = 4;com.google.protobuf.TimestampOrBuilderoptional .google.protobuf.Timestamp issueTime = 4;getLevel()optional .yamcs.protobuf.mdb.SignificanceInfo.SignificanceLevelType level = 2;optional string username = 1;com.google.protobuf.ByteStringoptional string username = 1;booleanoptional bool hasCommandPrivileges = 5;booleanoptional string issuedBy = 3;booleanoptional .google.protobuf.Timestamp issueTime = 4;booleanhasLevel()optional .yamcs.protobuf.mdb.SignificanceInfo.SignificanceLevelType level = 2;booleanoptional string username = 1;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasUsername
boolean hasUsername()optional string username = 1;- Returns:
- Whether the username field is set.
-
getUsername
String getUsername()optional string username = 1;- Returns:
- The username.
-
getUsernameBytes
com.google.protobuf.ByteString getUsernameBytes()optional string username = 1;- Returns:
- The bytes for username.
-
hasLevel
boolean hasLevel()optional .yamcs.protobuf.mdb.SignificanceInfo.SignificanceLevelType level = 2;- Returns:
- Whether the level field is set.
-
getLevel
Mdb.SignificanceInfo.SignificanceLevelType getLevel()optional .yamcs.protobuf.mdb.SignificanceInfo.SignificanceLevelType level = 2;- Returns:
- The level.
-
hasIssuedBy
boolean hasIssuedBy()optional string issuedBy = 3;- Returns:
- Whether the issuedBy field is set.
-
getIssuedBy
String getIssuedBy()optional string issuedBy = 3;- Returns:
- The issuedBy.
-
getIssuedByBytes
com.google.protobuf.ByteString getIssuedByBytes()optional string issuedBy = 3;- Returns:
- The bytes for issuedBy.
-
hasIssueTime
boolean hasIssueTime()optional .google.protobuf.Timestamp issueTime = 4;- Returns:
- Whether the issueTime field is set.
-
getIssueTime
com.google.protobuf.Timestamp getIssueTime()optional .google.protobuf.Timestamp issueTime = 4;- Returns:
- The issueTime.
-
getIssueTimeOrBuilder
com.google.protobuf.TimestampOrBuilder getIssueTimeOrBuilder()optional .google.protobuf.Timestamp issueTime = 4; -
hasHasCommandPrivileges
boolean hasHasCommandPrivileges()optional bool hasCommandPrivileges = 5;- Returns:
- Whether the hasCommandPrivileges field is set.
-
getHasCommandPrivileges
boolean getHasCommandPrivileges()optional bool hasCommandPrivileges = 5;- Returns:
- The hasCommandPrivileges.
-