public class SchAgentQuota
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
protected int |
gswAgentId |
private static long |
serialVersionUID |
protected int |
wmQuota |
protected int |
wmSeniority |
Constructor and Description |
---|
SchAgentQuota() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object that) |
int |
getGswAgentId()
Gets the value of the gswAgentId property.
|
int |
getWmQuota()
Gets the value of the wmQuota property.
|
int |
getWmSeniority()
Gets the value of the wmSeniority property.
|
int |
hashCode() |
void |
setGswAgentId(int value)
Sets the value of the gswAgentId property.
|
void |
setWmQuota(int value)
Sets the value of the wmQuota property.
|
void |
setWmSeniority(int value)
Sets the value of the wmSeniority property.
|
java.lang.String |
toString() |
SchAgentQuota |
withGswAgentId(int value) |
SchAgentQuota |
withWmQuota(int value) |
SchAgentQuota |
withWmSeniority(int value) |
private static final long serialVersionUID
protected int gswAgentId
protected int wmQuota
protected int wmSeniority
public int getGswAgentId()
public void setGswAgentId(int value)
public int getWmQuota()
public void setWmQuota(int value)
public int getWmSeniority()
public void setWmSeniority(int value)
public SchAgentQuota withGswAgentId(int value)
public SchAgentQuota withWmQuota(int value)
public SchAgentQuota withWmSeniority(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.