Class EventCustomFields.Builder

    • Method Detail

      • getPreview

        public java.lang.String getPreview()
        string preview = 1 [json_name = "preview"];
        Specified by:
        getPreview in interface EventCustomFieldsOrBuilder
        Returns:
        The preview.
      • getPreviewBytes

        public com.google.protobuf.ByteString getPreviewBytes()
        string preview = 1 [json_name = "preview"];
        Specified by:
        getPreviewBytes in interface EventCustomFieldsOrBuilder
        Returns:
        The bytes for preview.
      • setPreview

        public EventCustomFields.Builder setPreview​(java.lang.String value)
        string preview = 1 [json_name = "preview"];
        Parameters:
        value - The preview to set.
        Returns:
        This builder for chaining.
      • clearPreview

        public EventCustomFields.Builder clearPreview()
        string preview = 1 [json_name = "preview"];
        Returns:
        This builder for chaining.
      • setPreviewBytes

        public EventCustomFields.Builder setPreviewBytes​(com.google.protobuf.ByteString value)
        string preview = 1 [json_name = "preview"];
        Parameters:
        value - The bytes for preview to set.
        Returns:
        This builder for chaining.
      • getStream

        public java.lang.String getStream()
         stream url
         
        string stream = 2 [json_name = "stream"];
        Specified by:
        getStream in interface EventCustomFieldsOrBuilder
        Returns:
        The stream.
      • getStreamBytes

        public com.google.protobuf.ByteString getStreamBytes()
         stream url
         
        string stream = 2 [json_name = "stream"];
        Specified by:
        getStreamBytes in interface EventCustomFieldsOrBuilder
        Returns:
        The bytes for stream.
      • setStream

        public EventCustomFields.Builder setStream​(java.lang.String value)
         stream url
         
        string stream = 2 [json_name = "stream"];
        Parameters:
        value - The stream to set.
        Returns:
        This builder for chaining.
      • clearStream

        public EventCustomFields.Builder clearStream()
         stream url
         
        string stream = 2 [json_name = "stream"];
        Returns:
        This builder for chaining.
      • setStreamBytes

        public EventCustomFields.Builder setStreamBytes​(com.google.protobuf.ByteString value)
         stream url
         
        string stream = 2 [json_name = "stream"];
        Parameters:
        value - The bytes for stream to set.
        Returns:
        This builder for chaining.
      • getName

        public java.lang.String getName()
        string name = 3 [json_name = "name"];
        Specified by:
        getName in interface EventCustomFieldsOrBuilder
        Returns:
        The name.
      • getNameBytes

        public com.google.protobuf.ByteString getNameBytes()
        string name = 3 [json_name = "name"];
        Specified by:
        getNameBytes in interface EventCustomFieldsOrBuilder
        Returns:
        The bytes for name.
      • setName

        public EventCustomFields.Builder setName​(java.lang.String value)
        string name = 3 [json_name = "name"];
        Parameters:
        value - The name to set.
        Returns:
        This builder for chaining.
      • clearName

        public EventCustomFields.Builder clearName()
        string name = 3 [json_name = "name"];
        Returns:
        This builder for chaining.
      • setNameBytes

        public EventCustomFields.Builder setNameBytes​(com.google.protobuf.ByteString value)
        string name = 3 [json_name = "name"];
        Parameters:
        value - The bytes for name to set.
        Returns:
        This builder for chaining.
      • getLogo

        public java.lang.String getLogo()
        string logo = 4 [json_name = "logo"];
        Specified by:
        getLogo in interface EventCustomFieldsOrBuilder
        Returns:
        The logo.
      • getLogoBytes

        public com.google.protobuf.ByteString getLogoBytes()
        string logo = 4 [json_name = "logo"];
        Specified by:
        getLogoBytes in interface EventCustomFieldsOrBuilder
        Returns:
        The bytes for logo.
      • setLogo

        public EventCustomFields.Builder setLogo​(java.lang.String value)
        string logo = 4 [json_name = "logo"];
        Parameters:
        value - The logo to set.
        Returns:
        This builder for chaining.
      • clearLogo

        public EventCustomFields.Builder clearLogo()
        string logo = 4 [json_name = "logo"];
        Returns:
        This builder for chaining.
      • setLogoBytes

        public EventCustomFields.Builder setLogoBytes​(com.google.protobuf.ByteString value)
        string logo = 4 [json_name = "logo"];
        Parameters:
        value - The bytes for logo to set.
        Returns:
        This builder for chaining.
      • getEventIdsList

        public java.util.List<java.lang.String> getEventIdsList()
        repeated string event_ids = 5 [json_name = "eventIds"];
        Specified by:
        getEventIdsList in interface EventCustomFieldsOrBuilder
        Returns:
        A list containing the eventIds.
      • getEventIdsCount

        public int getEventIdsCount()
        repeated string event_ids = 5 [json_name = "eventIds"];
        Specified by:
        getEventIdsCount in interface EventCustomFieldsOrBuilder
        Returns:
        The count of eventIds.
      • getEventIds

        public java.lang.String getEventIds​(int index)
        repeated string event_ids = 5 [json_name = "eventIds"];
        Specified by:
        getEventIds in interface EventCustomFieldsOrBuilder
        Parameters:
        index - The index of the element to return.
        Returns:
        The eventIds at the given index.
      • getEventIdsBytes

        public com.google.protobuf.ByteString getEventIdsBytes​(int index)
        repeated string event_ids = 5 [json_name = "eventIds"];
        Specified by:
        getEventIdsBytes in interface EventCustomFieldsOrBuilder
        Parameters:
        index - The index of the value to return.
        Returns:
        The bytes of the eventIds at the given index.
      • setEventIds

        public EventCustomFields.Builder setEventIds​(int index,
                                                     java.lang.String value)
        repeated string event_ids = 5 [json_name = "eventIds"];
        Parameters:
        index - The index to set the value at.
        value - The eventIds to set.
        Returns:
        This builder for chaining.
      • addEventIds

        public EventCustomFields.Builder addEventIds​(java.lang.String value)
        repeated string event_ids = 5 [json_name = "eventIds"];
        Parameters:
        value - The eventIds to add.
        Returns:
        This builder for chaining.
      • addAllEventIds

        public EventCustomFields.Builder addAllEventIds​(java.lang.Iterable<java.lang.String> values)
        repeated string event_ids = 5 [json_name = "eventIds"];
        Parameters:
        values - The eventIds to add.
        Returns:
        This builder for chaining.
      • clearEventIds

        public EventCustomFields.Builder clearEventIds()
        repeated string event_ids = 5 [json_name = "eventIds"];
        Returns:
        This builder for chaining.
      • addEventIdsBytes

        public EventCustomFields.Builder addEventIdsBytes​(com.google.protobuf.ByteString value)
        repeated string event_ids = 5 [json_name = "eventIds"];
        Parameters:
        value - The bytes of the eventIds to add.
        Returns:
        This builder for chaining.
      • getSubtitle

        public java.lang.String getSubtitle()
        string subtitle = 6 [json_name = "subtitle"];
        Specified by:
        getSubtitle in interface EventCustomFieldsOrBuilder
        Returns:
        The subtitle.
      • getSubtitleBytes

        public com.google.protobuf.ByteString getSubtitleBytes()
        string subtitle = 6 [json_name = "subtitle"];
        Specified by:
        getSubtitleBytes in interface EventCustomFieldsOrBuilder
        Returns:
        The bytes for subtitle.
      • setSubtitle

        public EventCustomFields.Builder setSubtitle​(java.lang.String value)
        string subtitle = 6 [json_name = "subtitle"];
        Parameters:
        value - The subtitle to set.
        Returns:
        This builder for chaining.
      • clearSubtitle

        public EventCustomFields.Builder clearSubtitle()
        string subtitle = 6 [json_name = "subtitle"];
        Returns:
        This builder for chaining.
      • setSubtitleBytes

        public EventCustomFields.Builder setSubtitleBytes​(com.google.protobuf.ByteString value)
        string subtitle = 6 [json_name = "subtitle"];
        Parameters:
        value - The bytes for subtitle to set.
        Returns:
        This builder for chaining.
      • getPromotitle

        public java.lang.String getPromotitle()
        string promotitle = 7 [json_name = "promotitle"];
        Specified by:
        getPromotitle in interface EventCustomFieldsOrBuilder
        Returns:
        The promotitle.
      • getPromotitleBytes

        public com.google.protobuf.ByteString getPromotitleBytes()
        string promotitle = 7 [json_name = "promotitle"];
        Specified by:
        getPromotitleBytes in interface EventCustomFieldsOrBuilder
        Returns:
        The bytes for promotitle.
      • setPromotitle

        public EventCustomFields.Builder setPromotitle​(java.lang.String value)
        string promotitle = 7 [json_name = "promotitle"];
        Parameters:
        value - The promotitle to set.
        Returns:
        This builder for chaining.
      • clearPromotitle

        public EventCustomFields.Builder clearPromotitle()
        string promotitle = 7 [json_name = "promotitle"];
        Returns:
        This builder for chaining.
      • setPromotitleBytes

        public EventCustomFields.Builder setPromotitleBytes​(com.google.protobuf.ByteString value)
        string promotitle = 7 [json_name = "promotitle"];
        Parameters:
        value - The bytes for promotitle to set.
        Returns:
        This builder for chaining.
      • getSlate

        public java.lang.String getSlate()
         fallback url when stream is offline
         
        string slate = 8 [json_name = "slate"];
        Specified by:
        getSlate in interface EventCustomFieldsOrBuilder
        Returns:
        The slate.
      • getSlateBytes

        public com.google.protobuf.ByteString getSlateBytes()
         fallback url when stream is offline
         
        string slate = 8 [json_name = "slate"];
        Specified by:
        getSlateBytes in interface EventCustomFieldsOrBuilder
        Returns:
        The bytes for slate.
      • setSlate

        public EventCustomFields.Builder setSlate​(java.lang.String value)
         fallback url when stream is offline
         
        string slate = 8 [json_name = "slate"];
        Parameters:
        value - The slate to set.
        Returns:
        This builder for chaining.
      • clearSlate

        public EventCustomFields.Builder clearSlate()
         fallback url when stream is offline
         
        string slate = 8 [json_name = "slate"];
        Returns:
        This builder for chaining.
      • setSlateBytes

        public EventCustomFields.Builder setSlateBytes​(com.google.protobuf.ByteString value)
         fallback url when stream is offline
         
        string slate = 8 [json_name = "slate"];
        Parameters:
        value - The bytes for slate to set.
        Returns:
        This builder for chaining.
      • getHorizontalPreview

        public java.lang.String getHorizontalPreview()
         Horizontal preview image
         
        string horizontal_preview = 9 [json_name = "horizontalPreview"];
        Specified by:
        getHorizontalPreview in interface EventCustomFieldsOrBuilder
        Returns:
        The horizontalPreview.
      • getHorizontalPreviewBytes

        public com.google.protobuf.ByteString getHorizontalPreviewBytes()
         Horizontal preview image
         
        string horizontal_preview = 9 [json_name = "horizontalPreview"];
        Specified by:
        getHorizontalPreviewBytes in interface EventCustomFieldsOrBuilder
        Returns:
        The bytes for horizontalPreview.
      • setHorizontalPreview

        public EventCustomFields.Builder setHorizontalPreview​(java.lang.String value)
         Horizontal preview image
         
        string horizontal_preview = 9 [json_name = "horizontalPreview"];
        Parameters:
        value - The horizontalPreview to set.
        Returns:
        This builder for chaining.
      • clearHorizontalPreview

        public EventCustomFields.Builder clearHorizontalPreview()
         Horizontal preview image
         
        string horizontal_preview = 9 [json_name = "horizontalPreview"];
        Returns:
        This builder for chaining.
      • setHorizontalPreviewBytes

        public EventCustomFields.Builder setHorizontalPreviewBytes​(com.google.protobuf.ByteString value)
         Horizontal preview image
         
        string horizontal_preview = 9 [json_name = "horizontalPreview"];
        Parameters:
        value - The bytes for horizontalPreview to set.
        Returns:
        This builder for chaining.
      • getSmallLogo

        public java.lang.String getSmallLogo()
        string small_logo = 10 [json_name = "smallLogo"];
        Specified by:
        getSmallLogo in interface EventCustomFieldsOrBuilder
        Returns:
        The smallLogo.
      • getSmallLogoBytes

        public com.google.protobuf.ByteString getSmallLogoBytes()
        string small_logo = 10 [json_name = "smallLogo"];
        Specified by:
        getSmallLogoBytes in interface EventCustomFieldsOrBuilder
        Returns:
        The bytes for smallLogo.
      • setSmallLogo

        public EventCustomFields.Builder setSmallLogo​(java.lang.String value)
        string small_logo = 10 [json_name = "smallLogo"];
        Parameters:
        value - The smallLogo to set.
        Returns:
        This builder for chaining.
      • clearSmallLogo

        public EventCustomFields.Builder clearSmallLogo()
        string small_logo = 10 [json_name = "smallLogo"];
        Returns:
        This builder for chaining.
      • setSmallLogoBytes

        public EventCustomFields.Builder setSmallLogoBytes​(com.google.protobuf.ByteString value)
        string small_logo = 10 [json_name = "smallLogo"];
        Parameters:
        value - The bytes for smallLogo to set.
        Returns:
        This builder for chaining.
      • getDescription

        public java.lang.String getDescription()
         additional description
         
        string description = 11 [json_name = "description"];
        Specified by:
        getDescription in interface EventCustomFieldsOrBuilder
        Returns:
        The description.
      • getDescriptionBytes

        public com.google.protobuf.ByteString getDescriptionBytes()
         additional description
         
        string description = 11 [json_name = "description"];
        Specified by:
        getDescriptionBytes in interface EventCustomFieldsOrBuilder
        Returns:
        The bytes for description.
      • setDescription

        public EventCustomFields.Builder setDescription​(java.lang.String value)
         additional description
         
        string description = 11 [json_name = "description"];
        Parameters:
        value - The description to set.
        Returns:
        This builder for chaining.
      • clearDescription

        public EventCustomFields.Builder clearDescription()
         additional description
         
        string description = 11 [json_name = "description"];
        Returns:
        This builder for chaining.
      • setDescriptionBytes

        public EventCustomFields.Builder setDescriptionBytes​(com.google.protobuf.ByteString value)
         additional description
         
        string description = 11 [json_name = "description"];
        Parameters:
        value - The bytes for description to set.
        Returns:
        This builder for chaining.