|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.google.api.ads.adwords.v201109.cm.Target
com.google.api.ads.adwords.v201109.cm.AdScheduleTarget
public class AdScheduleTarget
Immutable structure to hold an ad schedule target.
| Constructor Summary | |
|---|---|
AdScheduleTarget()
|
|
AdScheduleTarget(String targetType,
DayOfWeek dayOfWeek,
Integer startHour,
MinuteOfHour startMinute,
Integer endHour,
MinuteOfHour endMinute,
Double bidMultiplier)
|
|
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
|
Double |
getBidMultiplier()
Gets the bidMultiplier value for this AdScheduleTarget. |
DayOfWeek |
getDayOfWeek()
Gets the dayOfWeek value for this AdScheduleTarget. |
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer |
Integer |
getEndHour()
Gets the endHour value for this AdScheduleTarget. |
MinuteOfHour |
getEndMinute()
Gets the endMinute value for this AdScheduleTarget. |
static org.apache.axis.encoding.Serializer |
getSerializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Serializer |
Integer |
getStartHour()
Gets the startHour value for this AdScheduleTarget. |
MinuteOfHour |
getStartMinute()
Gets the startMinute value for this AdScheduleTarget. |
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object |
int |
hashCode()
|
void |
setBidMultiplier(Double bidMultiplier)
Sets the bidMultiplier value for this AdScheduleTarget. |
void |
setDayOfWeek(DayOfWeek dayOfWeek)
Sets the dayOfWeek value for this AdScheduleTarget. |
void |
setEndHour(Integer endHour)
Sets the endHour value for this AdScheduleTarget. |
void |
setEndMinute(MinuteOfHour endMinute)
Sets the endMinute value for this AdScheduleTarget. |
void |
setStartHour(Integer startHour)
Sets the startHour value for this AdScheduleTarget. |
void |
setStartMinute(MinuteOfHour startMinute)
Sets the startMinute value for this AdScheduleTarget. |
| Methods inherited from class com.google.api.ads.adwords.v201109.cm.Target |
|---|
getTargetType, setTargetType |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AdScheduleTarget()
public AdScheduleTarget(String targetType,
DayOfWeek dayOfWeek,
Integer startHour,
MinuteOfHour startMinute,
Integer endHour,
MinuteOfHour endMinute,
Double bidMultiplier)
| Method Detail |
|---|
public DayOfWeek getDayOfWeek()
null.public void setDayOfWeek(DayOfWeek dayOfWeek)
dayOfWeek - * Day of the week the schedule applies to.
This field is
required and should not be null.public Integer getStartHour()
public void setStartHour(Integer startHour)
startHour - * Starting hour in 24 hour time.
This field must
be between 0 and 23, inclusive.public MinuteOfHour getStartMinute()
null.public void setStartMinute(MinuteOfHour startMinute)
startMinute - * Interval starts these minutes after the starting hour.
This field is
required and should not be null.public Integer getEndHour()
24 signifies end
of the day.
This field must
be between 0 and 24, inclusive.public void setEndHour(Integer endHour)
endHour - * Ending hour in 24 hour time; 24 signifies end
of the day.
This field must
be between 0 and 24, inclusive.public MinuteOfHour getEndMinute()
null.public void setEndMinute(MinuteOfHour endMinute)
endMinute - * Interval ends these minutes after the ending hour.
This field is
required and should not be null.public Double getBidMultiplier()
public void setBidMultiplier(Double bidMultiplier)
bidMultiplier - * Multiplying factor for bids during this specified time interval.public boolean equals(Object obj)
equals in class Targetpublic int hashCode()
hashCode in class Targetpublic 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 | |||||||||