接口 CSWebEnterRoomOuterClass.CSWebEnterRoomOrBuilder

所有超级接口:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
所有已知实现类:
CSWebEnterRoomOuterClass.CSWebEnterRoom, CSWebEnterRoomOuterClass.CSWebEnterRoom.Builder
封闭类:
CSWebEnterRoomOuterClass

public static interface CSWebEnterRoomOuterClass.CSWebEnterRoomOrBuilder extends com.google.protobuf.MessageOrBuilder
  • 方法概要

    修饰符和类型
    方法
    说明
    string attach = 6;
    com.google.protobuf.ByteString
    string attach = 6;
    string expTag = 5;
    com.google.protobuf.ByteString
    string expTag = 5;
    int
    uint32 lastErrorCode = 4;
    string liveStreamId = 2;
    com.google.protobuf.ByteString
    string liveStreamId = 2;
    string pageId = 7;
    com.google.protobuf.ByteString
    string pageId = 7;
    int
    uint32 reconnectCount = 3;
    string token = 1;
    com.google.protobuf.ByteString
    string 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.