接口 Aio.MessageOrBuilder

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

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

      所有方法 实例方法 抽象方法 
      修饰符和类型 方法 说明
      String getContent()
      string content = 5;
      com.google.protobuf.ByteString getContentBytes()
      string content = 5;
      long getId()
      uint64 id = 1;
      Aio.Room getRoom()
      .xin.alum.aio.model.Room room = 4;
      Aio.RoomOrBuilder getRoomOrBuilder()
      .xin.alum.aio.model.Room room = 4;
      Aio.Mold getType()
      .xin.alum.aio.model.Mold type = 2;
      int getTypeValue()
      .xin.alum.aio.model.Mold type = 2;
      Aio.User getUser()
      .xin.alum.aio.model.User user = 3;
      Aio.UserOrBuilder getUserOrBuilder()
      .xin.alum.aio.model.User user = 3;
      boolean hasRoom()
      .xin.alum.aio.model.Room room = 4;
      boolean hasUser()
      .xin.alum.aio.model.User user = 3;
      • 从接口继承的方法 com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • 从接口继承的方法 com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • 方法详细资料

      • getId

        long getId()
        uint64 id = 1;
        返回:
        The id.
      • getTypeValue

        int getTypeValue()
        .xin.alum.aio.model.Mold type = 2;
        返回:
        The enum numeric value on the wire for type.
      • getType

        Aio.Mold getType()
        .xin.alum.aio.model.Mold type = 2;
        返回:
        The type.
      • hasUser

        boolean hasUser()
        .xin.alum.aio.model.User user = 3;
        返回:
        Whether the user field is set.
      • getUser

        Aio.User getUser()
        .xin.alum.aio.model.User user = 3;
        返回:
        The user.
      • getUserOrBuilder

        Aio.UserOrBuilder getUserOrBuilder()
        .xin.alum.aio.model.User user = 3;
      • hasRoom

        boolean hasRoom()
        .xin.alum.aio.model.Room room = 4;
        返回:
        Whether the room field is set.
      • getRoom

        Aio.Room getRoom()
        .xin.alum.aio.model.Room room = 4;
        返回:
        The room.
      • getRoomOrBuilder

        Aio.RoomOrBuilder getRoomOrBuilder()
        .xin.alum.aio.model.Room room = 4;
      • getContent

        String getContent()
        string content = 5;
        返回:
        The content.
      • getContentBytes

        com.google.protobuf.ByteString getContentBytes()
        string content = 5;
        返回:
        The bytes for content.