Interface ClearanceOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    Clearance, Clearance.Builder

    public interface ClearanceOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      int getIssuedBy()
      optional int32 issuedBy = 2;
      com.google.protobuf.Timestamp getIssueTime()
      optional .google.protobuf.Timestamp issueTime = 3;
      com.google.protobuf.TimestampOrBuilder getIssueTimeOrBuilder()
      optional .google.protobuf.Timestamp issueTime = 3;
      String getLevel()
      optional string level = 1;
      com.google.protobuf.ByteString getLevelBytes()
      optional string level = 1;
      boolean hasIssuedBy()
      optional int32 issuedBy = 2;
      boolean hasIssueTime()
      optional .google.protobuf.Timestamp issueTime = 3;
      boolean hasLevel()
      optional string level = 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 Detail

      • hasLevel

        boolean hasLevel()
        optional string level = 1;
      • getLevel

        String getLevel()
        optional string level = 1;
      • getLevelBytes

        com.google.protobuf.ByteString getLevelBytes()
        optional string level = 1;
      • hasIssuedBy

        boolean hasIssuedBy()
        optional int32 issuedBy = 2;
      • getIssuedBy

        int getIssuedBy()
        optional int32 issuedBy = 2;
      • hasIssueTime

        boolean hasIssueTime()
        optional .google.protobuf.Timestamp issueTime = 3;
      • getIssueTime

        com.google.protobuf.Timestamp getIssueTime()
        optional .google.protobuf.Timestamp issueTime = 3;
      • getIssueTimeOrBuilder

        com.google.protobuf.TimestampOrBuilder getIssueTimeOrBuilder()
        optional .google.protobuf.Timestamp issueTime = 3;