Interface AdxExt.BidExt.EventNotificationTokenOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getPayload()
      The contents of the token, which will be ignored if longer than 64 bytes.
      com.google.protobuf.ByteString getPayloadBytes()
      The contents of the token, which will be ignored if longer than 64 bytes.
      boolean hasPayload()
      The contents of the token, which will be ignored if longer than 64 bytes.
      • 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, 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.