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

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

public class LongComparisonOperation
extends Object
implements Serializable

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.

See Also:
Serialized Form

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

LongComparisonOperation

public LongComparisonOperation()

LongComparisonOperation

public LongComparisonOperation(Long minimum,
                               Long maximum)
Method Detail

getMinimum

public Long getMinimum()
Gets the minimum value for this LongComparisonOperation.

Returns:
minimum * the minimum value of elements returned by this operation (inclusive).

setMinimum

public void setMinimum(Long minimum)
Sets the minimum value for this LongComparisonOperation.

Parameters:
minimum - * the minimum value of elements returned by this operation (inclusive).

getMaximum

public Long getMaximum()
Gets the maximum value for this LongComparisonOperation.

Returns:
maximum * the maximum value of elements returned by this operation (inclusive).

setMaximum

public void setMaximum(Long maximum)
Sets the maximum value for this LongComparisonOperation.

Parameters:
maximum - * the maximum value of elements returned by this operation (inclusive).

equals

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

hashCode

public int hashCode()
Overrides:
hashCode in class Object

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.