public class CfgProfileDetails
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
protected int |
infoType
Profile details level (
ECfgInfoType ) |
protected boolean |
provideActivityInfo
Specifies whether to provide Activity information or not
|
protected boolean |
provideBUInfo
Specifies whether to provide BU information or not
|
protected boolean |
provideContractInfo
Specifies whether to provide Agent's Contract information or not
|
protected boolean |
provideSiteInfo
Specifies whether to provide Site information or not
|
protected boolean |
provideSkillInfo
Specifies whether to provide Skill information or not
|
private static long |
serialVersionUID |
Constructor and Description |
---|
CfgProfileDetails() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object that) |
int |
getInfoType()
Gets the value of the infoType property.
|
int |
hashCode() |
boolean |
isProvideActivityInfo()
Gets the value of the provideActivityInfo property.
|
boolean |
isProvideBUInfo()
Gets the value of the provideBUInfo property.
|
boolean |
isProvideContractInfo()
Gets the value of the provideContractInfo property.
|
boolean |
isProvideSiteInfo()
Gets the value of the provideSiteInfo property.
|
boolean |
isProvideSkillInfo()
Gets the value of the provideSkillInfo property.
|
void |
setInfoType(int value)
Sets the value of the infoType property.
|
void |
setProvideActivityInfo(boolean value)
Sets the value of the provideActivityInfo property.
|
void |
setProvideBUInfo(boolean value)
Sets the value of the provideBUInfo property.
|
void |
setProvideContractInfo(boolean value)
Sets the value of the provideContractInfo property.
|
void |
setProvideSiteInfo(boolean value)
Sets the value of the provideSiteInfo property.
|
void |
setProvideSkillInfo(boolean value)
Sets the value of the provideSkillInfo property.
|
java.lang.String |
toString() |
CfgProfileDetails |
withInfoType(int value) |
CfgProfileDetails |
withProvideActivityInfo(boolean value) |
CfgProfileDetails |
withProvideBUInfo(boolean value) |
CfgProfileDetails |
withProvideContractInfo(boolean value) |
CfgProfileDetails |
withProvideSiteInfo(boolean value) |
CfgProfileDetails |
withProvideSkillInfo(boolean value) |
private static final long serialVersionUID
protected int infoType
ECfgInfoType
)protected boolean provideActivityInfo
protected boolean provideContractInfo
protected boolean provideSiteInfo
protected boolean provideBUInfo
protected boolean provideSkillInfo
public int getInfoType()
public void setInfoType(int value)
public boolean isProvideActivityInfo()
public void setProvideActivityInfo(boolean value)
public boolean isProvideContractInfo()
public void setProvideContractInfo(boolean value)
public boolean isProvideSiteInfo()
public void setProvideSiteInfo(boolean value)
public boolean isProvideBUInfo()
public void setProvideBUInfo(boolean value)
public boolean isProvideSkillInfo()
public void setProvideSkillInfo(boolean value)
public CfgProfileDetails withInfoType(int value)
public CfgProfileDetails withProvideActivityInfo(boolean value)
public CfgProfileDetails withProvideContractInfo(boolean value)
public CfgProfileDetails withProvideSiteInfo(boolean value)
public CfgProfileDetails withProvideBUInfo(boolean value)
public CfgProfileDetails withProvideSkillInfo(boolean 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.