Package pbx

Interface Model.SubscriptionEventOrBuilder

    • 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"];
      int getDelId()
      int32 del_id = 4 [json_name = "delId"];
      Model.AccessMode getMode()
      .pbx.AccessMode mode = 7 [json_name = "mode"];
      com.google.protobuf.ByteString getPrivate()
      bytes private = 8 [json_name = "private"];
      int getReadId()
      int32 read_id = 5 [json_name = "readId"];
      int getRecvId()
      int32 recv_id = 6 [json_name = "recvId"];
      java.lang.String getTopic()
      string topic = 2 [json_name = "topic"];
      com.google.protobuf.ByteString getTopicBytes()
      string topic = 2 [json_name = "topic"];
      java.lang.String getUserId()
      string user_id = 3 [json_name = "userId"];
      com.google.protobuf.ByteString getUserIdBytes()
      string user_id = 3 [json_name = "userId"];
      boolean hasMode()
      .pbx.AccessMode mode = 7 [json_name = "mode"];
      • 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.
      • 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.