ProtocolDescriptionSupport
@Generated(value="com.genesyslab.platform.commons.protocol.generator.Generator", date="2021-06-14T15:45:03.098-07:00") public abstract class AgentDescription extends CompoundValue
Constructor | Description |
---|---|
AgentDescription() |
Modifier and Type | Method | Description |
---|---|---|
static AgentDescription |
create() |
Creates instance of AgentDescription with no parameters set.
|
static AgentDescription |
create(java.lang.Integer tenantId,
java.lang.String placeId) |
Creates instance of AgentDescription.
|
static AgentDescription |
create(java.lang.Integer tenantId,
java.lang.String placeId,
java.lang.String agentId) |
Creates instance of AgentDescription.
|
static AgentDescription |
create(java.lang.Integer tenantId,
java.lang.String placeId,
java.lang.String agentId,
java.lang.Integer placeDbId,
java.lang.Integer agentDbId) |
Creates instance of AgentDescription.
|
abstract java.lang.Integer |
getAgentDbId() |
[Optional]
|
abstract java.lang.String |
getAgentId() |
Agent identifier of the resource, if the Party is a resource and
if the resource logged in with its agent identifier specified.
|
abstract java.lang.Integer |
getPlaceDbId() |
[Optional]
|
abstract java.lang.String |
getPlaceId() |
Place identifier of the resource, if the Party is a resource.
|
abstract java.lang.Integer |
getTenantId() |
Tenant identifier of the Party (database ID from the configuration).
|
abstract void |
setAgentDbId(int agentDbId) |
[Optional]
|
abstract void |
setAgentDbId(java.lang.Integer agentDbId) |
[Optional]
|
abstract void |
setAgentId(java.lang.String agentId) |
Agent identifier of the resource, if the Party is a resource and
if the resource logged in with its agent identifier specified.
|
abstract void |
setPlaceDbId(int placeDbId) |
[Optional]
|
abstract void |
setPlaceDbId(java.lang.Integer placeDbId) |
[Optional]
|
abstract void |
setPlaceId(java.lang.String placeId) |
Place identifier of the resource, if the Party is a resource.
|
abstract void |
setTenantId(int tenantId) |
Tenant identifier of the Party (database ID from the configuration).
|
abstract void |
setTenantId(java.lang.Integer tenantId) |
Tenant identifier of the Party (database ID from the configuration).
|
getProtocolDescription
equals, hashCode, toString, toString
public static AgentDescription create()
public static AgentDescription create(java.lang.Integer tenantId, java.lang.String placeId)
tenantId
- Tenant identifier of the party (dbid from the configuration).placeId
- Place identifier of the resource, if party is a resource.public static AgentDescription create(java.lang.Integer tenantId, java.lang.String placeId, java.lang.String agentId)
tenantId
- Tenant identifier of the party (dbid from the configuration).placeId
- Place identifier of the resource, if party is a resource.agentId
- Agent identifier of the resource, if party is a resource and if resource logged in with agent identifier specified.public static AgentDescription create(java.lang.Integer tenantId, java.lang.String placeId, java.lang.String agentId, java.lang.Integer placeDbId, java.lang.Integer agentDbId)
tenantId
- Tenant identifier of the party (dbid from the configuration).placeId
- Place identifier of the resource, if party is a resource.agentId
- Agent identifier of the resource, if party is a resource and if resource logged in with agent identifier specified.placeDbId
- [Optional]agentDbId
- [Optional]public abstract java.lang.Integer getTenantId()
public abstract void setTenantId(java.lang.Integer tenantId)
public abstract void setTenantId(int tenantId)
public abstract java.lang.String getPlaceId()
public abstract void setPlaceId(java.lang.String placeId)
public abstract java.lang.String getAgentId()
public abstract void setAgentId(java.lang.String agentId)
public abstract java.lang.Integer getPlaceDbId()
public abstract void setPlaceDbId(java.lang.Integer placeDbId)
placeDbId
- new value of the propertypublic abstract void setPlaceDbId(int placeDbId)
placeDbId
- new value of the propertypublic abstract java.lang.Integer getAgentDbId()
public abstract void setAgentDbId(java.lang.Integer agentDbId)
agentDbId
- new value of the propertypublic abstract void setAgentDbId(int agentDbId)
agentDbId
- new value of the propertySend comments on this topicTechpubs.webadmin@genesys.com.
Document version: 9.0.006.00
Copyright © 2006–2019 Genesys Telecommunications Laboratories, Inc. All rights reserved.