Class AdSystem


  • public class AdSystem
    extends java.lang.Object
    A descriptive name for the system that serves the ad. Optionally, a version number for the ad system may also be provided using the version attribute.
    • Constructor Summary

      Constructors 
      Constructor Description
      AdSystem()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getName()
      The ad server name.
      java.lang.String getVersion()
      The ad system version.
      • Methods inherited from class java.lang.Object

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

      • AdSystem

        public AdSystem()
    • Method Detail

      • getName

        public java.lang.String getName()
        The ad server name.
        Returns:
        A string that provides the name of the ad server that returned the ad.
      • getVersion

        public java.lang.String getVersion()
        The ad system version.
        Returns:
        A string that provides the version number of the ad system that returned the ad.