Package pbx
Interface Model.SubscriptionEventOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
Model.SubscriptionEvent,Model.SubscriptionEvent.Builder
- Enclosing class:
- Model
public static interface Model.SubscriptionEventOrBuilder 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"];intgetDelId()int32 del_id = 4 [json_name = "delId"];Model.AccessModegetMode().pbx.AccessMode mode = 7 [json_name = "mode"];com.google.protobuf.ByteStringgetPrivate()bytes private = 8 [json_name = "private"];intgetReadId()int32 read_id = 5 [json_name = "readId"];intgetRecvId()int32 recv_id = 6 [json_name = "recvId"];java.lang.StringgetTopic()string topic = 2 [json_name = "topic"];com.google.protobuf.ByteStringgetTopicBytes()string topic = 2 [json_name = "topic"];java.lang.StringgetUserId()string user_id = 3 [json_name = "userId"];com.google.protobuf.ByteStringgetUserIdBytes()string user_id = 3 [json_name = "userId"];booleanhasMode().pbx.AccessMode mode = 7 [json_name = "mode"];
-
-
-
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.
-
getTopic
java.lang.String getTopic()
string topic = 2 [json_name = "topic"];- Returns:
- The topic.
-
getTopicBytes
com.google.protobuf.ByteString getTopicBytes()
string topic = 2 [json_name = "topic"];- Returns:
- The bytes for topic.
-
getUserId
java.lang.String getUserId()
string user_id = 3 [json_name = "userId"];- Returns:
- The userId.
-
getUserIdBytes
com.google.protobuf.ByteString getUserIdBytes()
string user_id = 3 [json_name = "userId"];- Returns:
- The bytes for userId.
-
getDelId
int getDelId()
int32 del_id = 4 [json_name = "delId"];- Returns:
- The delId.
-
getReadId
int getReadId()
int32 read_id = 5 [json_name = "readId"];- Returns:
- The readId.
-
getRecvId
int getRecvId()
int32 recv_id = 6 [json_name = "recvId"];- Returns:
- The recvId.
-
hasMode
boolean hasMode()
.pbx.AccessMode mode = 7 [json_name = "mode"];- Returns:
- Whether the mode field is set.
-
getMode
Model.AccessMode getMode()
.pbx.AccessMode mode = 7 [json_name = "mode"];- Returns:
- The mode.
-
getPrivate
com.google.protobuf.ByteString getPrivate()
bytes private = 8 [json_name = "private"];- Returns:
- The private.
-
-