public static interface BigpipePBProtocol.AckCommandOrBuilder
extends com.google.protobuf.MessageOrBuilder
| 限定符和类型 | 方法和说明 |
|---|---|
int |
getAckType()
optional uint32 ackType = 2; |
String |
getDestination()
optional string destination = 6; |
com.google.protobuf.ByteString |
getDestinationBytes()
optional string destination = 6; |
long |
getGlobalMessageId()
optional uint64 globalMessageId = 3; |
BigpipePBProtocol.LimitCommand |
getLimit()
optional .com.baidu.ub.bigpipe.protocol.LimitCommand limit = 8; |
BigpipePBProtocol.LimitCommandOrBuilder |
getLimitOrBuilder()
optional .com.baidu.ub.bigpipe.protocol.LimitCommand limit = 8; |
String |
getReceiptId()
optional string receiptId = 7; |
com.google.protobuf.ByteString |
getReceiptIdBytes()
optional string receiptId = 7; |
long |
getSessionMessageId()
optional uint64 sessionMessageId = 5; |
long |
getSpeedLimit()
optional uint64 speedLimit = 9; |
long |
getStatus()
optional uint64 status = 1; |
long |
getTopicMessageId()
optional uint64 topicMessageId = 4; |
boolean |
hasAckType()
optional uint32 ackType = 2; |
boolean |
hasDestination()
optional string destination = 6; |
boolean |
hasGlobalMessageId()
optional uint64 globalMessageId = 3; |
boolean |
hasLimit()
optional .com.baidu.ub.bigpipe.protocol.LimitCommand limit = 8; |
boolean |
hasReceiptId()
optional string receiptId = 7; |
boolean |
hasSessionMessageId()
optional uint64 sessionMessageId = 5; |
boolean |
hasSpeedLimit()
optional uint64 speedLimit = 9; |
boolean |
hasStatus()
optional uint64 status = 1; |
boolean |
hasTopicMessageId()
optional uint64 topicMessageId = 4; |
boolean hasStatus()
optional uint64 status = 1;long getStatus()
optional uint64 status = 1;boolean hasAckType()
optional uint32 ackType = 2;int getAckType()
optional uint32 ackType = 2;boolean hasGlobalMessageId()
optional uint64 globalMessageId = 3;long getGlobalMessageId()
optional uint64 globalMessageId = 3;boolean hasTopicMessageId()
optional uint64 topicMessageId = 4;long getTopicMessageId()
optional uint64 topicMessageId = 4;boolean hasSessionMessageId()
optional uint64 sessionMessageId = 5;long getSessionMessageId()
optional uint64 sessionMessageId = 5;boolean hasDestination()
optional string destination = 6;String getDestination()
optional string destination = 6;com.google.protobuf.ByteString getDestinationBytes()
optional string destination = 6;boolean hasReceiptId()
optional string receiptId = 7;String getReceiptId()
optional string receiptId = 7;com.google.protobuf.ByteString getReceiptIdBytes()
optional string receiptId = 7;boolean hasLimit()
optional .com.baidu.ub.bigpipe.protocol.LimitCommand limit = 8;BigpipePBProtocol.LimitCommand getLimit()
optional .com.baidu.ub.bigpipe.protocol.LimitCommand limit = 8;BigpipePBProtocol.LimitCommandOrBuilder getLimitOrBuilder()
optional .com.baidu.ub.bigpipe.protocol.LimitCommand limit = 8;boolean hasSpeedLimit()
optional uint64 speedLimit = 9;long getSpeedLimit()
optional uint64 speedLimit = 9;Copyright © 2017. All rights reserved.