Package pbx

Interface Model.GetQueryOrBuilder

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

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

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      Model.GetOpts getData()
      Parameters of "data" request
      Model.GetOpts getDesc()
      Parameters of "desc" request
      Model.GetOpts getSub()
      Parameters of "sub" request
      java.lang.String getWhat()
      string what = 1 [json_name = "what"];
      com.google.protobuf.ByteString getWhatBytes()
      string what = 1 [json_name = "what"];
      boolean hasData()
      Parameters of "data" request
      boolean hasDesc()
      Parameters of "desc" request
      boolean hasSub()
      Parameters of "sub" request
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        getDefaultInstanceForType, isInitialized
    • Method Detail

      • getWhat

        java.lang.String getWhat()
        string what = 1 [json_name = "what"];
        Returns:
        The what.
      • getWhatBytes

        com.google.protobuf.ByteString getWhatBytes()
        string what = 1 [json_name = "what"];
        Returns:
        The bytes for what.
      • hasDesc

        boolean hasDesc()
         Parameters of "desc" request
         
        optional .pbx.GetOpts desc = 2 [json_name = "desc"];
        Returns:
        Whether the desc field is set.
      • getDesc

        Model.GetOpts getDesc()
         Parameters of "desc" request
         
        optional .pbx.GetOpts desc = 2 [json_name = "desc"];
        Returns:
        The desc.
      • hasSub

        boolean hasSub()
         Parameters of "sub" request
         
        optional .pbx.GetOpts sub = 3 [json_name = "sub"];
        Returns:
        Whether the sub field is set.
      • getSub

        Model.GetOpts getSub()
         Parameters of "sub" request
         
        optional .pbx.GetOpts sub = 3 [json_name = "sub"];
        Returns:
        The sub.
      • hasData

        boolean hasData()
         Parameters of "data" request
         
        optional .pbx.GetOpts data = 4 [json_name = "data"];
        Returns:
        Whether the data field is set.
      • getData

        Model.GetOpts getData()
         Parameters of "data" request
         
        optional .pbx.GetOpts data = 4 [json_name = "data"];
        Returns:
        The data.