public interface WsMessageOrBuilder
extends com.google.protobuf.MessageOrBuilder
| 限定符和类型 | 方法和说明 |
|---|---|
com.google.protobuf.ByteString |
getData()
optional bytes data = 3; |
String |
getPath()
optional string path = 2; |
com.google.protobuf.ByteString |
getPathBytes()
optional string path = 2; |
MessageType |
getType()
optional .plus.jdk.websocket.protoc.MessageType type = 4; |
int |
getTypeValue()
optional .plus.jdk.websocket.protoc.MessageType type = 4; |
String |
getUid()
optional string uid = 1; |
com.google.protobuf.ByteString |
getUidBytes()
optional string uid = 1; |
boolean |
hasData()
optional bytes data = 3; |
boolean |
hasPath()
optional string path = 2; |
boolean |
hasType()
optional .plus.jdk.websocket.protoc.MessageType type = 4; |
boolean |
hasUid()
optional string uid = 1; |
boolean hasUid()
optional string uid = 1;String getUid()
optional string uid = 1;com.google.protobuf.ByteString getUidBytes()
optional string uid = 1;boolean hasPath()
optional string path = 2;String getPath()
optional string path = 2;com.google.protobuf.ByteString getPathBytes()
optional string path = 2;boolean hasData()
optional bytes data = 3;com.google.protobuf.ByteString getData()
optional bytes data = 3;boolean hasType()
optional .plus.jdk.websocket.protoc.MessageType type = 4;int getTypeValue()
optional .plus.jdk.websocket.protoc.MessageType type = 4;MessageType getType()
optional .plus.jdk.websocket.protoc.MessageType type = 4;Copyright © 2022. All rights reserved.