public class AgentTimeOffIndicators
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
protected int |
calDateTimeOffIndicatorsNSizeIs
Date Time Off indicators array size
|
protected java.util.List<DateTimeOffIndicators> |
dateIndicators
Time Off opening indicators for a date
|
protected int |
gswAgentId
Agent ID
|
private static long |
serialVersionUID |
Constructor and Description |
---|
AgentTimeOffIndicators() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object that) |
int |
getCalDateTimeOffIndicatorsNSizeIs()
Gets the calDateTimeOffIndicatorsNSizeIs value for this AgentTimeOffIndicators.
|
java.util.List<DateTimeOffIndicators> |
getDateIndicators()
Gets the dateIndicators value for this AgentTimeOffIndicators.
|
int |
getGswAgentId()
Gets the gswAgentId value for this AgentTimeOffIndicators.
|
int |
hashCode() |
void |
setCalDateTimeOffIndicatorsNSizeIs(int calDateTimeOffIndicatorsNSizeIs)
Sets the calDateTimeOffIndicatorsNSizeIs value for this AgentTimeOffIndicators.
|
void |
setDateIndicators(java.util.List<DateTimeOffIndicators> dateIndicators)
Sets the dateIndicators value for this AgentTimeOffIndicators.
|
void |
setGswAgentId(int gswAgentId)
Sets the gswAgentId value for this AgentTimeOffIndicators.
|
java.lang.String |
toString() |
AgentTimeOffIndicators |
withCalDateTimeOffIndicatorsNSizeIs(int value) |
AgentTimeOffIndicators |
withDateIndicators(java.util.Collection<DateTimeOffIndicators> values) |
AgentTimeOffIndicators |
withDateIndicators(DateTimeOffIndicators... values) |
AgentTimeOffIndicators |
withGswAgentId(int value) |
private static final long serialVersionUID
protected int gswAgentId
protected int calDateTimeOffIndicatorsNSizeIs
protected java.util.List<DateTimeOffIndicators> dateIndicators
public int getGswAgentId()
public void setGswAgentId(int gswAgentId)
gswAgentId
- public int getCalDateTimeOffIndicatorsNSizeIs()
public void setCalDateTimeOffIndicatorsNSizeIs(int calDateTimeOffIndicatorsNSizeIs)
calDateTimeOffIndicatorsNSizeIs
- public java.util.List<DateTimeOffIndicators> getDateIndicators()
public void setDateIndicators(java.util.List<DateTimeOffIndicators> dateIndicators)
dateIndicators
- public AgentTimeOffIndicators withDateIndicators(java.util.Collection<DateTimeOffIndicators> values)
public AgentTimeOffIndicators withDateIndicators(DateTimeOffIndicators... values)
public AgentTimeOffIndicators withCalDateTimeOffIndicatorsNSizeIs(int value)
public AgentTimeOffIndicators withGswAgentId(int value)
public java.lang.String toString()
toString
in class java.lang.Object
public boolean equals(java.lang.Object that)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
Copyright © 2005-2016 Genesys Telecommunications Labs, Inc. All Rights Reserved.