public class CampaignAssociation extends Object
Java class for CampaignAssociation complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CampaignAssociation">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="CampaignId" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Long |
campaignId |
| Constructor and Description |
|---|
CampaignAssociation() |
| Modifier and Type | Method and Description |
|---|---|
Long |
getCampaignId()
Gets the value of the campaignId property.
|
void |
setCampaignId(Long value)
Sets the value of the campaignId property.
|
protected Long campaignId
Copyright © 2024. All rights reserved.