public class SuggestedAdUnitUpdateResult extends Object implements Serializable
SuggestedAdUnit
objects.| Constructor and Description |
|---|
SuggestedAdUnitUpdateResult() |
SuggestedAdUnitUpdateResult(String[] newAdUnitIds,
Integer numChanges) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer
|
String[] |
getNewAdUnitIds()
Gets the newAdUnitIds value for this SuggestedAdUnitUpdateResult.
|
String |
getNewAdUnitIds(int i) |
Integer |
getNumChanges()
Gets the numChanges value for this SuggestedAdUnitUpdateResult.
|
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 |
setNewAdUnitIds(int i,
String _value) |
void |
setNewAdUnitIds(String[] newAdUnitIds)
Sets the newAdUnitIds value for this SuggestedAdUnitUpdateResult.
|
void |
setNumChanges(Integer numChanges)
Sets the numChanges value for this SuggestedAdUnitUpdateResult.
|
String |
toString() |
public String[] getNewAdUnitIds()
AdUnit objects that were created in
response to a
performSuggestedAdUnitAction call.public void setNewAdUnitIds(String[] newAdUnitIds)
newAdUnitIds - * The ids of the AdUnit objects that were created in
response to a
performSuggestedAdUnitAction call.public String getNewAdUnitIds(int i)
public void setNewAdUnitIds(int i,
String _value)
public Integer getNumChanges()
public void setNumChanges(Integer numChanges)
numChanges - * The number of objects that were changed as a result of performing
the
action.public static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
Copyright © 2020. All rights reserved.