com.google.api.ads.adwords.v201109.o
Class PlacementTypeSearchParameter

java.lang.Object
  extended by com.google.api.ads.adwords.v201109.o.SearchParameter
      extended by com.google.api.ads.adwords.v201109.o.PlacementTypeSearchParameter
All Implemented Interfaces:
Serializable

public class PlacementTypeSearchParameter
extends SearchParameter
implements Serializable

A SearchParameter for PLACEMENT IdeaTypes used to filter results based on the type of website, known as com.google.ads.api.services.targetingideas.attributes.Type#PLACEMENT_TYPE, that they appear in. For example, searches may be limited to find results that only appear within mobile websites or feeds.

This element is supported by following IdeaTypes: PLACEMENT.

This element is supported by following RequestTypes: IDEAS.

See Also:
Serialized Form

Constructor Summary
PlacementTypeSearchParameter()
           
PlacementTypeSearchParameter(String searchParameterType, SiteConstantsPlacementType[] placementTypes)
           
 
Method Summary
 boolean equals(Object obj)
           
static org.apache.axis.encoding.Deserializer getDeserializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Deserializer
 SiteConstantsPlacementType[] getPlacementTypes()
          Gets the placementTypes value for this PlacementTypeSearchParameter.
 SiteConstantsPlacementType getPlacementTypes(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 setPlacementTypes(int i, SiteConstantsPlacementType _value)
           
 void setPlacementTypes(SiteConstantsPlacementType[] placementTypes)
          Sets the placementTypes value for this PlacementTypeSearchParameter.
 
Methods inherited from class com.google.api.ads.adwords.v201109.o.SearchParameter
getSearchParameterType, setSearchParameterType
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PlacementTypeSearchParameter

public PlacementTypeSearchParameter()

PlacementTypeSearchParameter

public PlacementTypeSearchParameter(String searchParameterType,
                                    SiteConstantsPlacementType[] placementTypes)
Method Detail

getPlacementTypes

public SiteConstantsPlacementType[] getPlacementTypes()
Gets the placementTypes value for this PlacementTypeSearchParameter.

Returns:
placementTypes * A Set of PlacementTypes representing the types of sites in which ideas must appear. This field must contain distinct elements. This field must not contain null elements. This field must contain at least one element. This field is required and should not be null.

setPlacementTypes

public void setPlacementTypes(SiteConstantsPlacementType[] placementTypes)
Sets the placementTypes value for this PlacementTypeSearchParameter.

Parameters:
placementTypes - * A Set of PlacementTypes representing the types of sites in which ideas must appear. This field must contain distinct elements. This field must not contain null elements. This field must contain at least one element. This field is required and should not be null.

getPlacementTypes

public SiteConstantsPlacementType getPlacementTypes(int i)

setPlacementTypes

public void setPlacementTypes(int i,
                              SiteConstantsPlacementType _value)

equals

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

hashCode

public int hashCode()
Overrides:
hashCode in class SearchParameter

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.