|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.google.api.ads.adwords.v201109.o.InStreamAdInfo
public class InStreamAdInfo
Information specific to the instream ad format. Instream ads are video ads which play as part of the delivery of video content, either before, during, or after the content itself.
| Constructor Summary | |
|---|---|
InStreamAdInfo()
|
|
InStreamAdInfo(Integer maxAdDuration,
Integer minAdDuration,
Integer medianAdDuration,
Double preRollPercent,
Double midRollPercent,
Double postRollPercent)
|
|
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
|
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer |
Integer |
getMaxAdDuration()
Gets the maxAdDuration value for this InStreamAdInfo. |
Integer |
getMedianAdDuration()
Gets the medianAdDuration value for this InStreamAdInfo. |
Double |
getMidRollPercent()
Gets the midRollPercent value for this InStreamAdInfo. |
Integer |
getMinAdDuration()
Gets the minAdDuration value for this InStreamAdInfo. |
Double |
getPostRollPercent()
Gets the postRollPercent value for this InStreamAdInfo. |
Double |
getPreRollPercent()
Gets the preRollPercent value for this InStreamAdInfo. |
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 |
setMaxAdDuration(Integer maxAdDuration)
Sets the maxAdDuration value for this InStreamAdInfo. |
void |
setMedianAdDuration(Integer medianAdDuration)
Sets the medianAdDuration value for this InStreamAdInfo. |
void |
setMidRollPercent(Double midRollPercent)
Sets the midRollPercent value for this InStreamAdInfo. |
void |
setMinAdDuration(Integer minAdDuration)
Sets the minAdDuration value for this InStreamAdInfo. |
void |
setPostRollPercent(Double postRollPercent)
Sets the postRollPercent value for this InStreamAdInfo. |
void |
setPreRollPercent(Double preRollPercent)
Sets the preRollPercent value for this InStreamAdInfo. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public InStreamAdInfo()
public InStreamAdInfo(Integer maxAdDuration,
Integer minAdDuration,
Integer medianAdDuration,
Double preRollPercent,
Double midRollPercent,
Double postRollPercent)
| Method Detail |
|---|
public Integer getMaxAdDuration()
public void setMaxAdDuration(Integer maxAdDuration)
maxAdDuration - * The maximum ad duration (sec).public Integer getMinAdDuration()
public void setMinAdDuration(Integer minAdDuration)
minAdDuration - * The minimum ad duration (sec).public Integer getMedianAdDuration()
public void setMedianAdDuration(Integer medianAdDuration)
medianAdDuration - * The median ad duration (sec).public Double getPreRollPercent()
public void setPreRollPercent(Double preRollPercent)
preRollPercent - * Percentage of ads shown before the video content.public Double getMidRollPercent()
public void setMidRollPercent(Double midRollPercent)
midRollPercent - * Percentage of ads shown during the video content.public Double getPostRollPercent()
public void setPostRollPercent(Double postRollPercent)
postRollPercent - * Percentage of ads shown after the video content.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 | |||||||||