Interface SmartCampaignEligibleDetailsOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getEndDateTime()
      The timestamp of when the campaign will end, if applicable.
      com.google.protobuf.ByteString getEndDateTimeBytes()
      The timestamp of when the campaign will end, if applicable.
      java.lang.String getLastImpressionDateTime()
      The timestamp of the last impression observed in the last 48 hours for this campaign.
      com.google.protobuf.ByteString getLastImpressionDateTimeBytes()
      The timestamp of the last impression observed in the last 48 hours for this campaign.
      boolean hasEndDateTime()
      The timestamp of when the campaign will end, if applicable.
      boolean hasLastImpressionDateTime()
      The timestamp of the last impression observed in the last 48 hours for this campaign.
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • Methods inherited from interface com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • Method Detail

      • hasLastImpressionDateTime

        boolean hasLastImpressionDateTime()
         The timestamp of the last impression observed in the last 48 hours for this
         campaign.
         The timestamp is in the customer’s timezone and in
         “yyyy-MM-dd HH:mm:ss” format.
         
        optional string last_impression_date_time = 1;
        Returns:
        Whether the lastImpressionDateTime field is set.
      • getLastImpressionDateTime

        java.lang.String getLastImpressionDateTime()
         The timestamp of the last impression observed in the last 48 hours for this
         campaign.
         The timestamp is in the customer’s timezone and in
         “yyyy-MM-dd HH:mm:ss” format.
         
        optional string last_impression_date_time = 1;
        Returns:
        The lastImpressionDateTime.
      • getLastImpressionDateTimeBytes

        com.google.protobuf.ByteString getLastImpressionDateTimeBytes()
         The timestamp of the last impression observed in the last 48 hours for this
         campaign.
         The timestamp is in the customer’s timezone and in
         “yyyy-MM-dd HH:mm:ss” format.
         
        optional string last_impression_date_time = 1;
        Returns:
        The bytes for lastImpressionDateTime.
      • hasEndDateTime

        boolean hasEndDateTime()
         The timestamp of when the campaign will end, if applicable.
         The timestamp is in the customer’s timezone and in
         “yyyy-MM-dd HH:mm:ss” format.
         
        optional string end_date_time = 2;
        Returns:
        Whether the endDateTime field is set.
      • getEndDateTime

        java.lang.String getEndDateTime()
         The timestamp of when the campaign will end, if applicable.
         The timestamp is in the customer’s timezone and in
         “yyyy-MM-dd HH:mm:ss” format.
         
        optional string end_date_time = 2;
        Returns:
        The endDateTime.
      • getEndDateTimeBytes

        com.google.protobuf.ByteString getEndDateTimeBytes()
         The timestamp of when the campaign will end, if applicable.
         The timestamp is in the customer’s timezone and in
         “yyyy-MM-dd HH:mm:ss” format.
         
        optional string end_date_time = 2;
        Returns:
        The bytes for endDateTime.