Package pbx

Interface Model.ClientLeaveOrBuilder

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

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

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getId()
      optional string id = 1 [json_name = "id"];
      com.google.protobuf.ByteString getIdBytes()
      optional string id = 1 [json_name = "id"];
      java.lang.String getTopic()
      string topic = 2 [json_name = "topic"];
      com.google.protobuf.ByteString getTopicBytes()
      string topic = 2 [json_name = "topic"];
      boolean getUnsub()
      optional bool unsub = 3 [json_name = "unsub"];
      boolean hasId()
      optional string id = 1 [json_name = "id"];
      boolean hasUnsub()
      optional bool unsub = 3 [json_name = "unsub"];
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        getDefaultInstanceForType, isInitialized
    • Method Detail

      • hasId

        boolean hasId()
        optional string id = 1 [json_name = "id"];
        Returns:
        Whether the id field is set.
      • getId

        java.lang.String getId()
        optional string id = 1 [json_name = "id"];
        Returns:
        The id.
      • getIdBytes

        com.google.protobuf.ByteString getIdBytes()
        optional string id = 1 [json_name = "id"];
        Returns:
        The bytes for id.
      • 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.
      • hasUnsub

        boolean hasUnsub()
        optional bool unsub = 3 [json_name = "unsub"];
        Returns:
        Whether the unsub field is set.
      • getUnsub

        boolean getUnsub()
        optional bool unsub = 3 [json_name = "unsub"];
        Returns:
        The unsub.