Interface ApplicationRecordOrBuilder

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

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

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getClientHash()
      optional string clientHash = 4;
      com.google.protobuf.ByteString getClientHashBytes()
      optional string clientHash = 4;
      String getClientId()
      optional string clientId = 3;
      com.google.protobuf.ByteString getClientIdBytes()
      optional string clientId = 3;
      int getCreatedBy()
      optional int32 createdBy = 6;
      com.google.protobuf.Timestamp getCreationTime()
      optional .google.protobuf.Timestamp creationTime = 7;
      com.google.protobuf.TimestampOrBuilder getCreationTimeOrBuilder()
      optional .google.protobuf.Timestamp creationTime = 7;
      int getId()
      optional int32 id = 1;
      com.google.protobuf.Timestamp getLastLoginTime()
      optional .google.protobuf.Timestamp lastLoginTime = 8;
      com.google.protobuf.TimestampOrBuilder getLastLoginTimeOrBuilder()
      optional .google.protobuf.Timestamp lastLoginTime = 8;
      String getName()
      optional string name = 2;
      com.google.protobuf.ByteString getNameBytes()
      optional string name = 2;
      String getScopes​(int index)
      repeated string scopes = 5;
      com.google.protobuf.ByteString getScopesBytes​(int index)
      repeated string scopes = 5;
      int getScopesCount()
      repeated string scopes = 5;
      List<String> getScopesList()
      repeated string scopes = 5;
      boolean hasClientHash()
      optional string clientHash = 4;
      boolean hasClientId()
      optional string clientId = 3;
      boolean hasCreatedBy()
      optional int32 createdBy = 6;
      boolean hasCreationTime()
      optional .google.protobuf.Timestamp creationTime = 7;
      boolean hasId()
      optional int32 id = 1;
      boolean hasLastLoginTime()
      optional .google.protobuf.Timestamp lastLoginTime = 8;
      boolean hasName()
      optional string name = 2;
      • 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

      • hasId

        boolean hasId()
        optional int32 id = 1;
      • getId

        int getId()
        optional int32 id = 1;
      • hasName

        boolean hasName()
        optional string name = 2;
      • getName

        String getName()
        optional string name = 2;
      • getNameBytes

        com.google.protobuf.ByteString getNameBytes()
        optional string name = 2;
      • hasClientId

        boolean hasClientId()
        optional string clientId = 3;
      • getClientId

        String getClientId()
        optional string clientId = 3;
      • getClientIdBytes

        com.google.protobuf.ByteString getClientIdBytes()
        optional string clientId = 3;
      • hasClientHash

        boolean hasClientHash()
        optional string clientHash = 4;
      • getClientHash

        String getClientHash()
        optional string clientHash = 4;
      • getClientHashBytes

        com.google.protobuf.ByteString getClientHashBytes()
        optional string clientHash = 4;
      • getScopesList

        List<String> getScopesList()
        repeated string scopes = 5;
      • getScopesCount

        int getScopesCount()
        repeated string scopes = 5;
      • getScopes

        String getScopes​(int index)
        repeated string scopes = 5;
      • getScopesBytes

        com.google.protobuf.ByteString getScopesBytes​(int index)
        repeated string scopes = 5;
      • hasCreatedBy

        boolean hasCreatedBy()
        optional int32 createdBy = 6;
      • getCreatedBy

        int getCreatedBy()
        optional int32 createdBy = 6;
      • hasCreationTime

        boolean hasCreationTime()
        optional .google.protobuf.Timestamp creationTime = 7;
      • getCreationTime

        com.google.protobuf.Timestamp getCreationTime()
        optional .google.protobuf.Timestamp creationTime = 7;
      • getCreationTimeOrBuilder

        com.google.protobuf.TimestampOrBuilder getCreationTimeOrBuilder()
        optional .google.protobuf.Timestamp creationTime = 7;
      • hasLastLoginTime

        boolean hasLastLoginTime()
        optional .google.protobuf.Timestamp lastLoginTime = 8;
      • getLastLoginTime

        com.google.protobuf.Timestamp getLastLoginTime()
        optional .google.protobuf.Timestamp lastLoginTime = 8;
      • getLastLoginTimeOrBuilder

        com.google.protobuf.TimestampOrBuilder getLastLoginTimeOrBuilder()
        optional .google.protobuf.Timestamp lastLoginTime = 8;