Interface SmartCampaignPausedDetailsOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
SmartCampaignPausedDetails,SmartCampaignPausedDetails.Builder
public interface SmartCampaignPausedDetailsOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetPausedDateTime()The timestamp of when the campaign was last paused.com.google.protobuf.ByteStringgetPausedDateTimeBytes()The timestamp of when the campaign was last paused.booleanhasPausedDateTime()The timestamp of when the campaign was last paused.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasPausedDateTime
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;- Returns:
- Whether the pausedDateTime field is set.
-
getPausedDateTime
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;- Returns:
- The pausedDateTime.
-
getPausedDateTimeBytes
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;- Returns:
- The bytes for pausedDateTime.
-
-