|
||||||||||
| 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.DoubleComparisonOperation
public class DoubleComparisonOperation
Object representing double 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 | |
|---|---|
DoubleComparisonOperation()
|
|
DoubleComparisonOperation(Double minimum,
Double maximum)
|
|
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
|
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer |
Double |
getMaximum()
Gets the maximum value for this DoubleComparisonOperation. |
Double |
getMinimum()
Gets the minimum value for this DoubleComparisonOperation. |
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(Double maximum)
Sets the maximum value for this DoubleComparisonOperation. |
void |
setMinimum(Double minimum)
Sets the minimum value for this DoubleComparisonOperation. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DoubleComparisonOperation()
public DoubleComparisonOperation(Double minimum,
Double maximum)
| Method Detail |
|---|
public Double getMinimum()
public void setMinimum(Double minimum)
minimum - * The minimum value of elements returned by this operation (inclusive).public Double getMaximum()
public void setMaximum(Double 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 | |||||||||