Package pbx
Interface Model.ClientSetOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
Model.ClientSet,Model.ClientSet.Builder
- Enclosing class:
- Model
public static interface Model.ClientSetOrBuilder extends com.google.protobuf.MessageLiteOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetId()optional string id = 1 [json_name = "id"];com.google.protobuf.ByteStringgetIdBytes()optional string id = 1 [json_name = "id"];Model.SetQuerygetQuery().pbx.SetQuery query = 3 [json_name = "query"];java.lang.StringgetTopic()string topic = 2 [json_name = "topic"];com.google.protobuf.ByteStringgetTopicBytes()string topic = 2 [json_name = "topic"];booleanhasId()optional string id = 1 [json_name = "id"];booleanhasQuery().pbx.SetQuery query = 3 [json_name = "query"];
-
-
-
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.
-
hasQuery
boolean hasQuery()
.pbx.SetQuery query = 3 [json_name = "query"];- Returns:
- Whether the query field is set.
-
getQuery
Model.SetQuery getQuery()
.pbx.SetQuery query = 3 [json_name = "query"];- Returns:
- The query.
-
-