Package 

Class Regs


  • 
    public final class Regs
    
                        

    This object contains any legal, governmental, or industry regulations that apply to the request. The coppa flag signals whether or not the request falls under the United States Federal Trade Commission’s regulations for the United States Children’s Online Privacy Protection Act (“COPPA”).

    • Constructor Summary

      Constructors 
      Constructor Description
      Regs()
    • Method Summary

      Modifier and Type Method Description
      final Integer getCoppa() Flag indicating if this request is subject to the COPPA regulations established by the USA FTC, where 0 = no, 1 = yes.
      final Unit setCoppa(@SerializedName(value = coppa) Integer coppa) Flag indicating if this request is subject to the COPPA regulations established by the USA FTC, where 0 = no, 1 = yes.
      final Object getExtension() Placeholder for bidder-specific extensions to OpenRTB.
      final Unit setExtension(@SerializedName(value = ext) Object extension) Placeholder for bidder-specific extensions to OpenRTB.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Regs

        Regs()
    • Method Detail

      • getCoppa

         final Integer getCoppa()

        Flag indicating if this request is subject to the COPPA regulations established by the USA FTC, where 0 = no, 1 = yes.

      • setCoppa

         final Unit setCoppa(@SerializedName(value = coppa) Integer coppa)

        Flag indicating if this request is subject to the COPPA regulations established by the USA FTC, where 0 = no, 1 = yes.

      • getExtension

         final Object getExtension()

        Placeholder for bidder-specific extensions to OpenRTB.

      • setExtension

         final Unit setExtension(@SerializedName(value = ext) Object extension)

        Placeholder for bidder-specific extensions to OpenRTB.