public static interface BigpipePBProtocol.SubscribeCommandOrBuilder
extends com.google.protobuf.MessageOrBuilder
| 限定符和类型 | 方法和说明 |
|---|---|
int |
getAckType()
optional int32 ackType = 3; |
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; |
boolean hasDestination()
required string destination = 1;String getDestination()
required string destination = 1;com.google.protobuf.ByteString getDestinationBytes()
required string destination = 1;boolean hasStartPoint()
required int64 startPoint = 2;long getStartPoint()
required int64 startPoint = 2;boolean hasAckType()
optional int32 ackType = 3;int getAckType()
optional int32 ackType = 3;boolean hasSubscribeId()
optional string subscribeId = 4;String getSubscribeId()
optional string subscribeId = 4;com.google.protobuf.ByteString getSubscribeIdBytes()
optional string subscribeId = 4;boolean hasSelector()
optional string selector = 5;String getSelector()
optional string selector = 5;com.google.protobuf.ByteString getSelectorBytes()
optional string selector = 5;boolean hasReceiptId()
optional string receiptId = 6;String getReceiptId()
optional string receiptId = 6;com.google.protobuf.ByteString getReceiptIdBytes()
optional string receiptId = 6;Copyright © 2017. All rights reserved.