public class CampaignNegativeSites extends Object
Java class for CampaignNegativeSites complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CampaignNegativeSites">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="CampaignId" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
<element name="NegativeSites" type="{http://schemas.microsoft.com/2003/10/Serialization/Arrays}ArrayOfstring" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Long |
campaignId |
protected ArrayOfstring |
negativeSites |
| Constructor and Description |
|---|
CampaignNegativeSites() |
| Modifier and Type | Method and Description |
|---|---|
Long |
getCampaignId()
Gets the value of the campaignId property.
|
ArrayOfstring |
getNegativeSites()
Gets the value of the negativeSites property.
|
void |
setCampaignId(Long value)
Sets the value of the campaignId property.
|
void |
setNegativeSites(ArrayOfstring value)
Sets the value of the negativeSites property.
|
protected Long campaignId
protected ArrayOfstring negativeSites
public Long getCampaignId()
Longpublic void setCampaignId(Long value)
value - allowed object is
Longpublic ArrayOfstring getNegativeSites()
ArrayOfstringpublic void setNegativeSites(ArrayOfstring value)
value - allowed object is
ArrayOfstringCopyright © 2024. All rights reserved.