接口 Aio.NoticeOrBuilder

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

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

      所有方法 实例方法 抽象方法 
      修饰符和类型 方法 说明
      String getAction()
      string action = 2;
      com.google.protobuf.ByteString getActionBytes()
      string action = 2;
      String getContent()
      string content = 3;
      com.google.protobuf.ByteString getContentBytes()
      string content = 3;
      String getExtra()
      string extra = 6;
      com.google.protobuf.ByteString getExtraBytes()
      string extra = 6;
      String getFormat()
      string format = 8;
      com.google.protobuf.ByteString getFormatBytes()
      string format = 8;
      long getId()
      uint64 id = 1;
      String getReceiver()
      string receiver = 5;
      com.google.protobuf.ByteString getReceiverBytes()
      string receiver = 5;
      String getSender()
      string sender = 4;
      com.google.protobuf.ByteString getSenderBytes()
      string sender = 4;
      long getTimestamp()
      uint64 timestamp = 9;
      String getTitle()
      string title = 7;
      com.google.protobuf.ByteString getTitleBytes()
      string title = 7;
      • 从接口继承的方法 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.
      • getAction

        String getAction()
        string action = 2;
        返回:
        The action.
      • getActionBytes

        com.google.protobuf.ByteString getActionBytes()
        string action = 2;
        返回:
        The bytes for action.
      • getContent

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

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

        String getSender()
        string sender = 4;
        返回:
        The sender.
      • getSenderBytes

        com.google.protobuf.ByteString getSenderBytes()
        string sender = 4;
        返回:
        The bytes for sender.
      • getReceiver

        String getReceiver()
        string receiver = 5;
        返回:
        The receiver.
      • getReceiverBytes

        com.google.protobuf.ByteString getReceiverBytes()
        string receiver = 5;
        返回:
        The bytes for receiver.
      • getExtra

        String getExtra()
        string extra = 6;
        返回:
        The extra.
      • getExtraBytes

        com.google.protobuf.ByteString getExtraBytes()
        string extra = 6;
        返回:
        The bytes for extra.
      • getTitle

        String getTitle()
        string title = 7;
        返回:
        The title.
      • getTitleBytes

        com.google.protobuf.ByteString getTitleBytes()
        string title = 7;
        返回:
        The bytes for title.
      • getFormat

        String getFormat()
        string format = 8;
        返回:
        The format.
      • getFormatBytes

        com.google.protobuf.ByteString getFormatBytes()
        string format = 8;
        返回:
        The bytes for format.
      • getTimestamp

        long getTimestamp()
        uint64 timestamp = 9;
        返回:
        The timestamp.