Package pbx
Interface Model.AccountEventOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
Model.AccountEvent,Model.AccountEvent.Builder
- Enclosing class:
- Model
public static interface Model.AccountEventOrBuilder extends com.google.protobuf.MessageLiteOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Model.CrudgetAction().pbx.Crud action = 1 [json_name = "action"];intgetActionValue().pbx.Crud action = 1 [json_name = "action"];Model.DefaultAcsModegetDefaultAcs().pbx.DefaultAcsMode default_acs = 3 [json_name = "defaultAcs"];com.google.protobuf.ByteStringgetPublic()bytes public = 4 [json_name = "public"];java.lang.StringgetTags(int index)Indexable tags for user discoverycom.google.protobuf.ByteStringgetTagsBytes(int index)Indexable tags for user discoveryintgetTagsCount()Indexable tags for user discoveryjava.util.List<java.lang.String>getTagsList()Indexable tags for user discoveryjava.lang.StringgetUserId()string user_id = 2 [json_name = "userId"];com.google.protobuf.ByteStringgetUserIdBytes()string user_id = 2 [json_name = "userId"];booleanhasDefaultAcs().pbx.DefaultAcsMode default_acs = 3 [json_name = "defaultAcs"];
-
-
-
Method Detail
-
getActionValue
int getActionValue()
.pbx.Crud action = 1 [json_name = "action"];- Returns:
- The enum numeric value on the wire for action.
-
getAction
Model.Crud getAction()
.pbx.Crud action = 1 [json_name = "action"];- Returns:
- The action.
-
getUserId
java.lang.String getUserId()
string user_id = 2 [json_name = "userId"];- Returns:
- The userId.
-
getUserIdBytes
com.google.protobuf.ByteString getUserIdBytes()
string user_id = 2 [json_name = "userId"];- Returns:
- The bytes for userId.
-
hasDefaultAcs
boolean hasDefaultAcs()
.pbx.DefaultAcsMode default_acs = 3 [json_name = "defaultAcs"];- Returns:
- Whether the defaultAcs field is set.
-
getDefaultAcs
Model.DefaultAcsMode getDefaultAcs()
.pbx.DefaultAcsMode default_acs = 3 [json_name = "defaultAcs"];- Returns:
- The defaultAcs.
-
getPublic
com.google.protobuf.ByteString getPublic()
bytes public = 4 [json_name = "public"];- Returns:
- The public.
-
getTagsList
java.util.List<java.lang.String> getTagsList()
Indexable tags for user discovery
repeated string tags = 8 [json_name = "tags"];- Returns:
- A list containing the tags.
-
getTagsCount
int getTagsCount()
Indexable tags for user discovery
repeated string tags = 8 [json_name = "tags"];- Returns:
- The count of tags.
-
getTags
java.lang.String getTags(int index)
Indexable tags for user discovery
repeated string tags = 8 [json_name = "tags"];- Parameters:
index- The index of the element to return.- Returns:
- The tags at the given index.
-
getTagsBytes
com.google.protobuf.ByteString getTagsBytes(int index)
Indexable tags for user discovery
repeated string tags = 8 [json_name = "tags"];- Parameters:
index- The index of the element to return.- Returns:
- The tags at the given index.
-
-