public class LineItemTemplate extends Object
Java class for LineItemTemplate complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="LineItemTemplate">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="id" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
<element name="name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="isDefault" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="lineItemName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="enabledForSameAdvertiserException" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="notes" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="lineItemType" type="{https://www.google.com/apis/ads/publisher/v201711}LineItemType" minOccurs="0"/>
<element name="startTime" type="{https://www.google.com/apis/ads/publisher/v201711}DateTime" minOccurs="0"/>
<element name="endTime" type="{https://www.google.com/apis/ads/publisher/v201711}DateTime" minOccurs="0"/>
<element name="deliveryRateType" type="{https://www.google.com/apis/ads/publisher/v201711}DeliveryRateType" minOccurs="0"/>
<element name="roadblockingType" type="{https://www.google.com/apis/ads/publisher/v201711}RoadblockingType" minOccurs="0"/>
<element name="creativeRotationType" type="{https://www.google.com/apis/ads/publisher/v201711}CreativeRotationType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected CreativeRotationType |
creativeRotationType |
protected DeliveryRateType |
deliveryRateType |
protected Boolean |
enabledForSameAdvertiserException |
protected DateTime |
endTime |
protected Long |
id |
protected Boolean |
isDefault |
protected String |
lineItemName |
protected LineItemType |
lineItemType |
protected String |
name |
protected String |
notes |
protected RoadblockingType |
roadblockingType |
protected DateTime |
startTime |
| Constructor and Description |
|---|
LineItemTemplate() |
| Modifier and Type | Method and Description |
|---|---|
CreativeRotationType |
getCreativeRotationType()
Gets the value of the creativeRotationType property.
|
DeliveryRateType |
getDeliveryRateType()
Gets the value of the deliveryRateType property.
|
DateTime |
getEndTime()
Gets the value of the endTime property.
|
Long |
getId()
Gets the value of the id property.
|
String |
getLineItemName()
Gets the value of the lineItemName property.
|
LineItemType |
getLineItemType()
Gets the value of the lineItemType property.
|
String |
getName()
Gets the value of the name property.
|
String |
getNotes()
Gets the value of the notes property.
|
RoadblockingType |
getRoadblockingType()
Gets the value of the roadblockingType property.
|
DateTime |
getStartTime()
Gets the value of the startTime property.
|
Boolean |
isEnabledForSameAdvertiserException()
Gets the value of the enabledForSameAdvertiserException property.
|
Boolean |
isIsDefault()
Gets the value of the isDefault property.
|
void |
setCreativeRotationType(CreativeRotationType value)
Sets the value of the creativeRotationType property.
|
void |
setDeliveryRateType(DeliveryRateType value)
Sets the value of the deliveryRateType property.
|
void |
setEnabledForSameAdvertiserException(Boolean value)
Sets the value of the enabledForSameAdvertiserException property.
|
void |
setEndTime(DateTime value)
Sets the value of the endTime property.
|
void |
setId(Long value)
Sets the value of the id property.
|
void |
setIsDefault(Boolean value)
Sets the value of the isDefault property.
|
void |
setLineItemName(String value)
Sets the value of the lineItemName property.
|
void |
setLineItemType(LineItemType value)
Sets the value of the lineItemType property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setNotes(String value)
Sets the value of the notes property.
|
void |
setRoadblockingType(RoadblockingType value)
Sets the value of the roadblockingType property.
|
void |
setStartTime(DateTime value)
Sets the value of the startTime property.
|
protected Long id
protected String name
protected Boolean isDefault
protected String lineItemName
protected Boolean enabledForSameAdvertiserException
protected String notes
protected LineItemType lineItemType
protected DateTime startTime
protected DateTime endTime
protected DeliveryRateType deliveryRateType
protected RoadblockingType roadblockingType
protected CreativeRotationType creativeRotationType
public void setId(Long value)
value - allowed object is
Longpublic String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic Boolean isIsDefault()
Booleanpublic void setIsDefault(Boolean value)
value - allowed object is
Booleanpublic String getLineItemName()
Stringpublic void setLineItemName(String value)
value - allowed object is
Stringpublic Boolean isEnabledForSameAdvertiserException()
Booleanpublic void setEnabledForSameAdvertiserException(Boolean value)
value - allowed object is
Booleanpublic String getNotes()
Stringpublic void setNotes(String value)
value - allowed object is
Stringpublic LineItemType getLineItemType()
LineItemTypepublic void setLineItemType(LineItemType value)
value - allowed object is
LineItemTypepublic DateTime getStartTime()
DateTimepublic void setStartTime(DateTime value)
value - allowed object is
DateTimepublic DateTime getEndTime()
DateTimepublic void setEndTime(DateTime value)
value - allowed object is
DateTimepublic DeliveryRateType getDeliveryRateType()
DeliveryRateTypepublic void setDeliveryRateType(DeliveryRateType value)
value - allowed object is
DeliveryRateTypepublic RoadblockingType getRoadblockingType()
RoadblockingTypepublic void setRoadblockingType(RoadblockingType value)
value - allowed object is
RoadblockingTypepublic CreativeRotationType getCreativeRotationType()
CreativeRotationTypepublic void setCreativeRotationType(CreativeRotationType value)
value - allowed object is
CreativeRotationTypeCopyright © 2018. All Rights Reserved.