com.google.api.ads.dfp.axis.v201208
Class CreativeSet

java.lang.Object
  extended by com.google.api.ads.dfp.axis.v201208.CreativeSet
All Implemented Interfaces:
Serializable

public class CreativeSet
extends Object
implements Serializable

A creative set is comprised of a master creative and its companion creatives.

See Also:
Serialized Form

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

CreativeSet

public CreativeSet()

CreativeSet

public CreativeSet(Long id,
                   String name,
                   Long masterCreativeId,
                   long[] companionCreativeIds)
Method Detail

getId

public Long getId()
Gets the id value for this CreativeSet.

Returns:
id * Uniquely identifies the CreativeSet. This attribute is read-only and is assigned by Google when a creative set is created.

setId

public void setId(Long id)
Sets the id value for this CreativeSet.

Parameters:
id - * Uniquely identifies the CreativeSet. This attribute is read-only and is assigned by Google when a creative set is created.

getName

public String getName()
Gets the name value for this CreativeSet.

Returns:
name * The name of the creative set. This attribute is required and has a maximum length of 255 characters.

setName

public void setName(String name)
Sets the name value for this CreativeSet.

Parameters:
name - * The name of the creative set. This attribute is required and has a maximum length of 255 characters.

getMasterCreativeId

public Long getMasterCreativeId()
Gets the masterCreativeId value for this CreativeSet.

Returns:
masterCreativeId * The ID of the master creative associated with this creative set. This attribute is required.

setMasterCreativeId

public void setMasterCreativeId(Long masterCreativeId)
Sets the masterCreativeId value for this CreativeSet.

Parameters:
masterCreativeId - * The ID of the master creative associated with this creative set. This attribute is required.

getCompanionCreativeIds

public long[] getCompanionCreativeIds()
Gets the companionCreativeIds value for this CreativeSet.

Returns:
companionCreativeIds * The IDs of the companion creatives associated with this creative set. This attribute is required.

setCompanionCreativeIds

public void setCompanionCreativeIds(long[] companionCreativeIds)
Sets the companionCreativeIds value for this CreativeSet.

Parameters:
companionCreativeIds - * The IDs of the companion creatives associated with this creative set. This attribute is required.

getCompanionCreativeIds

public long getCompanionCreativeIds(int i)

setCompanionCreativeIds

public void setCompanionCreativeIds(int i,
                                    long _value)

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

getTypeDesc

public static org.apache.axis.description.TypeDesc getTypeDesc()
Return type metadata object


getSerializer

public static org.apache.axis.encoding.Serializer getSerializer(String mechType,
                                                                Class _javaType,
                                                                QName _xmlType)
Get Custom Serializer


getDeserializer

public static org.apache.axis.encoding.Deserializer getDeserializer(String mechType,
                                                                    Class _javaType,
                                                                    QName _xmlType)
Get Custom Deserializer



Copyright © 2012. All Rights Reserved.