public static interface Request.ConnectOrBuilder
extends com.google.protobuf.MessageOrBuilder
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getAcceptVersion()
optional string acceptVersion = 4; |
com.google.protobuf.ByteString |
getAcceptVersionBytes()
optional string acceptVersion = 4; |
int |
getReceiveInterval()
optional uint32 receiveInterval = 6; |
String |
getSdkVersion()
string sdkVersion = 3; |
com.google.protobuf.ByteString |
getSdkVersionBytes()
string sdkVersion = 3; |
int |
getSendInterval()
optional uint32 sendInterval = 5; |
String |
getSign()
string sign = 2; |
com.google.protobuf.ByteString |
getSignBytes()
string sign = 2; |
String |
getTigerId()
string tigerId = 1; |
com.google.protobuf.ByteString |
getTigerIdBytes()
string tigerId = 1; |
boolean |
getUseFullTick()
optional bool useFullTick = 7; |
boolean |
hasAcceptVersion()
optional string acceptVersion = 4; |
boolean |
hasReceiveInterval()
optional uint32 receiveInterval = 6; |
boolean |
hasSendInterval()
optional uint32 sendInterval = 5; |
boolean |
hasUseFullTick()
optional bool useFullTick = 7; |
String getTigerId()
string tigerId = 1;com.google.protobuf.ByteString getTigerIdBytes()
string tigerId = 1;String getSign()
string sign = 2;com.google.protobuf.ByteString getSignBytes()
string sign = 2;String getSdkVersion()
string sdkVersion = 3;com.google.protobuf.ByteString getSdkVersionBytes()
string sdkVersion = 3;boolean hasAcceptVersion()
optional string acceptVersion = 4;String getAcceptVersion()
optional string acceptVersion = 4;com.google.protobuf.ByteString getAcceptVersionBytes()
optional string acceptVersion = 4;boolean hasSendInterval()
optional uint32 sendInterval = 5;int getSendInterval()
optional uint32 sendInterval = 5;boolean hasReceiveInterval()
optional uint32 receiveInterval = 6;int getReceiveInterval()
optional uint32 receiveInterval = 6;boolean hasUseFullTick()
optional bool useFullTick = 7;boolean getUseFullTick()
optional bool useFullTick = 7;Copyright © 2024. All rights reserved.