Class TestPushNotification.Builder
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite.Builder<MessageType,BuilderType>
-
- com.google.protobuf.GeneratedMessageLite.Builder<TestPushNotification,TestPushNotification.Builder>
-
- com.streamlayer.pushNotification.common.TestPushNotification.Builder
-
- All Implemented Interfaces:
com.google.protobuf.MessageLite.Builder,com.google.protobuf.MessageLiteOrBuilder,TestPushNotificationOrBuilder,java.lang.Cloneable
- Enclosing class:
- TestPushNotification
public static final class TestPushNotification.Builder extends com.google.protobuf.GeneratedMessageLite.Builder<TestPushNotification,TestPushNotification.Builder> implements TestPushNotificationOrBuilder
Protobuf typestreamlayer.pushNotification.TestPushNotification
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TestPushNotification.BuilderclearBody()string body = 2 [json_name = "body"];TestPushNotification.BuilderclearTitle()string title = 1 [json_name = "title"];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"];TestPushNotification.BuildersetBody(java.lang.String value)string body = 2 [json_name = "body"];TestPushNotification.BuildersetBodyBytes(com.google.protobuf.ByteString value)string body = 2 [json_name = "body"];TestPushNotification.BuildersetTitle(java.lang.String value)string title = 1 [json_name = "title"];TestPushNotification.BuildersetTitleBytes(com.google.protobuf.ByteString value)string title = 1 [json_name = "title"];-
Methods inherited from class com.google.protobuf.GeneratedMessageLite.Builder
build, buildPartial, clear, clone, copyOnWrite, copyOnWriteInternal, getDefaultInstanceForType, internalMergeFrom, isInitialized, mergeFrom, mergeFrom, mergeFrom, mergeFrom
-
Methods inherited from class com.google.protobuf.AbstractMessageLite.Builder
addAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException
-
-
-
-
Method Detail
-
getTitle
public java.lang.String getTitle()
string title = 1 [json_name = "title"];- Specified by:
getTitlein interfaceTestPushNotificationOrBuilder- Returns:
- The title.
-
getTitleBytes
public com.google.protobuf.ByteString getTitleBytes()
string title = 1 [json_name = "title"];- Specified by:
getTitleBytesin interfaceTestPushNotificationOrBuilder- Returns:
- The bytes for title.
-
setTitle
public TestPushNotification.Builder setTitle(java.lang.String value)
string title = 1 [json_name = "title"];- Parameters:
value- The title to set.- Returns:
- This builder for chaining.
-
clearTitle
public TestPushNotification.Builder clearTitle()
string title = 1 [json_name = "title"];- Returns:
- This builder for chaining.
-
setTitleBytes
public TestPushNotification.Builder setTitleBytes(com.google.protobuf.ByteString value)
string title = 1 [json_name = "title"];- Parameters:
value- The bytes for title to set.- Returns:
- This builder for chaining.
-
getBody
public java.lang.String getBody()
string body = 2 [json_name = "body"];- Specified by:
getBodyin interfaceTestPushNotificationOrBuilder- Returns:
- The body.
-
getBodyBytes
public com.google.protobuf.ByteString getBodyBytes()
string body = 2 [json_name = "body"];- Specified by:
getBodyBytesin interfaceTestPushNotificationOrBuilder- Returns:
- The bytes for body.
-
setBody
public TestPushNotification.Builder setBody(java.lang.String value)
string body = 2 [json_name = "body"];- Parameters:
value- The body to set.- Returns:
- This builder for chaining.
-
clearBody
public TestPushNotification.Builder clearBody()
string body = 2 [json_name = "body"];- Returns:
- This builder for chaining.
-
setBodyBytes
public TestPushNotification.Builder setBodyBytes(com.google.protobuf.ByteString value)
string body = 2 [json_name = "body"];- Parameters:
value- The bytes for body to set.- Returns:
- This builder for chaining.
-
-