public static final class Messages.BlacklistCommand extends com.google.protobuf.GeneratedMessageV3 implements Messages.BlacklistCommandOrBuilder
com.avos.avoscloud.BlacklistCommand
限定符和类型 | 类和说明 |
---|---|
static class |
Messages.BlacklistCommand.Builder
Protobuf type
com.avos.avoscloud.BlacklistCommand |
com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage,BuilderType extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
限定符和类型 | 字段和说明 |
---|---|
static int |
ALLOWEDPIDS_FIELD_NUMBER |
static int |
BLOCKEDCIDS_FIELD_NUMBER |
static int |
BLOCKEDPIDS_FIELD_NUMBER |
static int |
FAILEDPIDS_FIELD_NUMBER |
static int |
LIMIT_FIELD_NUMBER |
static int |
N_FIELD_NUMBER |
static int |
NEXT_FIELD_NUMBER |
static com.google.protobuf.Parser<Messages.BlacklistCommand> |
PARSER
已过时。
|
static int |
S_FIELD_NUMBER |
static int |
SRCCID_FIELD_NUMBER |
static int |
SRCPID_FIELD_NUMBER |
static int |
T_FIELD_NUMBER |
static int |
TOCIDS_FIELD_NUMBER |
static int |
TOPIDS_FIELD_NUMBER |
限定符和类型 | 方法和说明 |
---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getAllowedPids(int index)
repeated string allowedPids = 10; |
com.google.protobuf.ByteString |
getAllowedPidsBytes(int index)
repeated string allowedPids = 10; |
int |
getAllowedPidsCount()
repeated string allowedPids = 10; |
com.google.protobuf.ProtocolStringList |
getAllowedPidsList()
repeated string allowedPids = 10; |
java.lang.String |
getBlockedCids(int index)
repeated string blockedCids = 9; |
com.google.protobuf.ByteString |
getBlockedCidsBytes(int index)
repeated string blockedCids = 9; |
int |
getBlockedCidsCount()
repeated string blockedCids = 9; |
com.google.protobuf.ProtocolStringList |
getBlockedCidsList()
repeated string blockedCids = 9; |
java.lang.String |
getBlockedPids(int index)
repeated string blockedPids = 8; |
com.google.protobuf.ByteString |
getBlockedPidsBytes(int index)
repeated string blockedPids = 8; |
int |
getBlockedPidsCount()
repeated string blockedPids = 8; |
com.google.protobuf.ProtocolStringList |
getBlockedPidsList()
repeated string blockedPids = 8; |
static Messages.BlacklistCommand |
getDefaultInstance() |
Messages.BlacklistCommand |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
Messages.ErrorCommand |
getFailedPids(int index)
repeated .com.avos.avoscloud.ErrorCommand failedPids = 11; |
int |
getFailedPidsCount()
repeated .com.avos.avoscloud.ErrorCommand failedPids = 11; |
java.util.List<Messages.ErrorCommand> |
getFailedPidsList()
repeated .com.avos.avoscloud.ErrorCommand failedPids = 11; |
Messages.ErrorCommandOrBuilder |
getFailedPidsOrBuilder(int index)
repeated .com.avos.avoscloud.ErrorCommand failedPids = 11; |
java.util.List<? extends Messages.ErrorCommandOrBuilder> |
getFailedPidsOrBuilderList()
repeated .com.avos.avoscloud.ErrorCommand failedPids = 11; |
int |
getLimit()
optional int32 limit = 5; |
java.lang.String |
getN()
optional string n = 13; |
com.google.protobuf.ByteString |
getNBytes()
optional string n = 13; |
java.lang.String |
getNext()
optional string next = 6; |
com.google.protobuf.ByteString |
getNextBytes()
optional string next = 6; |
com.google.protobuf.Parser<Messages.BlacklistCommand> |
getParserForType() |
java.lang.String |
getS()
optional string s = 14; |
com.google.protobuf.ByteString |
getSBytes()
optional string s = 14; |
int |
getSerializedSize() |
java.lang.String |
getSrcCid()
optional string srcCid = 1; |
com.google.protobuf.ByteString |
getSrcCidBytes()
optional string srcCid = 1; |
java.lang.String |
getSrcPid()
optional string srcPid = 3; |
com.google.protobuf.ByteString |
getSrcPidBytes()
optional string srcPid = 3; |
long |
getT()
optional int64 t = 12; |
java.lang.String |
getToCids(int index)
repeated string toCids = 4; |
com.google.protobuf.ByteString |
getToCidsBytes(int index)
repeated string toCids = 4; |
int |
getToCidsCount()
repeated string toCids = 4; |
com.google.protobuf.ProtocolStringList |
getToCidsList()
repeated string toCids = 4; |
java.lang.String |
getToPids(int index)
repeated string toPids = 2; |
com.google.protobuf.ByteString |
getToPidsBytes(int index)
repeated string toPids = 2; |
int |
getToPidsCount()
repeated string toPids = 2; |
com.google.protobuf.ProtocolStringList |
getToPidsList()
repeated string toPids = 2; |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
int |
hashCode() |
boolean |
hasLimit()
optional int32 limit = 5; |
boolean |
hasN()
optional string n = 13; |
boolean |
hasNext()
optional string next = 6; |
boolean |
hasS()
optional string s = 14; |
boolean |
hasSrcCid()
optional string srcCid = 1; |
boolean |
hasSrcPid()
optional string srcPid = 3; |
boolean |
hasT()
optional int64 t = 12; |
boolean |
isInitialized() |
static Messages.BlacklistCommand.Builder |
newBuilder() |
static Messages.BlacklistCommand.Builder |
newBuilder(Messages.BlacklistCommand prototype) |
Messages.BlacklistCommand.Builder |
newBuilderForType() |
static Messages.BlacklistCommand |
parseDelimitedFrom(java.io.InputStream input) |
static Messages.BlacklistCommand |
parseDelimitedFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Messages.BlacklistCommand |
parseFrom(byte[] data) |
static Messages.BlacklistCommand |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Messages.BlacklistCommand |
parseFrom(java.nio.ByteBuffer data) |
static Messages.BlacklistCommand |
parseFrom(java.nio.ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Messages.BlacklistCommand |
parseFrom(com.google.protobuf.ByteString data) |
static Messages.BlacklistCommand |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Messages.BlacklistCommand |
parseFrom(com.google.protobuf.CodedInputStream input) |
static Messages.BlacklistCommand |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Messages.BlacklistCommand |
parseFrom(java.io.InputStream input) |
static Messages.BlacklistCommand |
parseFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<Messages.BlacklistCommand> |
parser() |
Messages.BlacklistCommand.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof
findInitializationErrors, getInitializationErrorString, toString
toByteArray, toByteString, writeDelimitedTo, writeTo
public static final int SRCCID_FIELD_NUMBER
public static final int TOPIDS_FIELD_NUMBER
public static final int SRCPID_FIELD_NUMBER
public static final int TOCIDS_FIELD_NUMBER
public static final int LIMIT_FIELD_NUMBER
public static final int NEXT_FIELD_NUMBER
public static final int BLOCKEDPIDS_FIELD_NUMBER
public static final int BLOCKEDCIDS_FIELD_NUMBER
public static final int ALLOWEDPIDS_FIELD_NUMBER
public static final int FAILEDPIDS_FIELD_NUMBER
public static final int T_FIELD_NUMBER
public static final int N_FIELD_NUMBER
public static final int S_FIELD_NUMBER
@Deprecated public static final com.google.protobuf.Parser<Messages.BlacklistCommand> PARSER
public final com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields
在接口中 com.google.protobuf.MessageOrBuilder
getUnknownFields
在类中 com.google.protobuf.GeneratedMessageV3
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
public boolean hasSrcCid()
optional string srcCid = 1;
hasSrcCid
在接口中 Messages.BlacklistCommandOrBuilder
public java.lang.String getSrcCid()
optional string srcCid = 1;
getSrcCid
在接口中 Messages.BlacklistCommandOrBuilder
public com.google.protobuf.ByteString getSrcCidBytes()
optional string srcCid = 1;
public com.google.protobuf.ProtocolStringList getToPidsList()
repeated string toPids = 2;
public int getToPidsCount()
repeated string toPids = 2;
public java.lang.String getToPids(int index)
repeated string toPids = 2;
getToPids
在接口中 Messages.BlacklistCommandOrBuilder
public com.google.protobuf.ByteString getToPidsBytes(int index)
repeated string toPids = 2;
public boolean hasSrcPid()
optional string srcPid = 3;
hasSrcPid
在接口中 Messages.BlacklistCommandOrBuilder
public java.lang.String getSrcPid()
optional string srcPid = 3;
getSrcPid
在接口中 Messages.BlacklistCommandOrBuilder
public com.google.protobuf.ByteString getSrcPidBytes()
optional string srcPid = 3;
public com.google.protobuf.ProtocolStringList getToCidsList()
repeated string toCids = 4;
public int getToCidsCount()
repeated string toCids = 4;
public java.lang.String getToCids(int index)
repeated string toCids = 4;
getToCids
在接口中 Messages.BlacklistCommandOrBuilder
public com.google.protobuf.ByteString getToCidsBytes(int index)
repeated string toCids = 4;
public boolean hasLimit()
optional int32 limit = 5;
hasLimit
在接口中 Messages.BlacklistCommandOrBuilder
public int getLimit()
optional int32 limit = 5;
getLimit
在接口中 Messages.BlacklistCommandOrBuilder
public boolean hasNext()
optional string next = 6;
hasNext
在接口中 Messages.BlacklistCommandOrBuilder
public java.lang.String getNext()
optional string next = 6;
getNext
在接口中 Messages.BlacklistCommandOrBuilder
public com.google.protobuf.ByteString getNextBytes()
optional string next = 6;
public com.google.protobuf.ProtocolStringList getBlockedPidsList()
repeated string blockedPids = 8;
public int getBlockedPidsCount()
repeated string blockedPids = 8;
public java.lang.String getBlockedPids(int index)
repeated string blockedPids = 8;
public com.google.protobuf.ByteString getBlockedPidsBytes(int index)
repeated string blockedPids = 8;
public com.google.protobuf.ProtocolStringList getBlockedCidsList()
repeated string blockedCids = 9;
public int getBlockedCidsCount()
repeated string blockedCids = 9;
public java.lang.String getBlockedCids(int index)
repeated string blockedCids = 9;
public com.google.protobuf.ByteString getBlockedCidsBytes(int index)
repeated string blockedCids = 9;
public com.google.protobuf.ProtocolStringList getAllowedPidsList()
repeated string allowedPids = 10;
public int getAllowedPidsCount()
repeated string allowedPids = 10;
public java.lang.String getAllowedPids(int index)
repeated string allowedPids = 10;
public com.google.protobuf.ByteString getAllowedPidsBytes(int index)
repeated string allowedPids = 10;
public java.util.List<Messages.ErrorCommand> getFailedPidsList()
repeated .com.avos.avoscloud.ErrorCommand failedPids = 11;
public java.util.List<? extends Messages.ErrorCommandOrBuilder> getFailedPidsOrBuilderList()
repeated .com.avos.avoscloud.ErrorCommand failedPids = 11;
public int getFailedPidsCount()
repeated .com.avos.avoscloud.ErrorCommand failedPids = 11;
public Messages.ErrorCommand getFailedPids(int index)
repeated .com.avos.avoscloud.ErrorCommand failedPids = 11;
public Messages.ErrorCommandOrBuilder getFailedPidsOrBuilder(int index)
repeated .com.avos.avoscloud.ErrorCommand failedPids = 11;
public boolean hasT()
optional int64 t = 12;
hasT
在接口中 Messages.BlacklistCommandOrBuilder
public long getT()
optional int64 t = 12;
getT
在接口中 Messages.BlacklistCommandOrBuilder
public boolean hasN()
optional string n = 13;
hasN
在接口中 Messages.BlacklistCommandOrBuilder
public java.lang.String getN()
optional string n = 13;
getN
在接口中 Messages.BlacklistCommandOrBuilder
public com.google.protobuf.ByteString getNBytes()
optional string n = 13;
getNBytes
在接口中 Messages.BlacklistCommandOrBuilder
public boolean hasS()
optional string s = 14;
hasS
在接口中 Messages.BlacklistCommandOrBuilder
public java.lang.String getS()
optional string s = 14;
getS
在接口中 Messages.BlacklistCommandOrBuilder
public com.google.protobuf.ByteString getSBytes()
optional string s = 14;
getSBytes
在接口中 Messages.BlacklistCommandOrBuilder
public final boolean isInitialized()
isInitialized
在接口中 com.google.protobuf.MessageLiteOrBuilder
isInitialized
在类中 com.google.protobuf.GeneratedMessageV3
public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException
writeTo
在接口中 com.google.protobuf.MessageLite
writeTo
在类中 com.google.protobuf.GeneratedMessageV3
java.io.IOException
public int getSerializedSize()
getSerializedSize
在接口中 com.google.protobuf.MessageLite
getSerializedSize
在类中 com.google.protobuf.GeneratedMessageV3
public boolean equals(java.lang.Object obj)
equals
在接口中 com.google.protobuf.Message
equals
在类中 com.google.protobuf.AbstractMessage
public int hashCode()
hashCode
在接口中 com.google.protobuf.Message
hashCode
在类中 com.google.protobuf.AbstractMessage
public static Messages.BlacklistCommand parseFrom(java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static Messages.BlacklistCommand parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static Messages.BlacklistCommand parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static Messages.BlacklistCommand parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static Messages.BlacklistCommand parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static Messages.BlacklistCommand parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static Messages.BlacklistCommand parseFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOException
public static Messages.BlacklistCommand parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOException
public static Messages.BlacklistCommand parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOException
public static Messages.BlacklistCommand parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOException
public static Messages.BlacklistCommand parseFrom(com.google.protobuf.CodedInputStream input) throws java.io.IOException
java.io.IOException
public static Messages.BlacklistCommand parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOException
public Messages.BlacklistCommand.Builder newBuilderForType()
newBuilderForType
在接口中 com.google.protobuf.Message
newBuilderForType
在接口中 com.google.protobuf.MessageLite
public static Messages.BlacklistCommand.Builder newBuilder()
public static Messages.BlacklistCommand.Builder newBuilder(Messages.BlacklistCommand prototype)
public Messages.BlacklistCommand.Builder toBuilder()
toBuilder
在接口中 com.google.protobuf.Message
toBuilder
在接口中 com.google.protobuf.MessageLite
public static Messages.BlacklistCommand getDefaultInstance()
public static com.google.protobuf.Parser<Messages.BlacklistCommand> parser()
public com.google.protobuf.Parser<Messages.BlacklistCommand> getParserForType()
getParserForType
在接口中 com.google.protobuf.Message
getParserForType
在接口中 com.google.protobuf.MessageLite
getParserForType
在类中 com.google.protobuf.GeneratedMessageV3
public Messages.BlacklistCommand getDefaultInstanceForType()
getDefaultInstanceForType
在接口中 com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType
在接口中 com.google.protobuf.MessageOrBuilder
Copyright © 2013 AVOS Systems Inc. All Rights Reserved.