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

java.lang.Object
  extended by com.google.api.ads.dfp.axis.v201111.UpdateResult
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
SuggestedAdUnitUpdateResult

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, String updateResultType)
           
 
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
 String getUpdateResultType()
          Gets the updateResultType value for this UpdateResult.
 int hashCode()
           
 void setNumChanges(Integer numChanges)
          Sets the numChanges value for this UpdateResult.
 void setUpdateResultType(String updateResultType)
          Sets the updateResultType 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,
                    String updateResultType)
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.

getUpdateResultType

public String getUpdateResultType()
Gets the updateResultType value for this UpdateResult.

Returns:
updateResultType * Indicates that this instance is a subtype of UpdateResult. Although this field is returned in the response, it is ignored on input and cannot be selected. Specify xsi:type instead.

setUpdateResultType

public void setUpdateResultType(String updateResultType)
Sets the updateResultType value for this UpdateResult.

Parameters:
updateResultType - * Indicates that this instance is a subtype of UpdateResult. Although this field is returned in the response, it is ignored on input and cannot be selected. Specify xsi:type instead.

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.