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