com.google.api.ads.adwords.v201109.cm
Class OperationStreamResult

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

public class OperationStreamResult
extends Object
implements Serializable

The result of processing an OperationStream.

See Also:
Serialized Form

Constructor Summary
OperationStreamResult()
           
OperationStreamResult(OperationResult[] operationResults)
           
 
Method Summary
 boolean equals(Object obj)
           
static org.apache.axis.encoding.Deserializer getDeserializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Deserializer
 OperationResult[] getOperationResults()
          Gets the operationResults value for this OperationStreamResult.
 OperationResult getOperationResults(int i)
           
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 setOperationResults(int i, OperationResult _value)
           
 void setOperationResults(OperationResult[] operationResults)
          Sets the operationResults value for this OperationStreamResult.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OperationStreamResult

public OperationStreamResult()

OperationStreamResult

public OperationStreamResult(OperationResult[] operationResults)
Method Detail

getOperationResults

public OperationResult[] getOperationResults()
Gets the operationResults value for this OperationStreamResult.

Returns:
operationResults * The individual operation results corresponding to the operations of the operation stream for this result.

setOperationResults

public void setOperationResults(OperationResult[] operationResults)
Sets the operationResults value for this OperationStreamResult.

Parameters:
operationResults - * The individual operation results corresponding to the operations of the operation stream for this result.

getOperationResults

public OperationResult getOperationResults(int i)

setOperationResults

public void setOperationResults(int i,
                                OperationResult _value)

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.