Package com.streamlayer.interactive.feed
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.StringgetBody()optional string body = 2 [json_name = "body"];com.google.protobuf.ByteStringgetBodyBytes()optional string body = 2 [json_name = "body"];intgetImagePosition()optional int32 image_position = 3 [json_name = "imagePosition"];java.lang.StringgetTitle()optional string title = 1 [json_name = "title"];com.google.protobuf.ByteStringgetTitleBytes()optional string title = 1 [json_name = "title"];booleanhasBody()optional string body = 2 [json_name = "body"];booleanhasImagePosition()optional int32 image_position = 3 [json_name = "imagePosition"];booleanhasTitle()optional string title = 1 [json_name = "title"];
-
-
-
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.
-
-