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

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

public class RealTimeBiddingSetting
extends Setting
implements Serializable

Settings for Real-Time Bidding, a feature only available for campaigns targeting the Ad Exchange network.

See Also:
Serialized Form

Constructor Summary
RealTimeBiddingSetting()
           
RealTimeBiddingSetting(String settingType, Boolean optIn)
           
 
Method Summary
 boolean equals(Object obj)
           
static org.apache.axis.encoding.Deserializer getDeserializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Deserializer
 Boolean getOptIn()
          Gets the optIn value for this RealTimeBiddingSetting.
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 setOptIn(Boolean optIn)
          Sets the optIn value for this RealTimeBiddingSetting.
 
Methods inherited from class com.google.api.ads.adwords.v201109.cm.Setting
getSettingType, setSettingType
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RealTimeBiddingSetting

public RealTimeBiddingSetting()

RealTimeBiddingSetting

public RealTimeBiddingSetting(String settingType,
                              Boolean optIn)
Method Detail

getOptIn

public Boolean getOptIn()
Gets the optIn value for this RealTimeBiddingSetting.

Returns:
optIn * Whether the campaign is opted in to real-time bidding.

setOptIn

public void setOptIn(Boolean optIn)
Sets the optIn value for this RealTimeBiddingSetting.

Parameters:
optIn - * Whether the campaign is opted in to real-time bidding.

equals

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

hashCode

public int hashCode()
Overrides:
hashCode in class Setting

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.