public class LineItemTemplate extends Object implements Serializable
| Constructor and Description |
|---|
LineItemTemplate() |
LineItemTemplate(Long id,
String name,
Boolean isDefault,
String lineItemName,
Boolean enabledForSameAdvertiserException,
String notes,
LineItemType lineItemType,
DeliveryRateType deliveryRateType,
RoadblockingType roadblockingType,
CreativeRotationType creativeRotationType) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
CreativeRotationType |
getCreativeRotationType()
Gets the creativeRotationType value for this LineItemTemplate.
|
DeliveryRateType |
getDeliveryRateType()
Gets the deliveryRateType value for this LineItemTemplate.
|
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer
|
Boolean |
getEnabledForSameAdvertiserException()
Gets the enabledForSameAdvertiserException value for this LineItemTemplate.
|
Long |
getId()
Gets the id value for this LineItemTemplate.
|
Boolean |
getIsDefault()
Gets the isDefault value for this LineItemTemplate.
|
String |
getLineItemName()
Gets the lineItemName value for this LineItemTemplate.
|
LineItemType |
getLineItemType()
Gets the lineItemType value for this LineItemTemplate.
|
String |
getName()
Gets the name value for this LineItemTemplate.
|
String |
getNotes()
Gets the notes value for this LineItemTemplate.
|
RoadblockingType |
getRoadblockingType()
Gets the roadblockingType value for this LineItemTemplate.
|
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 |
setCreativeRotationType(CreativeRotationType creativeRotationType)
Sets the creativeRotationType value for this LineItemTemplate.
|
void |
setDeliveryRateType(DeliveryRateType deliveryRateType)
Sets the deliveryRateType value for this LineItemTemplate.
|
void |
setEnabledForSameAdvertiserException(Boolean enabledForSameAdvertiserException)
Sets the enabledForSameAdvertiserException value for this LineItemTemplate.
|
void |
setId(Long id)
Sets the id value for this LineItemTemplate.
|
void |
setIsDefault(Boolean isDefault)
Sets the isDefault value for this LineItemTemplate.
|
void |
setLineItemName(String lineItemName)
Sets the lineItemName value for this LineItemTemplate.
|
void |
setLineItemType(LineItemType lineItemType)
Sets the lineItemType value for this LineItemTemplate.
|
void |
setName(String name)
Sets the name value for this LineItemTemplate.
|
void |
setNotes(String notes)
Sets the notes value for this LineItemTemplate.
|
void |
setRoadblockingType(RoadblockingType roadblockingType)
Sets the roadblockingType value for this LineItemTemplate.
|
String |
toString() |
public LineItemTemplate()
public LineItemTemplate(Long id, String name, Boolean isDefault, String lineItemName, Boolean enabledForSameAdvertiserException, String notes, LineItemType lineItemType, DeliveryRateType deliveryRateType, RoadblockingType roadblockingType, CreativeRotationType creativeRotationType)
public Long getId()
LineItemTemplate. This attribute
is
read-only and is assigned by Google when a template
is created.public void setId(Long id)
id - * Uniquely identifies the LineItemTemplate. This attribute
is
read-only and is assigned by Google when a template
is created.public String getName()
LineItemTemplate. This attribute is
required.public void setName(String name)
name - * The name of the LineItemTemplate. This attribute is
required.public Boolean getIsDefault()
LineItemTemplate represents the
default choices
for creating a LineItem. Only one default
LineItemTemplate
is allowed per Network. This attribute is
readonly.public void setIsDefault(Boolean isDefault)
isDefault - * Whether or not the LineItemTemplate represents the
default choices
for creating a LineItem. Only one default
LineItemTemplate
is allowed per Network. This attribute is
readonly.public String getLineItemName()
name of a new LineItem.
This
attribute is optional and has a maximum length of
127 characters.public void setLineItemName(String lineItemName)
lineItemName - * The default name of a new LineItem.
This
attribute is optional and has a maximum length of
127 characters.public Boolean getEnabledForSameAdvertiserException()
LineItem#enabledForSameAdvertiserException
field of a new
LineItem. This attribute is required.public void setEnabledForSameAdvertiserException(Boolean enabledForSameAdvertiserException)
enabledForSameAdvertiserException - * The default value for the
LineItem#enabledForSameAdvertiserException
field of a new
LineItem. This attribute is required.public String getNotes()
notes for a new LineItem.
This
attribute is optional and has a maximum length of
65,535 characters.public void setNotes(String notes)
notes - * The default notes for a new LineItem.
This
attribute is optional and has a maximum length of
65,535 characters.public LineItemType getLineItemType()
type of a new LineItem.
This attribute is required.public void setLineItemType(LineItemType lineItemType)
lineItemType - * The default type of a new LineItem.
This attribute is required.public DeliveryRateType getDeliveryRateType()
delivery strategy
for a new
LineItem. This attribute is required.public void setDeliveryRateType(DeliveryRateType deliveryRateType)
deliveryRateType - * The default delivery strategy
for a new
LineItem. This attribute is required.public RoadblockingType getRoadblockingType()
roadblocking strategy
for a
new LineItem. This attribute is required.public void setRoadblockingType(RoadblockingType roadblockingType)
roadblockingType - * The default roadblocking strategy
for a
new LineItem. This attribute is required.public CreativeRotationType getCreativeRotationType()
creative rotation
strategy
for a new LineItem. This attribute is required.public void setCreativeRotationType(CreativeRotationType creativeRotationType)
creativeRotationType - * The default creative rotation
strategy
for a new LineItem. This attribute is required.public static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
Copyright © 2018. All Rights Reserved.