public class ChatParticipantRoleConfig
extends java.lang.Object
implements java.io.Serializable
Configuration information for the chat participant role.
| Constructor and Description |
|---|
ChatParticipantRoleConfig() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.util.List<ParticipantTimerConfiguration> |
getParticipantTimerConfigList()
A list of participant timers.
|
int |
hashCode() |
void |
setParticipantTimerConfigList(java.util.Collection<ParticipantTimerConfiguration> participantTimerConfigList)
A list of participant timers.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ChatParticipantRoleConfig |
withParticipantTimerConfigList(java.util.Collection<ParticipantTimerConfiguration> participantTimerConfigList)
A list of participant timers.
|
ChatParticipantRoleConfig |
withParticipantTimerConfigList(ParticipantTimerConfiguration... participantTimerConfigList)
A list of participant timers.
|
public java.util.List<ParticipantTimerConfiguration> getParticipantTimerConfigList()
A list of participant timers. You can specify any unique combination of role and timer type. Duplicate entries error out the request with a 400.
A list of participant timers. You can specify any unique combination of role and timer type. Duplicate entries error out the request with a 400.
public void setParticipantTimerConfigList(java.util.Collection<ParticipantTimerConfiguration> participantTimerConfigList)
A list of participant timers. You can specify any unique combination of role and timer type. Duplicate entries error out the request with a 400.
participantTimerConfigList - A list of participant timers. You can specify any unique combination of role and timer type. Duplicate entries error out the request with a 400.
public ChatParticipantRoleConfig withParticipantTimerConfigList(ParticipantTimerConfiguration... participantTimerConfigList)
A list of participant timers. You can specify any unique combination of role and timer type. Duplicate entries error out the request with a 400.
Returns a reference to this object so that method calls can be chained together.
participantTimerConfigList - A list of participant timers. You can specify any unique combination of role and timer type. Duplicate entries error out the request with a 400.
public ChatParticipantRoleConfig withParticipantTimerConfigList(java.util.Collection<ParticipantTimerConfiguration> participantTimerConfigList)
A list of participant timers. You can specify any unique combination of role and timer type. Duplicate entries error out the request with a 400.
Returns a reference to this object so that method calls can be chained together.
participantTimerConfigList - A list of participant timers. You can specify any unique combination of role and timer type. Duplicate entries error out the request with a 400.
public java.lang.String toString()
toString in class java.lang.ObjectObject.toString()public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Object