接口 CSWebEnterRoomOuterClass.CSWebEnterRoomOrBuilder
- 所有超级接口:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
public static interface CSWebEnterRoomOuterClass.CSWebEnterRoomOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
方法概要
修饰符和类型方法说明string attach = 6;com.google.protobuf.ByteStringstring attach = 6;string expTag = 5;com.google.protobuf.ByteStringstring expTag = 5;intuint32 lastErrorCode = 4;string liveStreamId = 2;com.google.protobuf.ByteStringstring liveStreamId = 2;string pageId = 7;com.google.protobuf.ByteStringstring pageId = 7;intuint32 reconnectCount = 3;getToken()string token = 1;com.google.protobuf.ByteStringstring token = 1;从接口继承的方法 com.google.protobuf.MessageLiteOrBuilder
isInitialized从接口继承的方法 com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
方法详细资料
-
getToken
String getToken()string token = 1;- 返回:
- The token.
-
getTokenBytes
com.google.protobuf.ByteString getTokenBytes()string token = 1;- 返回:
- The bytes for token.
-
getLiveStreamId
String getLiveStreamId()string liveStreamId = 2;- 返回:
- The liveStreamId.
-
getLiveStreamIdBytes
com.google.protobuf.ByteString getLiveStreamIdBytes()string liveStreamId = 2;- 返回:
- The bytes for liveStreamId.
-
getReconnectCount
int getReconnectCount()uint32 reconnectCount = 3;- 返回:
- The reconnectCount.
-
getLastErrorCode
int getLastErrorCode()uint32 lastErrorCode = 4;- 返回:
- The lastErrorCode.
-
getExpTag
String getExpTag()string expTag = 5;- 返回:
- The expTag.
-
getExpTagBytes
com.google.protobuf.ByteString getExpTagBytes()string expTag = 5;- 返回:
- The bytes for expTag.
-
getAttach
String getAttach()string attach = 6;- 返回:
- The attach.
-
getAttachBytes
com.google.protobuf.ByteString getAttachBytes()string attach = 6;- 返回:
- The bytes for attach.
-
getPageId
String getPageId()string pageId = 7;- 返回:
- The pageId.
-
getPageIdBytes
com.google.protobuf.ByteString getPageIdBytes()string pageId = 7;- 返回:
- The bytes for pageId.
-