public class CfgReportDetails
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
protected int |
infoType
CfgReport details level (ECfgInfoType ) |
protected boolean |
provideReportTaskInfo
Specifies whether to provide corresponding
CfgReportTaskShort information or not |
protected boolean |
provideUserInfo
Specifies whether to provide corresponding
CfgUserShort information or not |
private static long |
serialVersionUID |
Constructor and Description |
---|
CfgReportDetails() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object that) |
int |
getInfoType()
Gets the value of the infoType property.
|
int |
hashCode() |
boolean |
isProvideReportTaskInfo()
Gets the value of the provideReportTaskInfo property.
|
boolean |
isProvideUserInfo()
Gets the value of the provideUserInfo property.
|
void |
setInfoType(int value)
Sets the value of the infoType property.
|
void |
setProvideReportTaskInfo(boolean value)
Sets the value of the provideReportTaskInfo property.
|
void |
setProvideUserInfo(boolean value)
Sets the value of the provideUserInfo property.
|
java.lang.String |
toString() |
CfgReportDetails |
withInfoType(int value) |
CfgReportDetails |
withProvideReportTaskInfo(boolean value) |
CfgReportDetails |
withProvideUserInfo(boolean value) |
private static final long serialVersionUID
protected int infoType
CfgReport
details level (ECfgInfoType
)protected boolean provideReportTaskInfo
CfgReportTaskShort
information or notprotected boolean provideUserInfo
CfgUserShort
information or notpublic int getInfoType()
public void setInfoType(int value)
public boolean isProvideReportTaskInfo()
public void setProvideReportTaskInfo(boolean value)
public boolean isProvideUserInfo()
public void setProvideUserInfo(boolean value)
public CfgReportDetails withInfoType(int value)
public CfgReportDetails withProvideReportTaskInfo(boolean value)
public CfgReportDetails withProvideUserInfo(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.