public class MobileApplicationTargeting extends Object implements Serializable
| Constructor and Description |
|---|
MobileApplicationTargeting() |
MobileApplicationTargeting(long[] mobileApplicationIds,
Boolean isTargeted) |
| 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
|
Boolean |
getIsTargeted()
Gets the isTargeted value for this MobileApplicationTargeting.
|
long[] |
getMobileApplicationIds()
Gets the mobileApplicationIds value for this MobileApplicationTargeting.
|
long |
getMobileApplicationIds(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 |
setIsTargeted(Boolean isTargeted)
Sets the isTargeted value for this MobileApplicationTargeting.
|
void |
setMobileApplicationIds(int i,
long _value) |
void |
setMobileApplicationIds(long[] mobileApplicationIds)
Sets the mobileApplicationIds value for this MobileApplicationTargeting.
|
String |
toString() |
public MobileApplicationTargeting()
public MobileApplicationTargeting(long[] mobileApplicationIds,
Boolean isTargeted)
public long[] getMobileApplicationIds()
public void setMobileApplicationIds(long[] mobileApplicationIds)
public long getMobileApplicationIds(int i)
public void setMobileApplicationIds(int i,
long _value)
public Boolean getIsTargeted()
true.public void setIsTargeted(Boolean isTargeted)
isTargeted - * Indicates whether mobile apps should be targeted or excluded.
This attribute is optional
and defaults to true.public static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
Copyright © 2022. All rights reserved.