public class ThirdPartySlot extends Object implements Serializable
ThirdPartySlot represents how third-party creatives are
uniquely identified in a third-party ad network, yield manager, or
ad exchange's system.| Constructor and Description |
|---|
ThirdPartySlot() |
ThirdPartySlot(Long id,
long[] creativeIds,
Long companyId,
String externalUniqueId,
String externalUniqueName,
String description,
ThirdPartySlotStatus status) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
Long |
getCompanyId()
Gets the companyId value for this ThirdPartySlot.
|
long[] |
getCreativeIds()
Gets the creativeIds value for this ThirdPartySlot.
|
long |
getCreativeIds(int i) |
String |
getDescription()
Gets the description value for this ThirdPartySlot.
|
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer
|
String |
getExternalUniqueId()
Gets the externalUniqueId value for this ThirdPartySlot.
|
String |
getExternalUniqueName()
Gets the externalUniqueName value for this ThirdPartySlot.
|
Long |
getId()
Gets the id value for this ThirdPartySlot.
|
static org.apache.axis.encoding.Serializer |
getSerializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Serializer
|
ThirdPartySlotStatus |
getStatus()
Gets the status value for this ThirdPartySlot.
|
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object
|
int |
hashCode() |
void |
setCompanyId(Long companyId)
Sets the companyId value for this ThirdPartySlot.
|
void |
setCreativeIds(int i,
long _value) |
void |
setCreativeIds(long[] creativeIds)
Sets the creativeIds value for this ThirdPartySlot.
|
void |
setDescription(String description)
Sets the description value for this ThirdPartySlot.
|
void |
setExternalUniqueId(String externalUniqueId)
Sets the externalUniqueId value for this ThirdPartySlot.
|
void |
setExternalUniqueName(String externalUniqueName)
Sets the externalUniqueName value for this ThirdPartySlot.
|
void |
setId(Long id)
Sets the id value for this ThirdPartySlot.
|
void |
setStatus(ThirdPartySlotStatus status)
Sets the status value for this ThirdPartySlot.
|
public Long getId()
ThirdPartySlot. This value is
readonly
and is assigned by Google.public void setId(Long id)
id - * The unique ID of the ThirdPartySlot. This value is
readonly
and is assigned by Google.public long[] getCreativeIds()
Creative objects that belong to this
slot.public void setCreativeIds(long[] creativeIds)
creativeIds - * Set of IDs of Creative objects that belong to this
slot.public long getCreativeIds(int i)
public void setCreativeIds(int i,
long _value)
public Long getCompanyId()
Company to which this slot belongs. This
value is
required.public void setCompanyId(Long companyId)
companyId - * ID of the Company to which this slot belongs. This
value is
required.public String getExternalUniqueId()
public void setExternalUniqueId(String externalUniqueId)
externalUniqueId - * The unique identification for this creative in the third party
system.
This value is required and has a maximum length of
255 characters.public String getExternalUniqueName()
public void setExternalUniqueName(String externalUniqueName)
externalUniqueName - * The name for the unique identification - this value may, and
will usually,
be the same as externalUniqueId. This value is required
and has a maximum
length of 255 characters.public String getDescription()
public void setDescription(String description)
description - * A description of the unique identification. This value is
required and
has a maximum length of 511 characters.public ThirdPartySlotStatus getStatus()
ThirdPartySlot. This attribute
is read-only.public void setStatus(ThirdPartySlotStatus status)
status - * The status of this ThirdPartySlot. This attribute
is read-only.public static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
Copyright © 2014. All Rights Reserved.