Class AccountRecord

java.lang.Object
com.google.protobuf.AbstractMessageLite
com.google.protobuf.AbstractMessage
com.google.protobuf.GeneratedMessageV3
org.yamcs.security.protobuf.AccountRecord
All Implemented Interfaces:
com.google.protobuf.Message, com.google.protobuf.MessageLite, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Serializable, AccountRecordOrBuilder

public final class AccountRecord extends com.google.protobuf.GeneratedMessageV3 implements AccountRecordOrBuilder
Protobuf type AccountRecord
See Also:
  • Field Details

  • Method Details

    • newInstance

      protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
      Overrides:
      newInstance in class com.google.protobuf.GeneratedMessageV3
    • getUnknownFields

      public final com.google.protobuf.UnknownFieldSet getUnknownFields()
      Specified by:
      getUnknownFields in interface com.google.protobuf.MessageOrBuilder
      Overrides:
      getUnknownFields in class com.google.protobuf.GeneratedMessageV3
    • getDescriptor

      public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
    • internalGetFieldAccessorTable

      protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
      Specified by:
      internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3
    • getAccountTypeCase

      public AccountRecord.AccountTypeCase getAccountTypeCase()
      Specified by:
      getAccountTypeCase in interface AccountRecordOrBuilder
    • hasId

      public boolean hasId()
      optional int32 id = 1;
      Specified by:
      hasId in interface AccountRecordOrBuilder
      Returns:
      Whether the id field is set.
    • getId

      public int getId()
      optional int32 id = 1;
      Specified by:
      getId in interface AccountRecordOrBuilder
      Returns:
      The id.
    • hasName

      public boolean hasName()
      optional string name = 2;
      Specified by:
      hasName in interface AccountRecordOrBuilder
      Returns:
      Whether the name field is set.
    • getName

      public String getName()
      optional string name = 2;
      Specified by:
      getName in interface AccountRecordOrBuilder
      Returns:
      The name.
    • getNameBytes

      public com.google.protobuf.ByteString getNameBytes()
      optional string name = 2;
      Specified by:
      getNameBytes in interface AccountRecordOrBuilder
      Returns:
      The bytes for name.
    • hasDisplayName

      public boolean hasDisplayName()
      optional string displayName = 3;
      Specified by:
      hasDisplayName in interface AccountRecordOrBuilder
      Returns:
      Whether the displayName field is set.
    • getDisplayName

      public String getDisplayName()
      optional string displayName = 3;
      Specified by:
      getDisplayName in interface AccountRecordOrBuilder
      Returns:
      The displayName.
    • getDisplayNameBytes

      public com.google.protobuf.ByteString getDisplayNameBytes()
      optional string displayName = 3;
      Specified by:
      getDisplayNameBytes in interface AccountRecordOrBuilder
      Returns:
      The bytes for displayName.
    • hasActive

      public boolean hasActive()
      optional bool active = 4;
      Specified by:
      hasActive in interface AccountRecordOrBuilder
      Returns:
      Whether the active field is set.
    • getActive

      public boolean getActive()
      optional bool active = 4;
      Specified by:
      getActive in interface AccountRecordOrBuilder
      Returns:
      The active.
    • hasCreatedBy

      public boolean hasCreatedBy()
      optional int32 createdBy = 5;
      Specified by:
      hasCreatedBy in interface AccountRecordOrBuilder
      Returns:
      Whether the createdBy field is set.
    • getCreatedBy

      public int getCreatedBy()
      optional int32 createdBy = 5;
      Specified by:
      getCreatedBy in interface AccountRecordOrBuilder
      Returns:
      The createdBy.
    • hasCreationTime

      public boolean hasCreationTime()
      optional .google.protobuf.Timestamp creationTime = 6;
      Specified by:
      hasCreationTime in interface AccountRecordOrBuilder
      Returns:
      Whether the creationTime field is set.
    • getCreationTime

      public com.google.protobuf.Timestamp getCreationTime()
      optional .google.protobuf.Timestamp creationTime = 6;
      Specified by:
      getCreationTime in interface AccountRecordOrBuilder
      Returns:
      The creationTime.
    • getCreationTimeOrBuilder

      public com.google.protobuf.TimestampOrBuilder getCreationTimeOrBuilder()
      optional .google.protobuf.Timestamp creationTime = 6;
      Specified by:
      getCreationTimeOrBuilder in interface AccountRecordOrBuilder
    • hasConfirmationTime

      public boolean hasConfirmationTime()
      optional .google.protobuf.Timestamp confirmationTime = 7;
      Specified by:
      hasConfirmationTime in interface AccountRecordOrBuilder
      Returns:
      Whether the confirmationTime field is set.
    • getConfirmationTime

      public com.google.protobuf.Timestamp getConfirmationTime()
      optional .google.protobuf.Timestamp confirmationTime = 7;
      Specified by:
      getConfirmationTime in interface AccountRecordOrBuilder
      Returns:
      The confirmationTime.
    • getConfirmationTimeOrBuilder

      public com.google.protobuf.TimestampOrBuilder getConfirmationTimeOrBuilder()
      optional .google.protobuf.Timestamp confirmationTime = 7;
      Specified by:
      getConfirmationTimeOrBuilder in interface AccountRecordOrBuilder
    • hasLastLoginTime

      public boolean hasLastLoginTime()
      optional .google.protobuf.Timestamp lastLoginTime = 8;
      Specified by:
      hasLastLoginTime in interface AccountRecordOrBuilder
      Returns:
      Whether the lastLoginTime field is set.
    • getLastLoginTime

      public com.google.protobuf.Timestamp getLastLoginTime()
      optional .google.protobuf.Timestamp lastLoginTime = 8;
      Specified by:
      getLastLoginTime in interface AccountRecordOrBuilder
      Returns:
      The lastLoginTime.
    • getLastLoginTimeOrBuilder

      public com.google.protobuf.TimestampOrBuilder getLastLoginTimeOrBuilder()
      optional .google.protobuf.Timestamp lastLoginTime = 8;
      Specified by:
      getLastLoginTimeOrBuilder in interface AccountRecordOrBuilder
    • hasUserDetail

      public boolean hasUserDetail()
      .UserAccountRecordDetail userDetail = 9;
      Specified by:
      hasUserDetail in interface AccountRecordOrBuilder
      Returns:
      Whether the userDetail field is set.
    • getUserDetail

      public UserAccountRecordDetail getUserDetail()
      .UserAccountRecordDetail userDetail = 9;
      Specified by:
      getUserDetail in interface AccountRecordOrBuilder
      Returns:
      The userDetail.
    • getUserDetailOrBuilder

      public UserAccountRecordDetailOrBuilder getUserDetailOrBuilder()
      .UserAccountRecordDetail userDetail = 9;
      Specified by:
      getUserDetailOrBuilder in interface AccountRecordOrBuilder
    • hasServiceDetail

      public boolean hasServiceDetail()
      .ServiceAccountRecordDetail serviceDetail = 10;
      Specified by:
      hasServiceDetail in interface AccountRecordOrBuilder
      Returns:
      Whether the serviceDetail field is set.
    • getServiceDetail

      public ServiceAccountRecordDetail getServiceDetail()
      .ServiceAccountRecordDetail serviceDetail = 10;
      Specified by:
      getServiceDetail in interface AccountRecordOrBuilder
      Returns:
      The serviceDetail.
    • getServiceDetailOrBuilder

      public ServiceAccountRecordDetailOrBuilder getServiceDetailOrBuilder()
      .ServiceAccountRecordDetail serviceDetail = 10;
      Specified by:
      getServiceDetailOrBuilder in interface AccountRecordOrBuilder
    • isInitialized

      public final boolean isInitialized()
      Specified by:
      isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
      Overrides:
      isInitialized in class com.google.protobuf.GeneratedMessageV3
    • writeTo

      public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException
      Specified by:
      writeTo in interface com.google.protobuf.MessageLite
      Overrides:
      writeTo in class com.google.protobuf.GeneratedMessageV3
      Throws:
      IOException
    • getSerializedSize

      public int getSerializedSize()
      Specified by:
      getSerializedSize in interface com.google.protobuf.MessageLite
      Overrides:
      getSerializedSize in class com.google.protobuf.GeneratedMessageV3
    • equals

      public boolean equals(Object obj)
      Specified by:
      equals in interface com.google.protobuf.Message
      Overrides:
      equals in class com.google.protobuf.AbstractMessage
    • hashCode

      public int hashCode()
      Specified by:
      hashCode in interface com.google.protobuf.Message
      Overrides:
      hashCode in class com.google.protobuf.AbstractMessage
    • parseFrom

      public static AccountRecord parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static AccountRecord parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static AccountRecord parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static AccountRecord parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static AccountRecord parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static AccountRecord parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static AccountRecord parseFrom(InputStream input) throws IOException
      Throws:
      IOException
    • parseFrom

      public static AccountRecord parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • parseDelimitedFrom

      public static AccountRecord parseDelimitedFrom(InputStream input) throws IOException
      Throws:
      IOException
    • parseDelimitedFrom

      public static AccountRecord parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • parseFrom

      public static AccountRecord parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
      Throws:
      IOException
    • parseFrom

      public static AccountRecord parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • newBuilderForType

      public AccountRecord.Builder newBuilderForType()
      Specified by:
      newBuilderForType in interface com.google.protobuf.Message
      Specified by:
      newBuilderForType in interface com.google.protobuf.MessageLite
    • newBuilder

      public static AccountRecord.Builder newBuilder()
    • newBuilder

      public static AccountRecord.Builder newBuilder(AccountRecord prototype)
    • toBuilder

      public AccountRecord.Builder toBuilder()
      Specified by:
      toBuilder in interface com.google.protobuf.Message
      Specified by:
      toBuilder in interface com.google.protobuf.MessageLite
    • newBuilderForType

      protected AccountRecord.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
      Specified by:
      newBuilderForType in class com.google.protobuf.GeneratedMessageV3
    • getDefaultInstance

      public static AccountRecord getDefaultInstance()
    • parser

      public static com.google.protobuf.Parser<AccountRecord> parser()
    • getParserForType

      public com.google.protobuf.Parser<AccountRecord> getParserForType()
      Specified by:
      getParserForType in interface com.google.protobuf.Message
      Specified by:
      getParserForType in interface com.google.protobuf.MessageLite
      Overrides:
      getParserForType in class com.google.protobuf.GeneratedMessageV3
    • getDefaultInstanceForType

      public AccountRecord getDefaultInstanceForType()
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder