Interface AccountRecordOrBuilder

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

    public interface AccountRecordOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • 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;
      • hasDisplayName

        boolean hasDisplayName()
        optional string displayName = 3;
      • getDisplayName

        String getDisplayName()
        optional string displayName = 3;
      • getDisplayNameBytes

        com.google.protobuf.ByteString getDisplayNameBytes()
        optional string displayName = 3;
      • hasActive

        boolean hasActive()
        optional bool active = 4;
      • getActive

        boolean getActive()
        optional bool active = 4;
      • hasCreatedBy

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

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

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

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

        com.google.protobuf.TimestampOrBuilder getCreationTimeOrBuilder()
        optional .google.protobuf.Timestamp creationTime = 6;
      • hasConfirmationTime

        boolean hasConfirmationTime()
        optional .google.protobuf.Timestamp confirmationTime = 7;
      • getConfirmationTime

        com.google.protobuf.Timestamp getConfirmationTime()
        optional .google.protobuf.Timestamp confirmationTime = 7;
      • getConfirmationTimeOrBuilder

        com.google.protobuf.TimestampOrBuilder getConfirmationTimeOrBuilder()
        optional .google.protobuf.Timestamp confirmationTime = 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;
      • hasUserDetail

        boolean hasUserDetail()
        optional .UserAccountRecordDetail userDetail = 9;
      • hasServiceDetail

        boolean hasServiceDetail()
        optional .ServiceAccountRecordDetail serviceDetail = 10;