Class SmartCampaignPausedDetails.Builder

    • Method Detail

      • getDescriptor

        public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
      • internalGetFieldAccessorTable

        protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
        Specified by:
        internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<SmartCampaignPausedDetails.Builder>
      • getDescriptorForType

        public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
        Specified by:
        getDescriptorForType in interface com.google.protobuf.Message.Builder
        Specified by:
        getDescriptorForType in interface com.google.protobuf.MessageOrBuilder
        Overrides:
        getDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<SmartCampaignPausedDetails.Builder>
      • getDefaultInstanceForType

        public SmartCampaignPausedDetails getDefaultInstanceForType()
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder
      • build

        public SmartCampaignPausedDetails build()
        Specified by:
        build in interface com.google.protobuf.Message.Builder
        Specified by:
        build in interface com.google.protobuf.MessageLite.Builder
      • buildPartial

        public SmartCampaignPausedDetails buildPartial()
        Specified by:
        buildPartial in interface com.google.protobuf.Message.Builder
        Specified by:
        buildPartial in interface com.google.protobuf.MessageLite.Builder
      • setRepeatedField

        public SmartCampaignPausedDetails.Builder setRepeatedField​(com.google.protobuf.Descriptors.FieldDescriptor field,
                                                                   int index,
                                                                   java.lang.Object value)
        Specified by:
        setRepeatedField in interface com.google.protobuf.Message.Builder
        Overrides:
        setRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<SmartCampaignPausedDetails.Builder>
      • addRepeatedField

        public SmartCampaignPausedDetails.Builder addRepeatedField​(com.google.protobuf.Descriptors.FieldDescriptor field,
                                                                   java.lang.Object value)
        Specified by:
        addRepeatedField in interface com.google.protobuf.Message.Builder
        Overrides:
        addRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<SmartCampaignPausedDetails.Builder>
      • isInitialized

        public final boolean isInitialized()
        Specified by:
        isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
        Overrides:
        isInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<SmartCampaignPausedDetails.Builder>
      • mergeFrom

        public SmartCampaignPausedDetails.Builder mergeFrom​(com.google.protobuf.CodedInputStream input,
                                                            com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                                     throws java.io.IOException
        Specified by:
        mergeFrom in interface com.google.protobuf.Message.Builder
        Specified by:
        mergeFrom in interface com.google.protobuf.MessageLite.Builder
        Overrides:
        mergeFrom in class com.google.protobuf.AbstractMessage.Builder<SmartCampaignPausedDetails.Builder>
        Throws:
        java.io.IOException
      • hasPausedDateTime

        public boolean hasPausedDateTime()
         The timestamp of when the campaign was last paused.
         The timestamp is in the customer’s timezone and in
         “yyyy-MM-dd HH:mm:ss” format.
         
        optional string paused_date_time = 1;
        Specified by:
        hasPausedDateTime in interface SmartCampaignPausedDetailsOrBuilder
        Returns:
        Whether the pausedDateTime field is set.
      • getPausedDateTime

        public java.lang.String getPausedDateTime()
         The timestamp of when the campaign was last paused.
         The timestamp is in the customer’s timezone and in
         “yyyy-MM-dd HH:mm:ss” format.
         
        optional string paused_date_time = 1;
        Specified by:
        getPausedDateTime in interface SmartCampaignPausedDetailsOrBuilder
        Returns:
        The pausedDateTime.
      • getPausedDateTimeBytes

        public com.google.protobuf.ByteString getPausedDateTimeBytes()
         The timestamp of when the campaign was last paused.
         The timestamp is in the customer’s timezone and in
         “yyyy-MM-dd HH:mm:ss” format.
         
        optional string paused_date_time = 1;
        Specified by:
        getPausedDateTimeBytes in interface SmartCampaignPausedDetailsOrBuilder
        Returns:
        The bytes for pausedDateTime.
      • setPausedDateTime

        public SmartCampaignPausedDetails.Builder setPausedDateTime​(java.lang.String value)
         The timestamp of when the campaign was last paused.
         The timestamp is in the customer’s timezone and in
         “yyyy-MM-dd HH:mm:ss” format.
         
        optional string paused_date_time = 1;
        Parameters:
        value - The pausedDateTime to set.
        Returns:
        This builder for chaining.
      • clearPausedDateTime

        public SmartCampaignPausedDetails.Builder clearPausedDateTime()
         The timestamp of when the campaign was last paused.
         The timestamp is in the customer’s timezone and in
         “yyyy-MM-dd HH:mm:ss” format.
         
        optional string paused_date_time = 1;
        Returns:
        This builder for chaining.
      • setPausedDateTimeBytes

        public SmartCampaignPausedDetails.Builder setPausedDateTimeBytes​(com.google.protobuf.ByteString value)
         The timestamp of when the campaign was last paused.
         The timestamp is in the customer’s timezone and in
         “yyyy-MM-dd HH:mm:ss” format.
         
        optional string paused_date_time = 1;
        Parameters:
        value - The bytes for pausedDateTime to set.
        Returns:
        This builder for chaining.
      • setUnknownFields

        public final SmartCampaignPausedDetails.Builder setUnknownFields​(com.google.protobuf.UnknownFieldSet unknownFields)
        Specified by:
        setUnknownFields in interface com.google.protobuf.Message.Builder
        Overrides:
        setUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<SmartCampaignPausedDetails.Builder>
      • mergeUnknownFields

        public final SmartCampaignPausedDetails.Builder mergeUnknownFields​(com.google.protobuf.UnknownFieldSet unknownFields)
        Specified by:
        mergeUnknownFields in interface com.google.protobuf.Message.Builder
        Overrides:
        mergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<SmartCampaignPausedDetails.Builder>