public class HotelSetting extends Setting
Java class for HotelSetting complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="HotelSetting">
<complexContent>
<extension base="{https://bingads.microsoft.com/CampaignManagement/v13}Setting">
<sequence>
<element name="HotelAdGroupType" type="{https://bingads.microsoft.com/CampaignManagement/v13}HotelAdGroupType" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Collection<HotelAdGroupType> |
hotelAdGroupType |
| Constructor and Description |
|---|
HotelSetting() |
| Modifier and Type | Method and Description |
|---|---|
Collection<HotelAdGroupType> |
getHotelAdGroupType()
Gets the value of the hotelAdGroupType property.
|
void |
setHotelAdGroupType(Collection<HotelAdGroupType> value)
Sets the value of the hotelAdGroupType property.
|
protected Collection<HotelAdGroupType> hotelAdGroupType
public Collection<HotelAdGroupType> getHotelAdGroupType()
Stringpublic void setHotelAdGroupType(Collection<HotelAdGroupType> value)
value - allowed object is
StringCopyright © 2024. All rights reserved.