Package pbx

Interface Model.ClientSubOrBuilder

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

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

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      Model.GetQuery getGetQuery()
      mirrors {get}
      java.lang.String getId()
      optional string id = 1 [json_name = "id"];
      com.google.protobuf.ByteString getIdBytes()
      optional string id = 1 [json_name = "id"];
      Model.SetQuery getSetQuery()
      mirrors {set}
      java.lang.String getTopic()
      string topic = 2 [json_name = "topic"];
      com.google.protobuf.ByteString getTopicBytes()
      string topic = 2 [json_name = "topic"];
      boolean hasGetQuery()
      mirrors {get}
      boolean hasId()
      optional string id = 1 [json_name = "id"];
      boolean hasSetQuery()
      mirrors {set}
      • 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.
      • hasSetQuery

        boolean hasSetQuery()
         mirrors {set}
         
        optional .pbx.SetQuery set_query = 3 [json_name = "setQuery"];
        Returns:
        Whether the setQuery field is set.
      • getSetQuery

        Model.SetQuery getSetQuery()
         mirrors {set}
         
        optional .pbx.SetQuery set_query = 3 [json_name = "setQuery"];
        Returns:
        The setQuery.
      • hasGetQuery

        boolean hasGetQuery()
         mirrors {get}
         
        optional .pbx.GetQuery get_query = 4 [json_name = "getQuery"];
        Returns:
        Whether the getQuery field is set.
      • getGetQuery

        Model.GetQuery getGetQuery()
         mirrors {get}
         
        optional .pbx.GetQuery get_query = 4 [json_name = "getQuery"];
        Returns:
        The getQuery.