|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.google.api.ads.adwords.v201109.cm.OperationStreamResult
public class OperationStreamResult
The result of processing an OperationStream.
| 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 |
|---|
public OperationStreamResult()
public OperationStreamResult(OperationResult[] operationResults)
| Method Detail |
|---|
public OperationResult[] getOperationResults()
public void setOperationResults(OperationResult[] operationResults)
operationResults - * The individual operation results corresponding to the operations
of the
operation stream for this result.public OperationResult getOperationResults(int i)
public void setOperationResults(int i,
OperationResult _value)
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 | |||||||||