public class AudienceSegment extends Object implements Serializable
AudienceSegment represents audience segment object.| Constructor and Description |
|---|
AudienceSegment() |
AudienceSegment(Long id,
String name,
long[] categoryIds,
String description,
AudienceSegmentStatus status,
Long size,
Long mobileWebSize,
Long idfaSize,
Long adIdSize,
Long ppidSize,
AudienceSegmentDataProvider dataProvider,
AudienceSegmentType type) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
Long |
getAdIdSize()
Gets the adIdSize value for this AudienceSegment.
|
long[] |
getCategoryIds()
Gets the categoryIds value for this AudienceSegment.
|
long |
getCategoryIds(int i) |
AudienceSegmentDataProvider |
getDataProvider()
Gets the dataProvider value for this AudienceSegment.
|
String |
getDescription()
Gets the description value for this AudienceSegment.
|
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer
|
Long |
getId()
Gets the id value for this AudienceSegment.
|
Long |
getIdfaSize()
Gets the idfaSize value for this AudienceSegment.
|
Long |
getMobileWebSize()
Gets the mobileWebSize value for this AudienceSegment.
|
String |
getName()
Gets the name value for this AudienceSegment.
|
Long |
getPpidSize()
Gets the ppidSize value for this AudienceSegment.
|
static org.apache.axis.encoding.Serializer |
getSerializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Serializer
|
Long |
getSize()
Gets the size value for this AudienceSegment.
|
AudienceSegmentStatus |
getStatus()
Gets the status value for this AudienceSegment.
|
AudienceSegmentType |
getType()
Gets the type value for this AudienceSegment.
|
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object
|
int |
hashCode() |
void |
setAdIdSize(Long adIdSize)
Sets the adIdSize value for this AudienceSegment.
|
void |
setCategoryIds(int i,
long _value) |
void |
setCategoryIds(long[] categoryIds)
Sets the categoryIds value for this AudienceSegment.
|
void |
setDataProvider(AudienceSegmentDataProvider dataProvider)
Sets the dataProvider value for this AudienceSegment.
|
void |
setDescription(String description)
Sets the description value for this AudienceSegment.
|
void |
setId(Long id)
Sets the id value for this AudienceSegment.
|
void |
setIdfaSize(Long idfaSize)
Sets the idfaSize value for this AudienceSegment.
|
void |
setMobileWebSize(Long mobileWebSize)
Sets the mobileWebSize value for this AudienceSegment.
|
void |
setName(String name)
Sets the name value for this AudienceSegment.
|
void |
setPpidSize(Long ppidSize)
Sets the ppidSize value for this AudienceSegment.
|
void |
setSize(Long size)
Sets the size value for this AudienceSegment.
|
void |
setStatus(AudienceSegmentStatus status)
Sets the status value for this AudienceSegment.
|
void |
setType(AudienceSegmentType type)
Sets the type value for this AudienceSegment.
|
String |
toString() |
public AudienceSegment()
public AudienceSegment(Long id, String name, long[] categoryIds, String description, AudienceSegmentStatus status, Long size, Long mobileWebSize, Long idfaSize, Long adIdSize, Long ppidSize, AudienceSegmentDataProvider dataProvider, AudienceSegmentType type)
public Long getId()
AudienceSegment. This attribute is readonly
and is populated by Google.public void setId(Long id)
id - * Id of the AudienceSegment. This attribute is readonly
and is populated by Google.public String getName()
AudienceSegment. This attribute is required
and has a maximum length of 255
characters.public void setName(String name)
name - * Name of the AudienceSegment. This attribute is required
and has a maximum length of 255
characters.public long[] getCategoryIds()
public void setCategoryIds(long[] categoryIds)
categoryIds - * The ids of the categories this segment belongs to. This field
is optional, it may be empty.public long getCategoryIds(int i)
public void setCategoryIds(int i,
long _value)
public String getDescription()
AudienceSegment. This attribute
is optional and has a maximum
length of 8192 characters.public void setDescription(String description)
description - * Description of the AudienceSegment. This attribute
is optional and has a maximum
length of 8192 characters.public AudienceSegmentStatus getStatus()
AudienceSegment. This controls whether
the given segment is available for
targeting or not. During creation this attribute is
optional and defaults to ACTIVE.
This attribute is readonly for updates.public void setStatus(AudienceSegmentStatus status)
status - * Status of the AudienceSegment. This controls whether
the given segment is available for
targeting or not. During creation this attribute is
optional and defaults to ACTIVE.
This attribute is readonly for updates.public Long getSize()
AudienceSegment.
This attribute is readonly and is
populated by Google.public void setSize(Long size)
size - * Number of unique identifiers in the AudienceSegment.
This attribute is readonly and is
populated by Google.public Long getMobileWebSize()
AudienceSegment
for mobile web.
This attribute is read-only.public void setMobileWebSize(Long mobileWebSize)
mobileWebSize - * Number of unique identifiers in the AudienceSegment
for mobile web.
This attribute is read-only.public Long getIdfaSize()
AudienceSegment.
This attribute is read-only.public void setIdfaSize(Long idfaSize)
idfaSize - * Number of unique IDFA identifiers in the AudienceSegment.
This attribute is read-only.public Long getAdIdSize()
AudienceSegment.
This attribute is read-only.public void setAdIdSize(Long adIdSize)
adIdSize - * Number of unique AdID identifiers in the AudienceSegment.
This attribute is read-only.public Long getPpidSize()
AudienceSegment.
This attribute is read-only.public void setPpidSize(Long ppidSize)
ppidSize - * Number of unique PPID (publisher provided identifiers) in the
AudienceSegment.
This attribute is read-only.public AudienceSegmentDataProvider getDataProvider()
public void setDataProvider(AudienceSegmentDataProvider dataProvider)
dataProvider - * Owner data provider of this segment. This attribute is readonly
and is assigned by Google.public AudienceSegmentType getType()
public void setType(AudienceSegmentType type)
type - * Type of the segment. This attribute is readonly and is assigned
by Google.public static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
Copyright © 2018. All Rights Reserved.