public class GetImportEntityIdsMappingRequest 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="ImportType" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="SourceEntityIds" type="{http://schemas.microsoft.com/2003/10/Serialization/Arrays}ArrayOflong" minOccurs="0"/>
<element name="ImportEntityType" type="{https://bingads.microsoft.com/CampaignManagement/v13}ImportEntityType" minOccurs="0"/>
<element name="SourceParentId" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ImportEntityType |
importEntityType |
protected String |
importType |
protected ArrayOflong |
sourceEntityIds |
protected Long |
sourceParentId |
| Constructor and Description |
|---|
GetImportEntityIdsMappingRequest() |
| Modifier and Type | Method and Description |
|---|---|
ImportEntityType |
getImportEntityType()
Gets the value of the importEntityType property.
|
String |
getImportType()
Gets the value of the importType property.
|
ArrayOflong |
getSourceEntityIds()
Gets the value of the sourceEntityIds property.
|
Long |
getSourceParentId()
Gets the value of the sourceParentId property.
|
void |
setImportEntityType(ImportEntityType value)
Sets the value of the importEntityType property.
|
void |
setImportType(String value)
Sets the value of the importType property.
|
void |
setSourceEntityIds(ArrayOflong value)
Sets the value of the sourceEntityIds property.
|
void |
setSourceParentId(Long value)
Sets the value of the sourceParentId property.
|
protected String importType
protected ArrayOflong sourceEntityIds
protected ImportEntityType importEntityType
protected Long sourceParentId
public String getImportType()
Stringpublic void setImportType(String value)
value - allowed object is
Stringpublic ArrayOflong getSourceEntityIds()
ArrayOflongpublic void setSourceEntityIds(ArrayOflong value)
value - allowed object is
ArrayOflongpublic ImportEntityType getImportEntityType()
ImportEntityTypepublic void setImportEntityType(ImportEntityType value)
value - allowed object is
ImportEntityTypepublic Long getSourceParentId()
LongCopyright © 2024. All rights reserved.