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

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

public class ConversionOptimizerEligibility
extends Object
implements Serializable

Eligibility data for Campaign to transition to Conversion Optimizer

See Also:
Serialized Form

Constructor Summary
ConversionOptimizerEligibility()
           
ConversionOptimizerEligibility(Boolean eligible, ConversionOptimizerEligibilityRejectionReason[] rejectionReasons)
           
 
Method Summary
 boolean equals(Object obj)
           
static org.apache.axis.encoding.Deserializer getDeserializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Deserializer
 Boolean getEligible()
          Gets the eligible value for this ConversionOptimizerEligibility.
 ConversionOptimizerEligibilityRejectionReason[] getRejectionReasons()
          Gets the rejectionReasons value for this ConversionOptimizerEligibility.
 ConversionOptimizerEligibilityRejectionReason getRejectionReasons(int i)
           
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 setEligible(Boolean eligible)
          Sets the eligible value for this ConversionOptimizerEligibility.
 void setRejectionReasons(ConversionOptimizerEligibilityRejectionReason[] rejectionReasons)
          Sets the rejectionReasons value for this ConversionOptimizerEligibility.
 void setRejectionReasons(int i, ConversionOptimizerEligibilityRejectionReason _value)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConversionOptimizerEligibility

public ConversionOptimizerEligibility()

ConversionOptimizerEligibility

public ConversionOptimizerEligibility(Boolean eligible,
                                      ConversionOptimizerEligibilityRejectionReason[] rejectionReasons)
Method Detail

getEligible

public Boolean getEligible()
Gets the eligible value for this ConversionOptimizerEligibility.

Returns:
eligible * If the campaign is eligible to enter conversion optimizer. This field can be selected using the value "Eligible". This field is read only and should not be set. If this field is sent to the API, it will be ignored.

setEligible

public void setEligible(Boolean eligible)
Sets the eligible value for this ConversionOptimizerEligibility.

Parameters:
eligible - * If the campaign is eligible to enter conversion optimizer. This field can be selected using the value "Eligible". This field is read only and should not be set. If this field is sent to the API, it will be ignored.

getRejectionReasons

public ConversionOptimizerEligibilityRejectionReason[] getRejectionReasons()
Gets the rejectionReasons value for this ConversionOptimizerEligibility.

Returns:
rejectionReasons * Reason why a campaign would be rejected for conversion optimizer. This field can be selected using the value "RejectionReasons". This field is read only and should not be set. If this field is sent to the API, it will be ignored.

setRejectionReasons

public void setRejectionReasons(ConversionOptimizerEligibilityRejectionReason[] rejectionReasons)
Sets the rejectionReasons value for this ConversionOptimizerEligibility.

Parameters:
rejectionReasons - * Reason why a campaign would be rejected for conversion optimizer. This field can be selected using the value "RejectionReasons". This field is read only and should not be set. If this field is sent to the API, it will be ignored.

getRejectionReasons

public ConversionOptimizerEligibilityRejectionReason getRejectionReasons(int i)

setRejectionReasons

public void setRejectionReasons(int i,
                                ConversionOptimizerEligibilityRejectionReason _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 © 2011. All Rights Reserved.