Interface AdxExt.BidRequestExt.BidFeedback.EventNotificationTokenOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getPayload()
      The contents of the token.
      com.google.protobuf.ByteString getPayloadBytes()
      The contents of the token.
      boolean hasPayload()
      The contents of the token.
      • 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

      • 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.