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 Type
    Method
    Description
    boolean
    optional bool hasCommandPrivileges = 5;
    optional string issuedBy = 3;
    com.google.protobuf.ByteString
    optional string issuedBy = 3;
    com.google.protobuf.Timestamp
    optional .google.protobuf.Timestamp issueTime = 4;
    com.google.protobuf.TimestampOrBuilder
    optional .google.protobuf.Timestamp issueTime = 4;
    optional .yamcs.protobuf.mdb.SignificanceInfo.SignificanceLevelType level = 2;
    optional string username = 1;
    com.google.protobuf.ByteString
    optional string username = 1;
    boolean
    optional bool hasCommandPrivileges = 5;
    boolean
    optional string issuedBy = 3;
    boolean
    optional .google.protobuf.Timestamp issueTime = 4;
    boolean
    optional .yamcs.protobuf.mdb.SignificanceInfo.SignificanceLevelType level = 2;
    boolean
    optional string username = 1;

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods 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

      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.