Package org.yamcs.security.protobuf
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 Summary
Modifier and TypeMethodDescriptionboolean
optional bool active = 4;
com.google.protobuf.Timestamp
optional .google.protobuf.Timestamp confirmationTime = 7;
com.google.protobuf.TimestampOrBuilder
optional .google.protobuf.Timestamp confirmationTime = 7;
int
optional int32 createdBy = 5;
com.google.protobuf.Timestamp
optional .google.protobuf.Timestamp creationTime = 6;
com.google.protobuf.TimestampOrBuilder
optional .google.protobuf.Timestamp creationTime = 6;
optional string displayName = 3;
com.google.protobuf.ByteString
optional string displayName = 3;
int
getId()
optional int32 id = 1;
com.google.protobuf.Timestamp
optional .google.protobuf.Timestamp lastLoginTime = 8;
com.google.protobuf.TimestampOrBuilder
optional .google.protobuf.Timestamp lastLoginTime = 8;
getName()
optional string name = 2;
com.google.protobuf.ByteString
optional string name = 2;
.ServiceAccountRecordDetail serviceDetail = 10;
.ServiceAccountRecordDetail serviceDetail = 10;
.UserAccountRecordDetail userDetail = 9;
.UserAccountRecordDetail userDetail = 9;
boolean
optional bool active = 4;
boolean
optional .google.protobuf.Timestamp confirmationTime = 7;
boolean
optional int32 createdBy = 5;
boolean
optional .google.protobuf.Timestamp creationTime = 6;
boolean
optional string displayName = 3;
boolean
hasId()
optional int32 id = 1;
boolean
optional .google.protobuf.Timestamp lastLoginTime = 8;
boolean
hasName()
optional string name = 2;
boolean
.ServiceAccountRecordDetail serviceDetail = 10;
boolean
.UserAccountRecordDetail userDetail = 9;
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
-
hasId
boolean hasId()optional int32 id = 1;
- Returns:
- Whether the id field is set.
-
getId
int getId()optional int32 id = 1;
- Returns:
- The id.
-
hasName
boolean hasName()optional string name = 2;
- Returns:
- Whether the name field is set.
-
getName
String getName()optional string name = 2;
- Returns:
- The name.
-
getNameBytes
com.google.protobuf.ByteString getNameBytes()optional string name = 2;
- Returns:
- The bytes for name.
-
hasDisplayName
boolean hasDisplayName()optional string displayName = 3;
- Returns:
- Whether the displayName field is set.
-
getDisplayName
String getDisplayName()optional string displayName = 3;
- Returns:
- The displayName.
-
getDisplayNameBytes
com.google.protobuf.ByteString getDisplayNameBytes()optional string displayName = 3;
- Returns:
- The bytes for displayName.
-
hasActive
boolean hasActive()optional bool active = 4;
- Returns:
- Whether the active field is set.
-
getActive
boolean getActive()optional bool active = 4;
- Returns:
- The active.
-
hasCreatedBy
boolean hasCreatedBy()optional int32 createdBy = 5;
- Returns:
- Whether the createdBy field is set.
-
getCreatedBy
int getCreatedBy()optional int32 createdBy = 5;
- Returns:
- The createdBy.
-
hasCreationTime
boolean hasCreationTime()optional .google.protobuf.Timestamp creationTime = 6;
- Returns:
- Whether the creationTime field is set.
-
getCreationTime
com.google.protobuf.Timestamp getCreationTime()optional .google.protobuf.Timestamp creationTime = 6;
- Returns:
- The creationTime.
-
getCreationTimeOrBuilder
com.google.protobuf.TimestampOrBuilder getCreationTimeOrBuilder()optional .google.protobuf.Timestamp creationTime = 6;
-
hasConfirmationTime
boolean hasConfirmationTime()optional .google.protobuf.Timestamp confirmationTime = 7;
- Returns:
- Whether the confirmationTime field is set.
-
getConfirmationTime
com.google.protobuf.Timestamp getConfirmationTime()optional .google.protobuf.Timestamp confirmationTime = 7;
- Returns:
- The confirmationTime.
-
getConfirmationTimeOrBuilder
com.google.protobuf.TimestampOrBuilder getConfirmationTimeOrBuilder()optional .google.protobuf.Timestamp confirmationTime = 7;
-
hasLastLoginTime
boolean hasLastLoginTime()optional .google.protobuf.Timestamp lastLoginTime = 8;
- Returns:
- Whether the lastLoginTime field is set.
-
getLastLoginTime
com.google.protobuf.Timestamp getLastLoginTime()optional .google.protobuf.Timestamp lastLoginTime = 8;
- Returns:
- The lastLoginTime.
-
getLastLoginTimeOrBuilder
com.google.protobuf.TimestampOrBuilder getLastLoginTimeOrBuilder()optional .google.protobuf.Timestamp lastLoginTime = 8;
-
hasUserDetail
boolean hasUserDetail().UserAccountRecordDetail userDetail = 9;
- Returns:
- Whether the userDetail field is set.
-
getUserDetail
UserAccountRecordDetail getUserDetail().UserAccountRecordDetail userDetail = 9;
- Returns:
- The userDetail.
-
getUserDetailOrBuilder
UserAccountRecordDetailOrBuilder getUserDetailOrBuilder().UserAccountRecordDetail userDetail = 9;
-
hasServiceDetail
boolean hasServiceDetail().ServiceAccountRecordDetail serviceDetail = 10;
- Returns:
- Whether the serviceDetail field is set.
-
getServiceDetail
ServiceAccountRecordDetail getServiceDetail().ServiceAccountRecordDetail serviceDetail = 10;
- Returns:
- The serviceDetail.
-
getServiceDetailOrBuilder
ServiceAccountRecordDetailOrBuilder getServiceDetailOrBuilder().ServiceAccountRecordDetail serviceDetail = 10;
-
getAccountTypeCase
AccountRecord.AccountTypeCase getAccountTypeCase()
-