Class TestPushNotification.Builder

    • Field Summary

      • Fields inherited from class com.google.protobuf.GeneratedMessageLite.Builder

        instance
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      TestPushNotification.Builder clearBody()
      string body = 2 [json_name = "body"];
      TestPushNotification.Builder clearTitle()
      string title = 1 [json_name = "title"];
      java.lang.String getBody()
      string body = 2 [json_name = "body"];
      com.google.protobuf.ByteString getBodyBytes()
      string body = 2 [json_name = "body"];
      java.lang.String getTitle()
      string title = 1 [json_name = "title"];
      com.google.protobuf.ByteString getTitleBytes()
      string title = 1 [json_name = "title"];
      TestPushNotification.Builder setBody​(java.lang.String value)
      string body = 2 [json_name = "body"];
      TestPushNotification.Builder setBodyBytes​(com.google.protobuf.ByteString value)
      string body = 2 [json_name = "body"];
      TestPushNotification.Builder setTitle​(java.lang.String value)
      string title = 1 [json_name = "title"];
      TestPushNotification.Builder setTitleBytes​(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
      • Methods inherited from class java.lang.Object

        equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        getDefaultInstanceForType, isInitialized
    • Method Detail

      • getTitleBytes

        public com.google.protobuf.ByteString getTitleBytes()
        string title = 1 [json_name = "title"];
        Specified by:
        getTitleBytes in interface TestPushNotificationOrBuilder
        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.
      • 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.
      • getBodyBytes

        public com.google.protobuf.ByteString getBodyBytes()
        string body = 2 [json_name = "body"];
        Specified by:
        getBodyBytes in interface TestPushNotificationOrBuilder
        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.
      • 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.