Package pbx

Interface Model.ServerInfoOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder
    All Known Implementing Classes:
    Model.ServerInfo, Model.ServerInfo.Builder
    Enclosing class:
    Model

    public static interface Model.ServerInfoOrBuilder
    extends com.google.protobuf.MessageLiteOrBuilder
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      com.google.protobuf.ByteString getContent()
      bytes content = 6 [json_name = "content"];
      Model.CallEvent getEvent()
      .pbx.CallEvent event = 7 [json_name = "event"];
      int getEventValue()
      .pbx.CallEvent event = 7 [json_name = "event"];
      java.lang.String getFromUserId()
      string from_user_id = 2 [json_name = "fromUserId"];
      com.google.protobuf.ByteString getFromUserIdBytes()
      string from_user_id = 2 [json_name = "fromUserId"];
      com.google.protobuf.ByteString getPayload()
      bytes payload = 8 [json_name = "payload"];
      int getSeqId()
      int32 seq_id = 4 [json_name = "seqId"];
      java.lang.String getSrc()
      string src = 5 [json_name = "src"];
      com.google.protobuf.ByteString getSrcBytes()
      string src = 5 [json_name = "src"];
      java.lang.String getTopic()
      string topic = 1 [json_name = "topic"];
      com.google.protobuf.ByteString getTopicBytes()
      string topic = 1 [json_name = "topic"];
      Model.InfoNote getWhat()
      .pbx.InfoNote what = 3 [json_name = "what"];
      int getWhatValue()
      .pbx.InfoNote what = 3 [json_name = "what"];
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        getDefaultInstanceForType, isInitialized
    • Method Detail

      • getTopic

        java.lang.String getTopic()
        string topic = 1 [json_name = "topic"];
        Returns:
        The topic.
      • getTopicBytes

        com.google.protobuf.ByteString getTopicBytes()
        string topic = 1 [json_name = "topic"];
        Returns:
        The bytes for topic.
      • getFromUserId

        java.lang.String getFromUserId()
        string from_user_id = 2 [json_name = "fromUserId"];
        Returns:
        The fromUserId.
      • getFromUserIdBytes

        com.google.protobuf.ByteString getFromUserIdBytes()
        string from_user_id = 2 [json_name = "fromUserId"];
        Returns:
        The bytes for fromUserId.
      • getWhatValue

        int getWhatValue()
        .pbx.InfoNote what = 3 [json_name = "what"];
        Returns:
        The enum numeric value on the wire for what.
      • getWhat

        Model.InfoNote getWhat()
        .pbx.InfoNote what = 3 [json_name = "what"];
        Returns:
        The what.
      • getSeqId

        int getSeqId()
        int32 seq_id = 4 [json_name = "seqId"];
        Returns:
        The seqId.
      • getSrc

        java.lang.String getSrc()
        string src = 5 [json_name = "src"];
        Returns:
        The src.
      • getSrcBytes

        com.google.protobuf.ByteString getSrcBytes()
        string src = 5 [json_name = "src"];
        Returns:
        The bytes for src.
      • getContent

        com.google.protobuf.ByteString getContent()
        bytes content = 6 [json_name = "content"];
        Returns:
        The content.
      • getEventValue

        int getEventValue()
        .pbx.CallEvent event = 7 [json_name = "event"];
        Returns:
        The enum numeric value on the wire for event.
      • getEvent

        Model.CallEvent getEvent()
        .pbx.CallEvent event = 7 [json_name = "event"];
        Returns:
        The event.
      • getPayload

        com.google.protobuf.ByteString getPayload()
        bytes payload = 8 [json_name = "payload"];
        Returns:
        The payload.