com.adobe.mediacore.timeline.advertising
Class AdClick

java.lang.Object
  extended by com.adobe.mediacore.timeline.advertising.AdClick

public final class AdClick
extends Object


Constructor Summary
AdClick(String id, String title, String url)
           
 
Method Summary
 String getId()
           
 String getTitle()
           
 String getUrl()
           
static AdClick newInstance(AdClick adClick)
          Creates a deep copy of AdClick object
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AdClick

public AdClick(String id,
               String title,
               String url)
Method Detail

getId

public String getId()
Returns:
The identifier of the url provided by the advertiser

getTitle

public String getTitle()
Returns:
The title to be displayed

getUrl

public String getUrl()
Returns:
The url to be displayed

toString

public String toString()
Overrides:
toString in class Object

newInstance

public static AdClick newInstance(AdClick adClick)
Creates a deep copy of AdClick object

Parameters:
adClick - Reference object
Returns:
Copy of AdClick object