com.google.api.ads.dfp.axis.v201201
Class UpdateResult

java.lang.Object
  extended by com.google.api.ads.dfp.axis.v201201.UpdateResult
All Implemented Interfaces:
Serializable

public class UpdateResult
extends Object
implements Serializable

Represents the result of performing an action on objects.

See Also:
Serialized Form

Constructor Summary
UpdateResult()
           
UpdateResult(Integer numChanges)
           
 
Method Summary
 boolean equals(Object obj)
           
static org.apache.axis.encoding.Deserializer getDeserializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Deserializer
 Integer getNumChanges()
          Gets the numChanges value for this UpdateResult.
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 setNumChanges(Integer numChanges)
          Sets the numChanges value for this UpdateResult.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UpdateResult

public UpdateResult()

UpdateResult

public UpdateResult(Integer numChanges)
Method Detail

getNumChanges

public Integer getNumChanges()
Gets the numChanges value for this UpdateResult.

Returns:
numChanges * The number of objects that were changed as a result of performing the action.

setNumChanges

public void setNumChanges(Integer numChanges)
Sets the numChanges value for this UpdateResult.

Parameters:
numChanges - * The number of objects that were changed as a result of performing the action.

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 © 2012. All Rights Reserved.