Interface TestPushNotificationOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
TestPushNotification,TestPushNotification.Builder
public interface TestPushNotificationOrBuilder extends com.google.protobuf.MessageLiteOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetBody()string body = 2 [json_name = "body"];com.google.protobuf.ByteStringgetBodyBytes()string body = 2 [json_name = "body"];java.lang.StringgetTitle()string title = 1 [json_name = "title"];com.google.protobuf.ByteStringgetTitleBytes()string title = 1 [json_name = "title"];
-
-
-
Method Detail
-
getTitle
java.lang.String getTitle()
string title = 1 [json_name = "title"];- Returns:
- The title.
-
getTitleBytes
com.google.protobuf.ByteString getTitleBytes()
string title = 1 [json_name = "title"];- Returns:
- The bytes for title.
-
getBody
java.lang.String getBody()
string body = 2 [json_name = "body"];- Returns:
- The body.
-
getBodyBytes
com.google.protobuf.ByteString getBodyBytes()
string body = 2 [json_name = "body"];- Returns:
- The bytes for body.
-
-