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

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

public class AdGroupExperimentData
extends Object
implements Serializable

Data associated with an advertiser experiment for this adgroup.

See Also:
Serialized Form

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

Constructor Detail

AdGroupExperimentData

public AdGroupExperimentData()

AdGroupExperimentData

public AdGroupExperimentData(Long experimentId,
                             ExperimentDeltaStatus experimentDeltaStatus,
                             ExperimentDataStatus experimentDataStatus,
                             AdGroupExperimentBidMultipliers experimentBidMultipliers)
Method Detail

getExperimentId

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

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 AdGroupExperimentData.

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 AdGroupExperimentData.

Returns:
experimentDeltaStatus * Status of this adgroup in the experiment. It must be specified while adding experiment data, which could come through 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 AdGroupExperimentData.

Parameters:
experimentDeltaStatus - * Status of this adgroup in the experiment. It must be specified while adding experiment data, which could come through 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 AdGroupExperimentData.

Returns:
experimentDataStatus * Status of the experiment row. If this is set to DELETED in a SET operation, the adgroup will be removed from the experiment. This field can be selected using the value "ExperimentRowStatus". 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 AdGroupExperimentData.

Parameters:
experimentDataStatus - * Status of the experiment row. If this is set to DELETED in a SET operation, the adgroup will be removed from the experiment. This field can be selected using the value "ExperimentRowStatus". 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.

getExperimentBidMultipliers

public AdGroupExperimentBidMultipliers getExperimentBidMultipliers()
Gets the experimentBidMultipliers value for this AdGroupExperimentData.

Returns:
experimentBidMultipliers * Bid multipliers, if any.

setExperimentBidMultipliers

public void setExperimentBidMultipliers(AdGroupExperimentBidMultipliers experimentBidMultipliers)
Sets the experimentBidMultipliers value for this AdGroupExperimentData.

Parameters:
experimentBidMultipliers - * Bid multipliers, if any.

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.