|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.google.api.ads.dfp.axis.v201206.CreativeSet
public class CreativeSet
A creative set is comprised of a master creative and its companion creatives.
| Constructor Summary | |
|---|---|
CreativeSet()
|
|
CreativeSet(Long id,
String name,
Long masterCreativeId,
long[] companionCreativeIds)
|
|
| Method Summary | |
|---|---|
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. |
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 |
setMasterCreativeId(Long masterCreativeId)
Sets the masterCreativeId value for this CreativeSet. |
void |
setName(String name)
Sets the name value for this CreativeSet. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CreativeSet()
public CreativeSet(Long id,
String name,
Long masterCreativeId,
long[] companionCreativeIds)
| Method Detail |
|---|
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 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 | |||||||||