|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.google.api.ads.adwords.v201109.o.SearchParameter
com.google.api.ads.adwords.v201109.o.PlacementTypeSearchParameter
public class PlacementTypeSearchParameter
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.
| 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 |
|---|
public PlacementTypeSearchParameter()
public PlacementTypeSearchParameter(String searchParameterType,
SiteConstantsPlacementType[] placementTypes)
| Method Detail |
|---|
public SiteConstantsPlacementType[] getPlacementTypes()
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.public void setPlacementTypes(SiteConstantsPlacementType[] placementTypes)
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.public SiteConstantsPlacementType getPlacementTypes(int i)
public void setPlacementTypes(int i,
SiteConstantsPlacementType _value)
public boolean equals(Object obj)
equals in class SearchParameterpublic int hashCode()
hashCode in class SearchParameterpublic static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType,
Class _javaType,
QName _xmlType)
public static org.apache.axis.encoding.Deserializer getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||