|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.google.api.ads.dfp.v201111.TimeOfDay
public class TimeOfDay
Represents a specific time in a day.
| Constructor Summary | |
|---|---|
TimeOfDay()
|
|
TimeOfDay(Integer hour,
MinuteOfHour minute)
|
|
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
|
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer |
Integer |
getHour()
Gets the hour value for this TimeOfDay. |
MinuteOfHour |
getMinute()
Gets the minute value for this TimeOfDay. |
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 |
setHour(Integer hour)
Sets the hour value for this TimeOfDay. |
void |
setMinute(MinuteOfHour minute)
Sets the minute value for this TimeOfDay. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TimeOfDay()
public TimeOfDay(Integer hour,
MinuteOfHour minute)
| Method Detail |
|---|
public Integer getHour()
public void setHour(Integer hour)
hour - * Hour in 24 hour time (0..24). This field must be between 0
and 24,
inclusive. This field is required.public MinuteOfHour getMinute()
public void setMinute(MinuteOfHour minute)
minute - * Minutes in an hour. Currently, only 0, 15, 30, and 45 are supported.
This
field is required.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 | ||||||||