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.GetOptsgetData()Parameters of "data" requestModel.GetOptsgetDesc()Parameters of "desc" requestModel.GetOptsgetSub()Parameters of "sub" requestjava.lang.StringgetWhat()string what = 1 [json_name = "what"];com.google.protobuf.ByteStringgetWhatBytes()string what = 1 [json_name = "what"];booleanhasData()Parameters of "data" requestbooleanhasDesc()Parameters of "desc" requestbooleanhasSub()Parameters of "sub" request
-
-
-
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.
-
-