Package pbx
Interface Model.MessageEventOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
Model.MessageEvent,Model.MessageEvent.Builder
- Enclosing class:
- Model
public static interface Model.MessageEventOrBuilder 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.ServerDatagetMsg().pbx.ServerData msg = 2 [json_name = "msg"];booleanhasMsg().pbx.ServerData msg = 2 [json_name = "msg"];
-
-
-
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.
-
hasMsg
boolean hasMsg()
.pbx.ServerData msg = 2 [json_name = "msg"];- Returns:
- Whether the msg field is set.
-
getMsg
Model.ServerData getMsg()
.pbx.ServerData msg = 2 [json_name = "msg"];- Returns:
- The msg.
-
-