public class AppealEditorialRejectionsRequest extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="EntityIdToParentIdAssociations" type="{https://bingads.microsoft.com/CampaignManagement/v13}ArrayOfEntityIdToParentIdAssociation" minOccurs="0"/>
<element name="EntityType" type="{https://bingads.microsoft.com/CampaignManagement/v13}EntityType" minOccurs="0"/>
<element name="JustificationText" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ArrayOfEntityIdToParentIdAssociation |
entityIdToParentIdAssociations |
protected EntityType |
entityType |
protected String |
justificationText |
| Constructor and Description |
|---|
AppealEditorialRejectionsRequest() |
| Modifier and Type | Method and Description |
|---|---|
ArrayOfEntityIdToParentIdAssociation |
getEntityIdToParentIdAssociations()
Gets the value of the entityIdToParentIdAssociations property.
|
EntityType |
getEntityType()
Gets the value of the entityType property.
|
String |
getJustificationText()
Gets the value of the justificationText property.
|
void |
setEntityIdToParentIdAssociations(ArrayOfEntityIdToParentIdAssociation value)
Sets the value of the entityIdToParentIdAssociations property.
|
void |
setEntityType(EntityType value)
Sets the value of the entityType property.
|
void |
setJustificationText(String value)
Sets the value of the justificationText property.
|
protected ArrayOfEntityIdToParentIdAssociation entityIdToParentIdAssociations
protected EntityType entityType
protected String justificationText
public ArrayOfEntityIdToParentIdAssociation getEntityIdToParentIdAssociations()
ArrayOfEntityIdToParentIdAssociationpublic void setEntityIdToParentIdAssociations(ArrayOfEntityIdToParentIdAssociation value)
value - allowed object is
ArrayOfEntityIdToParentIdAssociationpublic EntityType getEntityType()
EntityTypepublic void setEntityType(EntityType value)
value - allowed object is
EntityTypepublic String getJustificationText()
StringCopyright © 2024. All rights reserved.