Package com.google.doubleclick
Interface AdxExt.BidRequestExt.BidFeedback.EventNotificationTokenOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
AdxExt.BidRequestExt.BidFeedback.EventNotificationToken,AdxExt.BidRequestExt.BidFeedback.EventNotificationToken.Builder
- Enclosing class:
- AdxExt.BidRequestExt.BidFeedback
public static interface AdxExt.BidRequestExt.BidFeedback.EventNotificationTokenOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetPayload()The contents of the token.com.google.protobuf.ByteStringgetPayloadBytes()The contents of the token.booleanhasPayload()The contents of the token.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasPayload
boolean hasPayload()
The contents of the token.
optional string payload = 1;- Returns:
- Whether the payload field is set.
-
getPayload
String getPayload()
The contents of the token.
optional string payload = 1;- Returns:
- The payload.
-
getPayloadBytes
com.google.protobuf.ByteString getPayloadBytes()
The contents of the token.
optional string payload = 1;- Returns:
- The bytes for payload.
-
-