public class FilterDefinition extends APIObject
Java class for FilterDefinition complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="FilterDefinition">
<complexContent>
<extension base="{http://exacttarget.com/wsdl/partnerAPI}APIObject">
<sequence>
<element name="Name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="DataSource" type="{http://exacttarget.com/wsdl/partnerAPI}APIObject" minOccurs="0"/>
<element name="DataFilter" type="{http://exacttarget.com/wsdl/partnerAPI}FilterPart" minOccurs="0"/>
<element name="CategoryID" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Integer |
categoryID |
protected FilterPart |
dataFilter |
protected APIObject |
dataSource |
protected String |
description |
protected String |
name |
client, correlationID, createdDate, customerKey, id, modifiedDate, objectID, objectState, owner, partnerKey, partnerProperties| Constructor and Description |
|---|
FilterDefinition() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getCategoryID()
Gets the value of the categoryID property.
|
FilterPart |
getDataFilter()
Gets the value of the dataFilter property.
|
APIObject |
getDataSource()
Gets the value of the dataSource property.
|
String |
getDescription()
Gets the value of the description property.
|
String |
getName()
Gets the value of the name property.
|
void |
setCategoryID(Integer value)
Sets the value of the categoryID property.
|
void |
setDataFilter(FilterPart value)
Sets the value of the dataFilter property.
|
void |
setDataSource(APIObject value)
Sets the value of the dataSource property.
|
void |
setDescription(String value)
Sets the value of the description property.
|
void |
setName(String value)
Sets the value of the name property.
|
String |
toString()
Generates a String representation of the contents of this type.
|
getClient, getCorrelationID, getCreatedDate, getCustomerKey, getId, getModifiedDate, getObjectID, getObjectState, getOwner, getPartnerKey, getPartnerProperties, setClient, setCorrelationID, setCreatedDate, setCustomerKey, setId, setModifiedDate, setObjectID, setObjectState, setOwner, setPartnerKeyprotected String name
protected String description
protected APIObject dataSource
protected FilterPart dataFilter
protected Integer categoryID
public String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic String getDescription()
Stringpublic void setDescription(String value)
value - allowed object is
Stringpublic APIObject getDataSource()
APIObjectpublic void setDataSource(APIObject value)
value - allowed object is
APIObjectpublic FilterPart getDataFilter()
FilterPartpublic void setDataFilter(FilterPart value)
value - allowed object is
FilterPartpublic Integer getCategoryID()
Integerpublic void setCategoryID(Integer value)
value - allowed object is
IntegerCopyright © 2017. All rights reserved.