@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class MediaConcurrency extends Object implements Serializable, Cloneable, StructuredPojo
Contains information about which channels are supported, and how many contacts an agent can have on a channel simultaneously.
| Constructor and Description |
|---|
MediaConcurrency() |
| Modifier and Type | Method and Description |
|---|---|
MediaConcurrency |
clone() |
boolean |
equals(Object obj) |
String |
getChannel()
The channels that agents can handle in the Contact Control Panel (CCP).
|
Integer |
getConcurrency()
The number of contacts an agent can have on a channel simultaneously.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setChannel(String channel)
The channels that agents can handle in the Contact Control Panel (CCP).
|
void |
setConcurrency(Integer concurrency)
The number of contacts an agent can have on a channel simultaneously.
|
String |
toString()
Returns a string representation of this object.
|
MediaConcurrency |
withChannel(Channel channel)
The channels that agents can handle in the Contact Control Panel (CCP).
|
MediaConcurrency |
withChannel(String channel)
The channels that agents can handle in the Contact Control Panel (CCP).
|
MediaConcurrency |
withConcurrency(Integer concurrency)
The number of contacts an agent can have on a channel simultaneously.
|
public void setChannel(String channel)
The channels that agents can handle in the Contact Control Panel (CCP).
channel - The channels that agents can handle in the Contact Control Panel (CCP).Channelpublic String getChannel()
The channels that agents can handle in the Contact Control Panel (CCP).
Channelpublic MediaConcurrency withChannel(String channel)
The channels that agents can handle in the Contact Control Panel (CCP).
channel - The channels that agents can handle in the Contact Control Panel (CCP).Channelpublic MediaConcurrency withChannel(Channel channel)
The channels that agents can handle in the Contact Control Panel (CCP).
channel - The channels that agents can handle in the Contact Control Panel (CCP).Channelpublic void setConcurrency(Integer concurrency)
The number of contacts an agent can have on a channel simultaneously.
concurrency - The number of contacts an agent can have on a channel simultaneously.public Integer getConcurrency()
The number of contacts an agent can have on a channel simultaneously.
public MediaConcurrency withConcurrency(Integer concurrency)
The number of contacts an agent can have on a channel simultaneously.
concurrency - The number of contacts an agent can have on a channel simultaneously.public String toString()
toString in class ObjectObject.toString()public MediaConcurrency clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2020. All rights reserved.