public class HotelAdvanceBookingWindowCriterion extends Criterion
Java class for HotelAdvanceBookingWindowCriterion complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="HotelAdvanceBookingWindowCriterion">
<complexContent>
<extension base="{https://bingads.microsoft.com/CampaignManagement/v13}Criterion">
<sequence>
<element name="MaxDays" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="MinDays" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Integer |
maxDays |
protected Integer |
minDays |
| Constructor and Description |
|---|
HotelAdvanceBookingWindowCriterion() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getMaxDays()
Gets the value of the maxDays property.
|
Integer |
getMinDays()
Gets the value of the minDays property.
|
void |
setMaxDays(Integer value)
Sets the value of the maxDays property.
|
void |
setMinDays(Integer value)
Sets the value of the minDays property.
|
public Integer getMaxDays()
Integerpublic void setMaxDays(Integer value)
value - allowed object is
Integerpublic Integer getMinDays()
IntegerCopyright © 2024. All rights reserved.