public class TrackingUser extends APIObject
Java class for TrackingUser complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TrackingUser">
<complexContent>
<extension base="{http://exacttarget.com/wsdl/partnerAPI}APIObject">
<sequence>
<element name="IsActive" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="EmployeeID" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Integer |
employeeID |
protected Boolean |
isActive |
client, correlationID, createdDate, customerKey, id, modifiedDate, objectID, objectState, owner, partnerKey, partnerProperties| Constructor and Description |
|---|
TrackingUser() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getEmployeeID()
Gets the value of the employeeID property.
|
Boolean |
getIsActive()
Gets the value of the isActive property.
|
void |
setEmployeeID(Integer value)
Sets the value of the employeeID property.
|
void |
setIsActive(Boolean value)
Sets the value of the isActive 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, setPartnerKeypublic Boolean getIsActive()
Booleanpublic void setIsActive(Boolean value)
value - allowed object is
Booleanpublic Integer getEmployeeID()
Integerpublic void setEmployeeID(Integer value)
value - allowed object is
IntegerCopyright © 2017. All rights reserved.