public class AgentEventRequest
extends java.lang.Object
Java class for AgentEventRequest complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AgentEventRequest">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="agentId" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="agentLoginId" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="agentFirstName" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="agentLastName" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="enabled" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
AgentEventRequest() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getAgentFirstName()
Gets the value of the agentFirstName property.
|
int |
getAgentId()
Gets the value of the agentId property.
|
java.lang.String |
getAgentLastName()
Gets the value of the agentLastName property.
|
java.lang.String |
getAgentLoginId()
Gets the value of the agentLoginId property.
|
boolean |
isEnabled()
Gets the value of the enabled property.
|
void |
setAgentFirstName(java.lang.String value)
Sets the value of the agentFirstName property.
|
void |
setAgentId(int value)
Sets the value of the agentId property.
|
void |
setAgentLastName(java.lang.String value)
Sets the value of the agentLastName property.
|
void |
setAgentLoginId(java.lang.String value)
Sets the value of the agentLoginId property.
|
void |
setEnabled(boolean value)
Sets the value of the enabled property.
|
public int getAgentId()
public void setAgentId(int value)
public java.lang.String getAgentLoginId()
Stringpublic void setAgentLoginId(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getAgentFirstName()
Stringpublic void setAgentFirstName(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getAgentLastName()
Stringpublic void setAgentLastName(java.lang.String value)
value - allowed object is
Stringpublic boolean isEnabled()
public void setEnabled(boolean value)
Copyright © 2010 All Rights Reserved.