Class AdSystem

java.lang.Object
com.ooyala.pulse.AdSystem

public class AdSystem extends 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 Details

    • AdSystem

      public AdSystem()
  • Method Details

    • getName

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

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