public static interface Messages.PubsubCommandOrBuilder
extends com.google.protobuf.MessageOrBuilder
限定符和类型 | 方法和说明 |
---|---|
java.lang.String |
getCid()
optional string cid = 1; |
com.google.protobuf.ByteString |
getCidBytes()
optional string cid = 1; |
java.lang.String |
getCids(int index)
repeated string cids = 2; |
com.google.protobuf.ByteString |
getCidsBytes(int index)
repeated string cids = 2; |
int |
getCidsCount()
repeated string cids = 2; |
java.util.List<java.lang.String> |
getCidsList()
repeated string cids = 2; |
Messages.JsonObjectMessage |
getResults()
optional .com.avos.avoscloud.JsonObjectMessage results = 7; |
Messages.JsonObjectMessageOrBuilder |
getResultsOrBuilder()
optional .com.avos.avoscloud.JsonObjectMessage results = 7; |
java.lang.String |
getSubtopic()
optional string subtopic = 4; |
com.google.protobuf.ByteString |
getSubtopicBytes()
optional string subtopic = 4; |
java.lang.String |
getSubtopics(int index)
repeated string subtopics = 6; |
com.google.protobuf.ByteString |
getSubtopicsBytes(int index)
repeated string subtopics = 6; |
int |
getSubtopicsCount()
repeated string subtopics = 6; |
java.util.List<java.lang.String> |
getSubtopicsList()
repeated string subtopics = 6; |
java.lang.String |
getTopic()
optional string topic = 3; |
com.google.protobuf.ByteString |
getTopicBytes()
optional string topic = 3; |
java.lang.String |
getTopics(int index)
repeated string topics = 5; |
com.google.protobuf.ByteString |
getTopicsBytes(int index)
repeated string topics = 5; |
int |
getTopicsCount()
repeated string topics = 5; |
java.util.List<java.lang.String> |
getTopicsList()
repeated string topics = 5; |
boolean |
hasCid()
optional string cid = 1; |
boolean |
hasResults()
optional .com.avos.avoscloud.JsonObjectMessage results = 7; |
boolean |
hasSubtopic()
optional string subtopic = 4; |
boolean |
hasTopic()
optional string topic = 3; |
boolean hasCid()
optional string cid = 1;
java.lang.String getCid()
optional string cid = 1;
com.google.protobuf.ByteString getCidBytes()
optional string cid = 1;
java.util.List<java.lang.String> getCidsList()
repeated string cids = 2;
int getCidsCount()
repeated string cids = 2;
java.lang.String getCids(int index)
repeated string cids = 2;
com.google.protobuf.ByteString getCidsBytes(int index)
repeated string cids = 2;
boolean hasTopic()
optional string topic = 3;
java.lang.String getTopic()
optional string topic = 3;
com.google.protobuf.ByteString getTopicBytes()
optional string topic = 3;
boolean hasSubtopic()
optional string subtopic = 4;
java.lang.String getSubtopic()
optional string subtopic = 4;
com.google.protobuf.ByteString getSubtopicBytes()
optional string subtopic = 4;
java.util.List<java.lang.String> getTopicsList()
repeated string topics = 5;
int getTopicsCount()
repeated string topics = 5;
java.lang.String getTopics(int index)
repeated string topics = 5;
com.google.protobuf.ByteString getTopicsBytes(int index)
repeated string topics = 5;
java.util.List<java.lang.String> getSubtopicsList()
repeated string subtopics = 6;
int getSubtopicsCount()
repeated string subtopics = 6;
java.lang.String getSubtopics(int index)
repeated string subtopics = 6;
com.google.protobuf.ByteString getSubtopicsBytes(int index)
repeated string subtopics = 6;
boolean hasResults()
optional .com.avos.avoscloud.JsonObjectMessage results = 7;
Messages.JsonObjectMessage getResults()
optional .com.avos.avoscloud.JsonObjectMessage results = 7;
Messages.JsonObjectMessageOrBuilder getResultsOrBuilder()
optional .com.avos.avoscloud.JsonObjectMessage results = 7;
Copyright © 2013 AVOS Systems Inc. All Rights Reserved.