|
||||||||||
| 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.OperationStream
public class OperationStream
A stream of AdWords API mutate operations that must be performed serially. Further, this operation stream must be processed serially with all other operation streams in a bulk mutate job that specify the same scoping entity.
| Constructor Summary | |
|---|---|
OperationStream()
|
|
OperationStream(EntityId scopingEntityId,
Operation[] operations)
|
|
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
|
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer |
Operation[] |
getOperations()
Gets the operations value for this OperationStream. |
Operation |
getOperations(int i)
|
EntityId |
getScopingEntityId()
Gets the scopingEntityId value for this OperationStream. |
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 |
setOperations(int i,
Operation _value)
|
void |
setOperations(Operation[] operations)
Sets the operations value for this OperationStream. |
void |
setScopingEntityId(EntityId scopingEntityId)
Sets the scopingEntityId value for this OperationStream. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public OperationStream()
public OperationStream(EntityId scopingEntityId,
Operation[] operations)
| Method Detail |
|---|
public EntityId getScopingEntityId()
public void setScopingEntityId(EntityId scopingEntityId)
scopingEntityId - * The id of the entity within whose scope the mutate operations
apply.public Operation[] getOperations()
null elements.
This field must
contain at least one element.
This field is required
and should not be null.public void setOperations(Operation[] operations)
operations - * The mutate operations comprising this stream.
This field
must not contain null elements.
This field must
contain at least one element.
This field is required
and should not be null.public Operation getOperations(int i)
public void setOperations(int i,
Operation _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 | |||||||||