public class FilterActivity extends InteractionDefinition
Java class for FilterActivity complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="FilterActivity">
<complexContent>
<extension base="{http://exacttarget.com/wsdl/partnerAPI}InteractionDefinition">
<sequence>
<element name="FilterActivityID" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="FilterDefinitionID" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="DestinationObjectID" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="DestinationTypeID" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="SourceObjectID" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="SourceTypeID" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="OwnerID" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="StatusID" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="CreatedBy" type="{http://exacttarget.com/wsdl/partnerAPI}ClientID" minOccurs="0"/>
<element name="ModifiedBy" type="{http://exacttarget.com/wsdl/partnerAPI}ClientID" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ClientID |
createdBy |
protected String |
destinationObjectID |
protected Integer |
destinationTypeID |
protected String |
filterActivityID |
protected String |
filterDefinitionID |
protected ClientID |
modifiedBy |
protected String |
ownerID |
protected String |
sourceObjectID |
protected Integer |
sourceTypeID |
protected String |
statusID |
interactionObjectIDdescription, keyword, nameclient, correlationID, createdDate, customerKey, id, modifiedDate, objectID, objectState, owner, partnerKey, partnerProperties| Constructor and Description |
|---|
FilterActivity() |
| Modifier and Type | Method and Description |
|---|---|
ClientID |
getCreatedBy()
Gets the value of the createdBy property.
|
String |
getDestinationObjectID()
Gets the value of the destinationObjectID property.
|
Integer |
getDestinationTypeID()
Gets the value of the destinationTypeID property.
|
String |
getFilterActivityID()
Gets the value of the filterActivityID property.
|
String |
getFilterDefinitionID()
Gets the value of the filterDefinitionID property.
|
ClientID |
getModifiedBy()
Gets the value of the modifiedBy property.
|
String |
getOwnerID()
Gets the value of the ownerID property.
|
String |
getSourceObjectID()
Gets the value of the sourceObjectID property.
|
Integer |
getSourceTypeID()
Gets the value of the sourceTypeID property.
|
String |
getStatusID()
Gets the value of the statusID property.
|
void |
setCreatedBy(ClientID value)
Sets the value of the createdBy property.
|
void |
setDestinationObjectID(String value)
Sets the value of the destinationObjectID property.
|
void |
setDestinationTypeID(Integer value)
Sets the value of the destinationTypeID property.
|
void |
setFilterActivityID(String value)
Sets the value of the filterActivityID property.
|
void |
setFilterDefinitionID(String value)
Sets the value of the filterDefinitionID property.
|
void |
setModifiedBy(ClientID value)
Sets the value of the modifiedBy property.
|
void |
setOwnerID(String value)
Sets the value of the ownerID property.
|
void |
setSourceObjectID(String value)
Sets the value of the sourceObjectID property.
|
void |
setSourceTypeID(Integer value)
Sets the value of the sourceTypeID property.
|
void |
setStatusID(String value)
Sets the value of the statusID property.
|
String |
toString()
Generates a String representation of the contents of this type.
|
getInteractionObjectID, setInteractionObjectIDgetDescription, getKeyword, getName, setDescription, setKeyword, setNamegetClient, getCorrelationID, getCreatedDate, getCustomerKey, getId, getModifiedDate, getObjectID, getObjectState, getOwner, getPartnerKey, getPartnerProperties, setClient, setCorrelationID, setCreatedDate, setCustomerKey, setId, setModifiedDate, setObjectID, setObjectState, setOwner, setPartnerKeyprotected String filterActivityID
protected String filterDefinitionID
protected String destinationObjectID
protected Integer destinationTypeID
protected String sourceObjectID
protected Integer sourceTypeID
protected String ownerID
protected String statusID
protected ClientID createdBy
protected ClientID modifiedBy
public String getFilterActivityID()
Stringpublic void setFilterActivityID(String value)
value - allowed object is
Stringpublic String getFilterDefinitionID()
Stringpublic void setFilterDefinitionID(String value)
value - allowed object is
Stringpublic String getDestinationObjectID()
Stringpublic void setDestinationObjectID(String value)
value - allowed object is
Stringpublic Integer getDestinationTypeID()
Integerpublic void setDestinationTypeID(Integer value)
value - allowed object is
Integerpublic String getSourceObjectID()
Stringpublic void setSourceObjectID(String value)
value - allowed object is
Stringpublic Integer getSourceTypeID()
Integerpublic void setSourceTypeID(Integer value)
value - allowed object is
Integerpublic String getOwnerID()
Stringpublic void setOwnerID(String value)
value - allowed object is
Stringpublic String getStatusID()
Stringpublic void setStatusID(String value)
value - allowed object is
Stringpublic ClientID getCreatedBy()
ClientIDpublic void setCreatedBy(ClientID value)
value - allowed object is
ClientIDpublic ClientID getModifiedBy()
ClientIDpublic void setModifiedBy(ClientID value)
value - allowed object is
ClientIDpublic String toString()
toString in class InteractionDefinitionCopyright © 2017. All rights reserved.