|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.google.api.ads.dfp.v201111.DayPartTargeting
public class DayPartTargeting
Modify the delivery times of line items for particular days of the week. By default, line items are served at all days and times.
| Constructor Summary | |
|---|---|
DayPartTargeting()
|
|
DayPartTargeting(DayPart[] dayParts,
DeliveryTimeZone timeZone)
|
|
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
|
DayPart[] |
getDayParts()
Gets the dayParts value for this DayPartTargeting. |
DayPart |
getDayParts(int i)
|
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer |
static org.apache.axis.encoding.Serializer |
getSerializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Serializer |
DeliveryTimeZone |
getTimeZone()
Gets the timeZone value for this DayPartTargeting. |
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object |
int |
hashCode()
|
void |
setDayParts(DayPart[] dayParts)
Sets the dayParts value for this DayPartTargeting. |
void |
setDayParts(int i,
DayPart _value)
|
void |
setTimeZone(DeliveryTimeZone timeZone)
Sets the timeZone value for this DayPartTargeting. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DayPartTargeting()
public DayPartTargeting(DayPart[] dayParts,
DeliveryTimeZone timeZone)
| Method Detail |
|---|
public DayPart[] getDayParts()
LineItem
will be
delivered.
If targeting all days and times, this value will be ignored.
public void setDayParts(DayPart[] dayParts)
dayParts - * Specifies days of the week and times at which a LineItem
will be
delivered.
If targeting all days and times, this value will be ignored.
public DayPart getDayParts(int i)
public void setDayParts(int i,
DayPart _value)
public DeliveryTimeZone getTimeZone()
LineItem
objects.
This attribute is optional and defaults to
DeliveryTimeZone.BROWSER.
Setting this has no effect if targeting all days and times.
public void setTimeZone(DeliveryTimeZone timeZone)
timeZone - * Specifies the time zone to be used for delivering LineItem
objects.
This attribute is optional and defaults to
DeliveryTimeZone.BROWSER.
Setting this has no effect if targeting all days and times.
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 | ||||||||