public class CfgMeetingDetails
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
protected int |
infoType
Object details level (
ECfgInfoType ) |
protected boolean |
provideAgentInfo
Specifies whether to provide Agent information or not
|
protected boolean |
provideBUInfo
Specifies whether to provide BU information or not
|
protected boolean |
provideExceptionTypeInfo
Specifies whether to provide Exception Type information or not
|
protected boolean |
provideSiteInfo
Specifies whether to provide Site information or not
|
private static long |
serialVersionUID |
Constructor and Description |
---|
CfgMeetingDetails() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object that) |
int |
getInfoType()
Gets the value of the infoType property.
|
int |
hashCode() |
boolean |
isProvideAgentInfo()
Gets the value of the provideAgentInfo property.
|
boolean |
isProvideBUInfo()
Gets the value of the provideBUInfo property.
|
boolean |
isProvideExceptionTypeInfo()
Gets the value of the provideExceptionTypeInfo property.
|
boolean |
isProvideSiteInfo()
Gets the value of the provideSiteInfo property.
|
void |
setInfoType(int value)
Sets the value of the infoType property.
|
void |
setProvideAgentInfo(boolean value)
Sets the value of the provideAgentInfo property.
|
void |
setProvideBUInfo(boolean value)
Sets the value of the provideBUInfo property.
|
void |
setProvideExceptionTypeInfo(boolean value)
Sets the value of the provideExceptionTypeInfo property.
|
void |
setProvideSiteInfo(boolean value)
Sets the value of the provideSiteInfo property.
|
java.lang.String |
toString() |
CfgMeetingDetails |
withInfoType(int value) |
CfgMeetingDetails |
withProvideAgentInfo(boolean value) |
CfgMeetingDetails |
withProvideBUInfo(boolean value) |
CfgMeetingDetails |
withProvideExceptionTypeInfo(boolean value) |
CfgMeetingDetails |
withProvideSiteInfo(boolean value) |
private static final long serialVersionUID
protected int infoType
ECfgInfoType
)protected boolean provideSiteInfo
protected boolean provideBUInfo
protected boolean provideExceptionTypeInfo
protected boolean provideAgentInfo
public int getInfoType()
public void setInfoType(int value)
public boolean isProvideSiteInfo()
public void setProvideSiteInfo(boolean value)
public boolean isProvideBUInfo()
public void setProvideBUInfo(boolean value)
public boolean isProvideExceptionTypeInfo()
public void setProvideExceptionTypeInfo(boolean value)
public boolean isProvideAgentInfo()
public void setProvideAgentInfo(boolean value)
public CfgMeetingDetails withInfoType(int value)
public CfgMeetingDetails withProvideSiteInfo(boolean value)
public CfgMeetingDetails withProvideBUInfo(boolean value)
public CfgMeetingDetails withProvideExceptionTypeInfo(boolean value)
public CfgMeetingDetails withProvideAgentInfo(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.