public static final class BigpipePBProtocol.SubscribeCommand.Builder extends com.google.protobuf.GeneratedMessage.Builder<BigpipePBProtocol.SubscribeCommand.Builder> implements BigpipePBProtocol.SubscribeCommandOrBuilder
com.baidu.ub.bigpipe.protocol.SubscribeCommand| 限定符和类型 | 方法和说明 |
|---|---|
BigpipePBProtocol.SubscribeCommand |
build() |
BigpipePBProtocol.SubscribeCommand |
buildPartial() |
BigpipePBProtocol.SubscribeCommand.Builder |
clear() |
BigpipePBProtocol.SubscribeCommand.Builder |
clearAckType()
optional int32 ackType = 3; |
BigpipePBProtocol.SubscribeCommand.Builder |
clearDestination()
required string destination = 1; |
BigpipePBProtocol.SubscribeCommand.Builder |
clearReceiptId()
optional string receiptId = 6; |
BigpipePBProtocol.SubscribeCommand.Builder |
clearSelector()
optional string selector = 5; |
BigpipePBProtocol.SubscribeCommand.Builder |
clearStartPoint()
required int64 startPoint = 2; |
BigpipePBProtocol.SubscribeCommand.Builder |
clearSubscribeId()
optional string subscribeId = 4; |
BigpipePBProtocol.SubscribeCommand.Builder |
clone() |
int |
getAckType()
optional int32 ackType = 3; |
BigpipePBProtocol.SubscribeCommand |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
String |
getDestination()
required string destination = 1; |
com.google.protobuf.ByteString |
getDestinationBytes()
required string destination = 1; |
String |
getReceiptId()
optional string receiptId = 6; |
com.google.protobuf.ByteString |
getReceiptIdBytes()
optional string receiptId = 6; |
String |
getSelector()
optional string selector = 5; |
com.google.protobuf.ByteString |
getSelectorBytes()
optional string selector = 5; |
long |
getStartPoint()
required int64 startPoint = 2; |
String |
getSubscribeId()
optional string subscribeId = 4; |
com.google.protobuf.ByteString |
getSubscribeIdBytes()
optional string subscribeId = 4; |
boolean |
hasAckType()
optional int32 ackType = 3; |
boolean |
hasDestination()
required string destination = 1; |
boolean |
hasReceiptId()
optional string receiptId = 6; |
boolean |
hasSelector()
optional string selector = 5; |
boolean |
hasStartPoint()
required int64 startPoint = 2; |
boolean |
hasSubscribeId()
optional string subscribeId = 4; |
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
BigpipePBProtocol.SubscribeCommand.Builder |
mergeFrom(BigpipePBProtocol.SubscribeCommand other) |
BigpipePBProtocol.SubscribeCommand.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
BigpipePBProtocol.SubscribeCommand.Builder |
mergeFrom(com.google.protobuf.Message other) |
BigpipePBProtocol.SubscribeCommand.Builder |
setAckType(int value)
optional int32 ackType = 3; |
BigpipePBProtocol.SubscribeCommand.Builder |
setDestination(String value)
required string destination = 1; |
BigpipePBProtocol.SubscribeCommand.Builder |
setDestinationBytes(com.google.protobuf.ByteString value)
required string destination = 1; |
BigpipePBProtocol.SubscribeCommand.Builder |
setReceiptId(String value)
optional string receiptId = 6; |
BigpipePBProtocol.SubscribeCommand.Builder |
setReceiptIdBytes(com.google.protobuf.ByteString value)
optional string receiptId = 6; |
BigpipePBProtocol.SubscribeCommand.Builder |
setSelector(String value)
optional string selector = 5; |
BigpipePBProtocol.SubscribeCommand.Builder |
setSelectorBytes(com.google.protobuf.ByteString value)
optional string selector = 5; |
BigpipePBProtocol.SubscribeCommand.Builder |
setStartPoint(long value)
required int64 startPoint = 2; |
BigpipePBProtocol.SubscribeCommand.Builder |
setSubscribeId(String value)
optional string subscribeId = 4; |
BigpipePBProtocol.SubscribeCommand.Builder |
setSubscribeIdBytes(com.google.protobuf.ByteString value)
optional string subscribeId = 4; |
addRepeatedField, clearField, getAllFields, getField, getFieldBuilder, getParentForChildren, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, isClean, markClean, mergeUnknownFields, newBuilderForField, onBuilt, onChanged, parseUnknownField, setField, setRepeatedField, setUnknownFieldsfindInitializationErrors, getInitializationErrorString, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageExceptionpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable 在类中 com.google.protobuf.GeneratedMessage.Builder<BigpipePBProtocol.SubscribeCommand.Builder>public BigpipePBProtocol.SubscribeCommand.Builder clear()
clear 在接口中 com.google.protobuf.Message.Builderclear 在接口中 com.google.protobuf.MessageLite.Builderclear 在类中 com.google.protobuf.GeneratedMessage.Builder<BigpipePBProtocol.SubscribeCommand.Builder>public BigpipePBProtocol.SubscribeCommand.Builder clone()
clone 在接口中 com.google.protobuf.Message.Builderclone 在接口中 com.google.protobuf.MessageLite.Builderclone 在类中 com.google.protobuf.GeneratedMessage.Builder<BigpipePBProtocol.SubscribeCommand.Builder>public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType 在接口中 com.google.protobuf.Message.BuildergetDescriptorForType 在接口中 com.google.protobuf.MessageOrBuildergetDescriptorForType 在类中 com.google.protobuf.GeneratedMessage.Builder<BigpipePBProtocol.SubscribeCommand.Builder>public BigpipePBProtocol.SubscribeCommand getDefaultInstanceForType()
getDefaultInstanceForType 在接口中 com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType 在接口中 com.google.protobuf.MessageOrBuilderpublic BigpipePBProtocol.SubscribeCommand build()
build 在接口中 com.google.protobuf.Message.Builderbuild 在接口中 com.google.protobuf.MessageLite.Builderpublic BigpipePBProtocol.SubscribeCommand buildPartial()
buildPartial 在接口中 com.google.protobuf.Message.BuilderbuildPartial 在接口中 com.google.protobuf.MessageLite.Builderpublic BigpipePBProtocol.SubscribeCommand.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom 在接口中 com.google.protobuf.Message.BuildermergeFrom 在类中 com.google.protobuf.AbstractMessage.Builder<BigpipePBProtocol.SubscribeCommand.Builder>public BigpipePBProtocol.SubscribeCommand.Builder mergeFrom(BigpipePBProtocol.SubscribeCommand other)
public final boolean isInitialized()
isInitialized 在接口中 com.google.protobuf.MessageLiteOrBuilderisInitialized 在类中 com.google.protobuf.GeneratedMessage.Builder<BigpipePBProtocol.SubscribeCommand.Builder>public BigpipePBProtocol.SubscribeCommand.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom 在接口中 com.google.protobuf.Message.BuildermergeFrom 在接口中 com.google.protobuf.MessageLite.BuildermergeFrom 在类中 com.google.protobuf.AbstractMessage.Builder<BigpipePBProtocol.SubscribeCommand.Builder>IOExceptionpublic boolean hasDestination()
required string destination = 1;public String getDestination()
required string destination = 1;public com.google.protobuf.ByteString getDestinationBytes()
required string destination = 1;public BigpipePBProtocol.SubscribeCommand.Builder setDestination(String value)
required string destination = 1;public BigpipePBProtocol.SubscribeCommand.Builder clearDestination()
required string destination = 1;public BigpipePBProtocol.SubscribeCommand.Builder setDestinationBytes(com.google.protobuf.ByteString value)
required string destination = 1;public boolean hasStartPoint()
required int64 startPoint = 2;public long getStartPoint()
required int64 startPoint = 2;public BigpipePBProtocol.SubscribeCommand.Builder setStartPoint(long value)
required int64 startPoint = 2;public BigpipePBProtocol.SubscribeCommand.Builder clearStartPoint()
required int64 startPoint = 2;public boolean hasAckType()
optional int32 ackType = 3;public int getAckType()
optional int32 ackType = 3;public BigpipePBProtocol.SubscribeCommand.Builder setAckType(int value)
optional int32 ackType = 3;public BigpipePBProtocol.SubscribeCommand.Builder clearAckType()
optional int32 ackType = 3;public boolean hasSubscribeId()
optional string subscribeId = 4;public String getSubscribeId()
optional string subscribeId = 4;public com.google.protobuf.ByteString getSubscribeIdBytes()
optional string subscribeId = 4;public BigpipePBProtocol.SubscribeCommand.Builder setSubscribeId(String value)
optional string subscribeId = 4;public BigpipePBProtocol.SubscribeCommand.Builder clearSubscribeId()
optional string subscribeId = 4;public BigpipePBProtocol.SubscribeCommand.Builder setSubscribeIdBytes(com.google.protobuf.ByteString value)
optional string subscribeId = 4;public boolean hasSelector()
optional string selector = 5;public String getSelector()
optional string selector = 5;public com.google.protobuf.ByteString getSelectorBytes()
optional string selector = 5;public BigpipePBProtocol.SubscribeCommand.Builder setSelector(String value)
optional string selector = 5;public BigpipePBProtocol.SubscribeCommand.Builder clearSelector()
optional string selector = 5;public BigpipePBProtocol.SubscribeCommand.Builder setSelectorBytes(com.google.protobuf.ByteString value)
optional string selector = 5;public boolean hasReceiptId()
optional string receiptId = 6;public String getReceiptId()
optional string receiptId = 6;public com.google.protobuf.ByteString getReceiptIdBytes()
optional string receiptId = 6;public BigpipePBProtocol.SubscribeCommand.Builder setReceiptId(String value)
optional string receiptId = 6;public BigpipePBProtocol.SubscribeCommand.Builder clearReceiptId()
optional string receiptId = 6;public BigpipePBProtocol.SubscribeCommand.Builder setReceiptIdBytes(com.google.protobuf.ByteString value)
optional string receiptId = 6;Copyright © 2017. All rights reserved.