|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.google.api.ads.dfp.axis.v201203.DayPart
public class DayPart
DayPart represents a time-period within a day of the week
which is
targeted by a LineItem.
| Constructor Summary | |
|---|---|
DayPart()
|
|
DayPart(DayOfWeek dayOfWeek,
TimeOfDay startTime,
TimeOfDay endTime)
|
|
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
|
DayOfWeek |
getDayOfWeek()
Gets the dayOfWeek value for this DayPart. |
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer |
TimeOfDay |
getEndTime()
Gets the endTime value for this DayPart. |
static org.apache.axis.encoding.Serializer |
getSerializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Serializer |
TimeOfDay |
getStartTime()
Gets the startTime value for this DayPart. |
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object |
int |
hashCode()
|
void |
setDayOfWeek(DayOfWeek dayOfWeek)
Sets the dayOfWeek value for this DayPart. |
void |
setEndTime(TimeOfDay endTime)
Sets the endTime value for this DayPart. |
void |
setStartTime(TimeOfDay startTime)
Sets the startTime value for this DayPart. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DayPart()
public DayPart(DayOfWeek dayOfWeek,
TimeOfDay startTime,
TimeOfDay endTime)
| Method Detail |
|---|
public DayOfWeek getDayOfWeek()
public void setDayOfWeek(DayOfWeek dayOfWeek)
dayOfWeek - * Day of the week the target applies to. This field is required.public TimeOfDay getStartTime()
public void setStartTime(TimeOfDay startTime)
startTime - * Represents the start time of the targeted period.public TimeOfDay getEndTime()
public void setEndTime(TimeOfDay endTime)
endTime - * Represents the end time of the targeted period.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 | |||||||||