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

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

public class BiddableAdGroupCriterionExperimentData
extends Object
implements Serializable

Data associated with an advertiser experiment for this BiddableAdGroupCriterion.

See Also:
Serialized Form

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

Constructor Detail

BiddableAdGroupCriterionExperimentData

public BiddableAdGroupCriterionExperimentData()

BiddableAdGroupCriterionExperimentData

public BiddableAdGroupCriterionExperimentData(Long experimentId,
                                              ExperimentDeltaStatus experimentDeltaStatus,
                                              ExperimentDataStatus experimentDataStatus,
                                              AdGroupCriterionExperimentBidMultiplier experimentBidMultiplier)
Method Detail

getExperimentId

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

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

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

Returns:
experimentDeltaStatus * Status of this adgroup 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 can be filtered on. 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 BiddableAdGroupCriterionExperimentData.

Parameters:
experimentDeltaStatus - * Status of this adgroup 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 can be filtered on. 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 BiddableAdGroupCriterionExperimentData.

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

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.

getExperimentBidMultiplier

public AdGroupCriterionExperimentBidMultiplier getExperimentBidMultiplier()
Gets the experimentBidMultiplier value for this BiddableAdGroupCriterionExperimentData.

Returns:
experimentBidMultiplier * Bid multipliers, if any This field can be selected using the value "ExperimentBidMultiplier".This field can be filtered on.

setExperimentBidMultiplier

public void setExperimentBidMultiplier(AdGroupCriterionExperimentBidMultiplier experimentBidMultiplier)
Sets the experimentBidMultiplier value for this BiddableAdGroupCriterionExperimentData.

Parameters:
experimentBidMultiplier - * Bid multipliers, if any This field can be selected using the value "ExperimentBidMultiplier".This field can be filtered on.

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.