com.google.api.ads.dfp.axis.v201208
Class TrackingUrls

java.lang.Object
  extended by com.google.api.ads.dfp.axis.v201208.TrackingUrls
All Implemented Interfaces:
Serializable

public class TrackingUrls
extends Object
implements Serializable

A list of URLs that should be pinged for a conversion event.

See Also:
Serialized Form

Constructor Summary
TrackingUrls()
           
TrackingUrls(String[] urls)
           
 
Method Summary
 boolean equals(Object obj)
           
static org.apache.axis.encoding.Deserializer getDeserializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Deserializer
static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Serializer
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 String[] getUrls()
          Gets the urls value for this TrackingUrls.
 String getUrls(int i)
           
 int hashCode()
           
 void setUrls(int i, String _value)
           
 void setUrls(String[] urls)
          Sets the urls value for this TrackingUrls.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TrackingUrls

public TrackingUrls()

TrackingUrls

public TrackingUrls(String[] urls)
Method Detail

getUrls

public String[] getUrls()
Gets the urls value for this TrackingUrls.

Returns:
urls * A list of all URLs that should be pinged.

setUrls

public void setUrls(String[] urls)
Sets the urls value for this TrackingUrls.

Parameters:
urls - * A list of all URLs that should be pinged.

getUrls

public String getUrls(int i)

setUrls

public void setUrls(int i,
                    String _value)

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

getTypeDesc

public static org.apache.axis.description.TypeDesc getTypeDesc()
Return type metadata object


getSerializer

public static org.apache.axis.encoding.Serializer getSerializer(String mechType,
                                                                Class _javaType,
                                                                QName _xmlType)
Get Custom Serializer


getDeserializer

public static org.apache.axis.encoding.Deserializer getDeserializer(String mechType,
                                                                    Class _javaType,
                                                                    QName _xmlType)
Get Custom Deserializer



Copyright © 2012. All Rights Reserved.