|
||||||||||
| 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.LongComparisonOperation
public class LongComparisonOperation
Pojo representing integer comparison operations. This is usually
used within
a particular
com.google.ads.api.services.targetingideas.search.SearchParameter
to
specify the valid values requested for the specific
com.google.ads.api.services.targetingideas.attributes.Attribute.
| Constructor Summary | |
|---|---|
LongComparisonOperation()
|
|
LongComparisonOperation(Long minimum,
Long maximum)
|
|
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
|
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer |
Long |
getMaximum()
Gets the maximum value for this LongComparisonOperation. |
Long |
getMinimum()
Gets the minimum value for this LongComparisonOperation. |
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 |
setMaximum(Long maximum)
Sets the maximum value for this LongComparisonOperation. |
void |
setMinimum(Long minimum)
Sets the minimum value for this LongComparisonOperation. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public LongComparisonOperation()
public LongComparisonOperation(Long minimum,
Long maximum)
| Method Detail |
|---|
public Long getMinimum()
public void setMinimum(Long minimum)
minimum - * the minimum value of elements returned by this operation (inclusive).public Long getMaximum()
public void setMaximum(Long maximum)
maximum - * the maximum value of elements returned by this operation (inclusive).public boolean equals(Object obj)
equals in class Objectpublic int hashCode()
hashCode in class Objectpublic 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 | |||||||||