public class AssetGroupEditorialReasonCollection extends Object
Java class for AssetGroupEditorialReasonCollection complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AssetGroupEditorialReasonCollection">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="AppealStatus" type="{https://bingads.microsoft.com/CampaignManagement/v13}AppealStatus" minOccurs="0"/>
<element name="AssetGroupId" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
<element name="CampaignId" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
<element name="Reasons" type="{https://bingads.microsoft.com/CampaignManagement/v13}ArrayOfAssetGroupEditorialReason" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected AppealStatus |
appealStatus |
protected Long |
assetGroupId |
protected Long |
campaignId |
protected ArrayOfAssetGroupEditorialReason |
reasons |
| Constructor and Description |
|---|
AssetGroupEditorialReasonCollection() |
| Modifier and Type | Method and Description |
|---|---|
AppealStatus |
getAppealStatus()
Gets the value of the appealStatus property.
|
Long |
getAssetGroupId()
Gets the value of the assetGroupId property.
|
Long |
getCampaignId()
Gets the value of the campaignId property.
|
ArrayOfAssetGroupEditorialReason |
getReasons()
Gets the value of the reasons property.
|
void |
setAppealStatus(AppealStatus value)
Sets the value of the appealStatus property.
|
void |
setAssetGroupId(Long value)
Sets the value of the assetGroupId property.
|
void |
setCampaignId(Long value)
Sets the value of the campaignId property.
|
void |
setReasons(ArrayOfAssetGroupEditorialReason value)
Sets the value of the reasons property.
|
protected AppealStatus appealStatus
protected Long assetGroupId
protected Long campaignId
protected ArrayOfAssetGroupEditorialReason reasons
public AppealStatus getAppealStatus()
AppealStatuspublic void setAppealStatus(AppealStatus value)
value - allowed object is
AppealStatuspublic Long getAssetGroupId()
Longpublic void setAssetGroupId(Long value)
value - allowed object is
Longpublic Long getCampaignId()
Longpublic void setCampaignId(Long value)
value - allowed object is
Longpublic ArrayOfAssetGroupEditorialReason getReasons()
ArrayOfAssetGroupEditorialReasonpublic void setReasons(ArrayOfAssetGroupEditorialReason value)
value - allowed object is
ArrayOfAssetGroupEditorialReasonCopyright © 2024. All rights reserved.