Package com.google.doubleclick
Interface AdxExt.BidExt.EventNotificationTokenOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
AdxExt.BidExt.EventNotificationToken,AdxExt.BidExt.EventNotificationToken.Builder
- Enclosing class:
- AdxExt.BidExt
public static interface AdxExt.BidExt.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, which will be ignored if longer than 64 bytes.com.google.protobuf.ByteStringgetPayloadBytes()The contents of the token, which will be ignored if longer than 64 bytes.booleanhasPayload()The contents of the token, which will be ignored if longer than 64 bytes.-
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, which will be ignored if longer than 64 bytes.
optional string payload = 1;- Returns:
- Whether the payload field is set.
-
getPayload
String getPayload()
The contents of the token, which will be ignored if longer than 64 bytes.
optional string payload = 1;- Returns:
- The payload.
-
getPayloadBytes
com.google.protobuf.ByteString getPayloadBytes()
The contents of the token, which will be ignored if longer than 64 bytes.
optional string payload = 1;- Returns:
- The bytes for payload.
-
-