|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.google.api.ads.dfp.axis.v201208.AudienceSegment
public class AudienceSegment
An AudienceSegment represents audience segment object.
| Constructor Summary | |
|---|---|
AudienceSegment()
|
|
AudienceSegment(Long id,
String name,
String description,
AudienceSegmentStatus status,
Long size,
String audienceSegmentType)
|
|
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
|
String |
getAudienceSegmentType()
Gets the audienceSegmentType 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. |
String |
getName()
Gets the name 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. |
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object |
int |
hashCode()
|
void |
setAudienceSegmentType(String audienceSegmentType)
Sets the audienceSegmentType 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 |
setName(String name)
Sets the name 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. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AudienceSegment()
public AudienceSegment(Long id,
String name,
String description,
AudienceSegmentStatus status,
Long size,
String audienceSegmentType)
| Method Detail |
|---|
public Long getId()
AudienceSegment. This value is readonly and
is populated by Google.public void setId(Long id)
id - * Id of the AudienceSegment. This value 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 String getDescription()
AudienceSegment. This attribute
is required and has a maximum
length of 8192 characters.public void setDescription(String description)
description - * Description of the AudienceSegment. This attribute
is required and has a maximum
length of 8192 characters.public AudienceSegmentStatus getStatus()
AudienceSegment. This controls whether
the given segment is available for
targeting or not.public void setStatus(AudienceSegmentStatus status)
status - * Status of the AudienceSegment. This controls whether
the given segment is available for
targeting or not.public Long getSize()
AudienceSegment. This
value is readonly and is
populated by Google.public void setSize(Long size)
size - * Number of unique cookies in the AudienceSegment. This
value is readonly and is
populated by Google.public String getAudienceSegmentType()
public void setAudienceSegmentType(String audienceSegmentType)
audienceSegmentType - * Indicates that this instance is a subtype of AudienceSegment.
Although this field is returned in the response, it is ignored on
input
and cannot be selected. Specify xsi:type instead.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 | |||||||||