public class CfgProfile
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
private static long |
serialVersionUID |
protected long |
timestamp |
protected int |
wmBUId |
protected int |
wmContractId |
protected java.lang.String |
wmName |
protected java.util.List<java.lang.Integer> |
wmProfileActivities |
protected int |
wmProfileActivitiesNSizeIs |
protected int |
wmProfileId |
protected java.util.List<CfgProfileSkill> |
wmProfileSkills |
protected int |
wmProfileSkillsNSizeIs |
protected java.util.List<java.lang.Integer> |
wmSiteId |
protected int |
wmSiteIdNSizeIs |
Constructor and Description |
---|
CfgProfile() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object that) |
long |
getTimestamp()
Gets the value of the timestamp property.
|
int |
getWmBUId()
Gets the value of the wmBUId property.
|
int |
getWmContractId()
Gets the value of the wmContractId property.
|
java.lang.String |
getWmName()
Gets the value of the wmName property.
|
java.util.List<java.lang.Integer> |
getWmProfileActivities()
Gets the value of the wmProfileActivities property.
|
int |
getWmProfileActivitiesNSizeIs()
Gets the value of the wmProfileActivitiesNSizeIs property.
|
int |
getWmProfileId()
Gets the value of the wmProfileId property.
|
java.util.List<CfgProfileSkill> |
getWmProfileSkills()
Gets the value of the wmProfileSkills property.
|
int |
getWmProfileSkillsNSizeIs()
Gets the value of the wmProfileSkillsNSizeIs property.
|
java.util.List<java.lang.Integer> |
getWmSiteId()
Gets the value of the wmSiteId property.
|
int |
getWmSiteIdNSizeIs()
Gets the value of the wmSiteIdNSizeIs property.
|
int |
hashCode() |
void |
setTimestamp(long value)
Sets the value of the timestamp property.
|
void |
setWmBUId(int value)
Sets the value of the wmBUId property.
|
void |
setWmContractId(int value)
Sets the value of the wmContractId property.
|
void |
setWmName(java.lang.String value)
Sets the value of the wmName property.
|
void |
setWmProfileActivities(java.util.List<java.lang.Integer> wmProfileActivities)
Sets the value of the wmProfileActivities property.
|
void |
setWmProfileActivitiesNSizeIs(int value)
Sets the value of the wmProfileActivitiesNSizeIs property.
|
void |
setWmProfileId(int value)
Sets the value of the wmProfileId property.
|
void |
setWmProfileSkills(java.util.List<CfgProfileSkill> wmProfileSkills)
Sets the value of the wmProfileSkills property.
|
void |
setWmProfileSkillsNSizeIs(int value)
Sets the value of the wmProfileSkillsNSizeIs property.
|
void |
setWmSiteId(java.util.List<java.lang.Integer> wmSiteId)
Sets the value of the wmSiteId property.
|
void |
setWmSiteIdNSizeIs(int value)
Sets the value of the wmSiteIdNSizeIs property.
|
java.lang.String |
toString() |
CfgProfile |
withTimestamp(long value) |
CfgProfile |
withWmBUId(int value) |
CfgProfile |
withWmContractId(int value) |
CfgProfile |
withWmName(java.lang.String value) |
CfgProfile |
withWmProfileActivities(java.util.Collection<java.lang.Integer> values) |
CfgProfile |
withWmProfileActivities(java.lang.Integer... values) |
CfgProfile |
withWmProfileActivitiesNSizeIs(int value) |
CfgProfile |
withWmProfileId(int value) |
CfgProfile |
withWmProfileSkills(CfgProfileSkill... values) |
CfgProfile |
withWmProfileSkills(java.util.Collection<CfgProfileSkill> values) |
CfgProfile |
withWmProfileSkillsNSizeIs(int value) |
CfgProfile |
withWmSiteId(java.util.Collection<java.lang.Integer> values) |
CfgProfile |
withWmSiteId(java.lang.Integer... values) |
CfgProfile |
withWmSiteIdNSizeIs(int value) |
private static final long serialVersionUID
protected int wmProfileId
protected int wmBUId
protected int wmSiteIdNSizeIs
protected java.util.List<java.lang.Integer> wmSiteId
protected int wmContractId
protected java.lang.String wmName
protected int wmProfileSkillsNSizeIs
protected java.util.List<CfgProfileSkill> wmProfileSkills
protected int wmProfileActivitiesNSizeIs
protected java.util.List<java.lang.Integer> wmProfileActivities
protected long timestamp
public int getWmProfileId()
public void setWmProfileId(int value)
public int getWmBUId()
public void setWmBUId(int value)
public int getWmSiteIdNSizeIs()
public void setWmSiteIdNSizeIs(int value)
public java.util.List<java.lang.Integer> getWmSiteId()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set
method for the wmSiteId property.
For example, to add a new item, do as follows:
getWmSiteId().add(newItem);
Objects of the following type(s) are allowed in the list
Integer
public int getWmContractId()
public void setWmContractId(int value)
public java.lang.String getWmName()
String
public void setWmName(java.lang.String value)
value
- allowed object is
String
public int getWmProfileSkillsNSizeIs()
public void setWmProfileSkillsNSizeIs(int value)
public java.util.List<CfgProfileSkill> getWmProfileSkills()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set
method for the wmProfileSkills property.
For example, to add a new item, do as follows:
getWmProfileSkills().add(newItem);
Objects of the following type(s) are allowed in the list
CfgProfileSkill
public int getWmProfileActivitiesNSizeIs()
public void setWmProfileActivitiesNSizeIs(int value)
public java.util.List<java.lang.Integer> getWmProfileActivities()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set
method for the wmProfileActivities property.
For example, to add a new item, do as follows:
getWmProfileActivities().add(newItem);
Objects of the following type(s) are allowed in the list
Integer
public long getTimestamp()
public void setTimestamp(long value)
public CfgProfile withWmProfileId(int value)
public CfgProfile withWmBUId(int value)
public CfgProfile withWmSiteIdNSizeIs(int value)
public CfgProfile withWmSiteId(java.lang.Integer... values)
public CfgProfile withWmSiteId(java.util.Collection<java.lang.Integer> values)
public CfgProfile withWmContractId(int value)
public CfgProfile withWmName(java.lang.String value)
public CfgProfile withWmProfileSkillsNSizeIs(int value)
public CfgProfile withWmProfileSkills(CfgProfileSkill... values)
public CfgProfile withWmProfileSkills(java.util.Collection<CfgProfileSkill> values)
public CfgProfile withWmProfileActivitiesNSizeIs(int value)
public CfgProfile withWmProfileActivities(java.lang.Integer... values)
public CfgProfile withWmProfileActivities(java.util.Collection<java.lang.Integer> values)
public CfgProfile withTimestamp(long value)
public void setWmSiteId(java.util.List<java.lang.Integer> wmSiteId)
wmSiteId
- allowed object is
Integer
public void setWmProfileSkills(java.util.List<CfgProfileSkill> wmProfileSkills)
wmProfileSkills
- allowed object is
CfgProfileSkill
public void setWmProfileActivities(java.util.List<java.lang.Integer> wmProfileActivities)
wmProfileActivities
- allowed object is
Integer
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.