Interface SmartCampaignRemovedDetailsOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
SmartCampaignRemovedDetails,SmartCampaignRemovedDetails.Builder
public interface SmartCampaignRemovedDetailsOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetRemovedDateTime()The timestamp of when the campaign was removed.com.google.protobuf.ByteStringgetRemovedDateTimeBytes()The timestamp of when the campaign was removed.booleanhasRemovedDateTime()The timestamp of when the campaign was removed.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasRemovedDateTime
boolean hasRemovedDateTime()
The timestamp of when the campaign was removed. The timestamp is in the customer’s timezone and in “yyyy-MM-dd HH:mm:ss” format.
optional string removed_date_time = 1;- Returns:
- Whether the removedDateTime field is set.
-
getRemovedDateTime
java.lang.String getRemovedDateTime()
The timestamp of when the campaign was removed. The timestamp is in the customer’s timezone and in “yyyy-MM-dd HH:mm:ss” format.
optional string removed_date_time = 1;- Returns:
- The removedDateTime.
-
getRemovedDateTimeBytes
com.google.protobuf.ByteString getRemovedDateTimeBytes()
The timestamp of when the campaign was removed. The timestamp is in the customer’s timezone and in “yyyy-MM-dd HH:mm:ss” format.
optional string removed_date_time = 1;- Returns:
- The bytes for removedDateTime.
-
-