ProtocolDescriptionSupport
@Generated(value="com.genesyslab.platform.commons.protocol.generator.Generator", date="2021-06-14T15:45:03.098-07:00") public abstract class EventUserEvent extends Message
Modifier and Type | Method | Description |
---|---|---|
static EventUserEvent |
create() |
Creates instance of EventUserEvent with no parameters set.
|
static EventUserEvent |
create(java.lang.Integer proxyClientId,
KeyValueCollection extension,
java.lang.String psTopic,
KeyValueCollection psEventContent) |
Creates instance of EventUserEvent.
|
static EventUserEvent |
create(java.lang.String psTopic) |
Creates instance of EventUserEvent.
|
abstract java.lang.Integer |
getActorAgentDbId() |
[Optional]
|
abstract java.lang.String |
getActorAgentId() |
Agent employee ID of the resource.
|
abstract java.lang.String |
getActorMediaServerId() |
Media Server name as defined in the configuration.
|
abstract java.lang.Integer |
getActorPlaceDbId() |
[Optional]
|
abstract java.lang.String |
getActorPlaceId() |
Place name of the resource.
|
abstract java.lang.String |
getActorRouterId() |
Name of the URS that is executing the strategy.
|
abstract java.lang.String |
getActorStrategyId() |
Strategy name.
|
abstract java.lang.Integer |
getActorTenantId() |
Tenant identifier of the strategy or resource.
|
abstract ActorType |
getActorType() |
Values:
1: Actor is a strategy.
2: Actor is a resource.
3: Actor is a media server.
|
abstract KeyValueCollection |
getExtension() |
A key-value list of extensions.
|
abstract java.lang.Integer |
getProxyClientId() |
Proxy client identifier.
|
abstract KeyValueCollection |
getPsEventContent() |
User event content.
|
abstract java.lang.String |
getPsTopic() |
Name of the topic to be published.
|
abstract java.lang.Integer |
getReferenceId() |
Reference identifier of the request.
|
abstract void |
setActorAgentDbId(int actorAgentDbId) |
[Optional]
|
abstract void |
setActorAgentDbId(java.lang.Integer actorAgentDbId) |
[Optional]
|
abstract void |
setActorAgentId(java.lang.String actorAgentId) |
Agent employee ID of the resource.
|
abstract void |
setActorMediaServerId(java.lang.String actorMediaServerId) |
Media Server name as defined in the configuration.
|
abstract void |
setActorPlaceDbId(int actorPlaceDbId) |
[Optional]
|
abstract void |
setActorPlaceDbId(java.lang.Integer actorPlaceDbId) |
[Optional]
|
abstract void |
setActorPlaceId(java.lang.String actorPlaceId) |
Place name of the resource.
|
abstract void |
setActorRouterId(java.lang.String actorRouterId) |
Name of the URS that is executing the strategy.
|
abstract void |
setActorStrategyId(java.lang.String actorStrategyId) |
Strategy name.
|
abstract void |
setActorTenantId(int actorTenantId) |
Tenant identifier of the strategy or resource.
|
abstract void |
setActorTenantId(java.lang.Integer actorTenantId) |
Tenant identifier of the strategy or resource.
|
abstract void |
setActorType(ActorType actorType) |
Values:
1: Actor is a strategy.
2: Actor is a resource.
3: Actor is a media server.
|
abstract void |
setExtension(KeyValueCollection extension) |
A key-value list of extensions.
|
abstract void |
setProxyClientId(int proxyClientId) |
Proxy client identifier.
|
abstract void |
setProxyClientId(java.lang.Integer proxyClientId) |
Proxy client identifier.
|
abstract void |
setPsEventContent(KeyValueCollection psEventContent) |
User event content.
|
abstract void |
setPsTopic(java.lang.String psTopic) |
Name of the topic to be published.
|
abstract void |
setReferenceId(int referenceId) |
Reference identifier of the request.
|
abstract void |
setReferenceId(java.lang.Integer referenceId) |
Reference identifier of the request.
|
equals, hashCode, toString, toString
cloneMessage, getEndpoint, getMessageAttribute, getProtocolDescription, getProtocolId, messageId, messageName, setProtocolDescription
public static final int ID
public static final java.lang.String NAME
public static EventUserEvent create()
public static EventUserEvent create(java.lang.String psTopic)
psTopic
- Name of the topic to publish request for.public static EventUserEvent create(java.lang.Integer proxyClientId, KeyValueCollection extension, java.lang.String psTopic, KeyValueCollection psEventContent)
proxyClientId
- The identifier of the client of proxy.extension
- Extensions.psTopic
- Name of the topic to publish request for.psEventContent
- User event content.public abstract java.lang.Integer getReferenceId()
public abstract void setReferenceId(java.lang.Integer referenceId)
public abstract void setReferenceId(int referenceId)
public abstract java.lang.Integer getProxyClientId()
public abstract void setProxyClientId(java.lang.Integer proxyClientId)
public abstract void setProxyClientId(int proxyClientId)
public abstract KeyValueCollection getExtension()
public abstract void setExtension(KeyValueCollection extension)
public abstract java.lang.String getPsTopic()
public abstract void setPsTopic(java.lang.String psTopic)
public abstract KeyValueCollection getPsEventContent()
public abstract void setPsEventContent(KeyValueCollection psEventContent)
public abstract ActorType getActorType()
public abstract void setActorType(ActorType actorType)
public abstract java.lang.String getActorMediaServerId()
public abstract void setActorMediaServerId(java.lang.String actorMediaServerId)
public abstract java.lang.Integer getActorTenantId()
public abstract void setActorTenantId(java.lang.Integer actorTenantId)
public abstract void setActorTenantId(int actorTenantId)
public abstract java.lang.String getActorStrategyId()
public abstract void setActorStrategyId(java.lang.String actorStrategyId)
public abstract java.lang.String getActorRouterId()
public abstract void setActorRouterId(java.lang.String actorRouterId)
public abstract java.lang.String getActorPlaceId()
public abstract void setActorPlaceId(java.lang.String actorPlaceId)
public abstract java.lang.String getActorAgentId()
public abstract void setActorAgentId(java.lang.String actorAgentId)
public abstract java.lang.Integer getActorPlaceDbId()
public abstract void setActorPlaceDbId(java.lang.Integer actorPlaceDbId)
actorPlaceDbId
- new value of the propertypublic abstract void setActorPlaceDbId(int actorPlaceDbId)
actorPlaceDbId
- new value of the propertypublic abstract java.lang.Integer getActorAgentDbId()
public abstract void setActorAgentDbId(java.lang.Integer actorAgentDbId)
actorAgentDbId
- new value of the propertypublic abstract void setActorAgentDbId(int actorAgentDbId)
actorAgentDbId
- 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.