public class AdRotation extends Object
Java class for AdRotation complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AdRotation">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="EndDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="StartDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="Type" type="{https://bingads.microsoft.com/CampaignManagement/v13}AdRotationType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Calendar |
endDate |
protected Calendar |
startDate |
protected AdRotationType |
type |
| Constructor and Description |
|---|
AdRotation() |
| Modifier and Type | Method and Description |
|---|---|
Calendar |
getEndDate()
Gets the value of the endDate property.
|
Calendar |
getStartDate()
Gets the value of the startDate property.
|
AdRotationType |
getType()
Gets the value of the type property.
|
void |
setEndDate(Calendar value)
Sets the value of the endDate property.
|
void |
setStartDate(Calendar value)
Sets the value of the startDate property.
|
void |
setType(AdRotationType value)
Sets the value of the type property.
|
protected Calendar endDate
protected Calendar startDate
protected AdRotationType type
public Calendar getEndDate()
Stringpublic void setEndDate(Calendar value)
value - allowed object is
Stringpublic Calendar getStartDate()
Stringpublic void setStartDate(Calendar value)
value - allowed object is
Stringpublic AdRotationType getType()
AdRotationTypepublic void setType(AdRotationType value)
value - allowed object is
AdRotationTypeCopyright © 2024. All rights reserved.