public class HiveQueryDefinition extends InteractionDefinition
Java class for HiveQueryDefinition complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="HiveQueryDefinition">
<complexContent>
<extension base="{http://exacttarget.com/wsdl/partnerAPI}InteractionDefinition">
<sequence>
<element name="QueryDefinition" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Status" type="{http://www.w3.org/2001/XMLSchema}string" 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 String |
queryDefinition |
protected String |
status |
interactionObjectIDdescription, keyword, nameclient, correlationID, createdDate, customerKey, id, modifiedDate, objectID, objectState, owner, partnerKey, partnerProperties| Constructor and Description |
|---|
HiveQueryDefinition() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getCategoryID()
Gets the value of the categoryID property.
|
String |
getQueryDefinition()
Gets the value of the queryDefinition property.
|
String |
getStatus()
Gets the value of the status property.
|
void |
setCategoryID(Integer value)
Sets the value of the categoryID property.
|
void |
setQueryDefinition(String value)
Sets the value of the queryDefinition property.
|
void |
setStatus(String value)
Sets the value of the status 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 queryDefinition
protected String status
protected Integer categoryID
public String getQueryDefinition()
Stringpublic void setQueryDefinition(String value)
value - allowed object is
Stringpublic String getStatus()
Stringpublic void setStatus(String value)
value - allowed object is
Stringpublic Integer getCategoryID()
Integerpublic void setCategoryID(Integer value)
value - allowed object is
Integerpublic String toString()
toString in class InteractionDefinitionCopyright © 2017. All rights reserved.