Interface InsightNotificationOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder
    All Known Implementing Classes:
    InsightNotification, InsightNotification.Builder

    public interface InsightNotificationOrBuilder
    extends com.google.protobuf.MessageLiteOrBuilder
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getBody()
      optional string body = 2 [json_name = "body"];
      com.google.protobuf.ByteString getBodyBytes()
      optional string body = 2 [json_name = "body"];
      int getImagePosition()
      optional int32 image_position = 3 [json_name = "imagePosition"];
      java.lang.String getTitle()
      optional string title = 1 [json_name = "title"];
      com.google.protobuf.ByteString getTitleBytes()
      optional string title = 1 [json_name = "title"];
      boolean hasBody()
      optional string body = 2 [json_name = "body"];
      boolean hasImagePosition()
      optional int32 image_position = 3 [json_name = "imagePosition"];
      boolean hasTitle()
      optional string title = 1 [json_name = "title"];
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        getDefaultInstanceForType, isInitialized
    • Method Detail

      • hasTitle

        boolean hasTitle()
        optional string title = 1 [json_name = "title"];
        Returns:
        Whether the title field is set.
      • getTitle

        java.lang.String getTitle()
        optional string title = 1 [json_name = "title"];
        Returns:
        The title.
      • getTitleBytes

        com.google.protobuf.ByteString getTitleBytes()
        optional string title = 1 [json_name = "title"];
        Returns:
        The bytes for title.
      • hasBody

        boolean hasBody()
        optional string body = 2 [json_name = "body"];
        Returns:
        Whether the body field is set.
      • getBody

        java.lang.String getBody()
        optional string body = 2 [json_name = "body"];
        Returns:
        The body.
      • getBodyBytes

        com.google.protobuf.ByteString getBodyBytes()
        optional string body = 2 [json_name = "body"];
        Returns:
        The bytes for body.
      • hasImagePosition

        boolean hasImagePosition()
        optional int32 image_position = 3 [json_name = "imagePosition"];
        Returns:
        Whether the imagePosition field is set.
      • getImagePosition

        int getImagePosition()
        optional int32 image_position = 3 [json_name = "imagePosition"];
        Returns:
        The imagePosition.