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.Crud getAction()
      .pbx.Crud action = 1 [json_name = "action"];
      int getActionValue()
      .pbx.Crud action = 1 [json_name = "action"];
      Model.ServerData getMsg()
      .pbx.ServerData msg = 2 [json_name = "msg"];
      boolean hasMsg()
      .pbx.ServerData msg = 2 [json_name = "msg"];
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        getDefaultInstanceForType, isInitialized
    • 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.