com.google.api.ads.adwords.v201109.cm
Class AdGroupAdExperimentData

java.lang.Object
  extended by com.google.api.ads.adwords.v201109.cm.AdGroupAdExperimentData
All Implemented Interfaces:
Serializable

public class AdGroupAdExperimentData
extends Object
implements Serializable

Data associated with an advertiser experiment for an AdGroupAd

See Also:
Serialized Form

Constructor Summary
AdGroupAdExperimentData()
           
AdGroupAdExperimentData(Long experimentId, ExperimentDeltaStatus experimentDeltaStatus, ExperimentDataStatus experimentDataStatus)
           
 
Method Summary
 boolean equals(Object obj)
           
static org.apache.axis.encoding.Deserializer getDeserializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Deserializer
 ExperimentDataStatus getExperimentDataStatus()
          Gets the experimentDataStatus value for this AdGroupAdExperimentData.
 ExperimentDeltaStatus getExperimentDeltaStatus()
          Gets the experimentDeltaStatus value for this AdGroupAdExperimentData.
 Long getExperimentId()
          Gets the experimentId value for this AdGroupAdExperimentData.
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
 int hashCode()
           
 void setExperimentDataStatus(ExperimentDataStatus experimentDataStatus)
          Sets the experimentDataStatus value for this AdGroupAdExperimentData.
 void setExperimentDeltaStatus(ExperimentDeltaStatus experimentDeltaStatus)
          Sets the experimentDeltaStatus value for this AdGroupAdExperimentData.
 void setExperimentId(Long experimentId)
          Sets the experimentId value for this AdGroupAdExperimentData.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AdGroupAdExperimentData

public AdGroupAdExperimentData()

AdGroupAdExperimentData

public AdGroupAdExperimentData(Long experimentId,
                               ExperimentDeltaStatus experimentDeltaStatus,
                               ExperimentDataStatus experimentDataStatus)
Method Detail

getExperimentId

public Long getExperimentId()
Gets the experimentId value for this AdGroupAdExperimentData.

Returns:
experimentId * This field can be selected using the value "ExperimentId".This field can be filtered on. This field is required and should not be null.

setExperimentId

public void setExperimentId(Long experimentId)
Sets the experimentId value for this AdGroupAdExperimentData.

Parameters:
experimentId - * This field can be selected using the value "ExperimentId".This field can be filtered on. This field is required and should not be null.

getExperimentDeltaStatus

public ExperimentDeltaStatus getExperimentDeltaStatus()
Gets the experimentDeltaStatus value for this AdGroupAdExperimentData.

Returns:
experimentDeltaStatus * Status of this AdGroupAd in the experiment. It must be specified while adding experiment data, which could come as a SET as well This field can be selected using the value "ExperimentDeltaStatus". This field is required and should not be null when it is contained within Operators : ADD.

setExperimentDeltaStatus

public void setExperimentDeltaStatus(ExperimentDeltaStatus experimentDeltaStatus)
Sets the experimentDeltaStatus value for this AdGroupAdExperimentData.

Parameters:
experimentDeltaStatus - * Status of this AdGroupAd in the experiment. It must be specified while adding experiment data, which could come as a SET as well This field can be selected using the value "ExperimentDeltaStatus". This field is required and should not be null when it is contained within Operators : ADD.

getExperimentDataStatus

public ExperimentDataStatus getExperimentDataStatus()
Gets the experimentDataStatus value for this AdGroupAdExperimentData.

Returns:
experimentDataStatus * Status of the experiment row This field can be selected using the value "ExperimentDataStatus". This field is read only and should not be set for following Operators : ADD. If this field is sent to the API, it will be ignored.

setExperimentDataStatus

public void setExperimentDataStatus(ExperimentDataStatus experimentDataStatus)
Sets the experimentDataStatus value for this AdGroupAdExperimentData.

Parameters:
experimentDataStatus - * Status of the experiment row This field can be selected using the value "ExperimentDataStatus". This field is read only and should not be set for following Operators : ADD. If this field is sent to the API, it will be ignored.

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 © 2011. All Rights Reserved.