|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.google.api.ads.dfp.axis.v201208.CustomCriteriaNode
com.google.api.ads.dfp.axis.v201208.CustomCriteriaLeaf
com.google.api.ads.dfp.axis.v201208.CustomCriteria
public class CustomCriteria
A CustomCriteria object is used to perform custom criteria
targeting
on custom targeting keys of type CustomTargetingKey.Type#PREDEFINED
or CustomTargetingKey.Type#FREEFORM.
| Constructor Summary | |
|---|---|
CustomCriteria()
|
|
CustomCriteria(String customCriteriaNodeType,
Long keyId,
long[] valueIds,
CustomCriteriaComparisonOperator operator)
|
|
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
|
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer |
Long |
getKeyId()
Gets the keyId value for this CustomCriteria. |
CustomCriteriaComparisonOperator |
getOperator()
Gets the operator value for this CustomCriteria. |
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 |
long[] |
getValueIds()
Gets the valueIds value for this CustomCriteria. |
long |
getValueIds(int i)
|
int |
hashCode()
|
void |
setKeyId(Long keyId)
Sets the keyId value for this CustomCriteria. |
void |
setOperator(CustomCriteriaComparisonOperator operator)
Sets the operator value for this CustomCriteria. |
void |
setValueIds(int i,
long _value)
|
void |
setValueIds(long[] valueIds)
Sets the valueIds value for this CustomCriteria. |
| Methods inherited from class com.google.api.ads.dfp.axis.v201208.CustomCriteriaNode |
|---|
getCustomCriteriaNodeType, setCustomCriteriaNodeType |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CustomCriteria()
public CustomCriteria(String customCriteriaNodeType,
Long keyId,
long[] valueIds,
CustomCriteriaComparisonOperator operator)
| Method Detail |
|---|
public Long getKeyId()
CustomTargetingKey.id of the CustomTargetingKey
object
that was created using CustomTargetingService.
This attribute is
required.public void setKeyId(Long keyId)
keyId - * The CustomTargetingKey.id of the CustomTargetingKey
object
that was created using CustomTargetingService.
This attribute is
required.public long[] getValueIds()
CustomTargetingValue objects to target the
custom
targeting key with id keyId.
This attribute is
required.public void setValueIds(long[] valueIds)
valueIds - * The ids of CustomTargetingValue objects to target the
custom
targeting key with id keyId.
This attribute is
required.public long getValueIds(int i)
public void setValueIds(int i,
long _value)
public CustomCriteriaComparisonOperator getOperator()
public void setOperator(CustomCriteriaComparisonOperator operator)
operator - * The comparison operator. This attribute is required.public boolean equals(Object obj)
equals in class CustomCriteriaLeafpublic int hashCode()
hashCode in class CustomCriteriaLeafpublic 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 | |||||||||