public class CreativeSet extends Object implements Serializable
| Constructor and Description |
|---|
CreativeSet() |
CreativeSet(Long id,
String name,
Long masterCreativeId,
long[] companionCreativeIds,
DateTime lastModifiedDateTime) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
long[] |
getCompanionCreativeIds()
Gets the companionCreativeIds value for this CreativeSet.
|
long |
getCompanionCreativeIds(int i) |
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer
|
Long |
getId()
Gets the id value for this CreativeSet.
|
DateTime |
getLastModifiedDateTime()
Gets the lastModifiedDateTime value for this CreativeSet.
|
Long |
getMasterCreativeId()
Gets the masterCreativeId value for this CreativeSet.
|
String |
getName()
Gets the name value for this CreativeSet.
|
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 |
setCompanionCreativeIds(int i,
long _value) |
void |
setCompanionCreativeIds(long[] companionCreativeIds)
Sets the companionCreativeIds value for this CreativeSet.
|
void |
setId(Long id)
Sets the id value for this CreativeSet.
|
void |
setLastModifiedDateTime(DateTime lastModifiedDateTime)
Sets the lastModifiedDateTime value for this CreativeSet.
|
void |
setMasterCreativeId(Long masterCreativeId)
Sets the masterCreativeId value for this CreativeSet.
|
void |
setName(String name)
Sets the name value for this CreativeSet.
|
String |
toString() |
public Long getId()
CreativeSet. This attribute
is
read-only and is assigned by Google when a creative
set is created.public void setId(Long id)
id - * Uniquely identifies the CreativeSet. This attribute
is
read-only and is assigned by Google when a creative
set is created.public String getName()
public void setName(String name)
name - * The name of the creative set. This attribute is required and
has a
maximum length of 255 characters.public Long getMasterCreativeId()
public void setMasterCreativeId(Long masterCreativeId)
masterCreativeId - * The ID of the master creative associated with this creative
set. This attribute is required.public long[] getCompanionCreativeIds()
public void setCompanionCreativeIds(long[] companionCreativeIds)
companionCreativeIds - * The IDs of the companion creatives associated with this creative
set. This attribute is
required.public long getCompanionCreativeIds(int i)
public void setCompanionCreativeIds(int i,
long _value)
public DateTime getLastModifiedDateTime()
public void setLastModifiedDateTime(DateTime lastModifiedDateTime)
lastModifiedDateTime - * The date and time this creative set was last modified.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.