public class CfgRotationDetails
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
protected int |
infoType
CfgRotation details level (ECfgInfoType ) |
protected boolean |
provideActivityInfo
Specifies whether to provide corresponding
CfgActivityShort information or not |
protected boolean |
provideShiftInfo
Specifies whether to provide Shift (
CfgShiftShort ) information or not |
private static long |
serialVersionUID |
Constructor and Description |
---|
CfgRotationDetails() |
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 |
isProvideShiftInfo()
Gets the value of the provideShiftInfo property.
|
void |
setInfoType(int value)
Sets the value of the infoType property.
|
void |
setProvideActivityInfo(boolean value)
Sets the value of the provideActivityInfo property.
|
void |
setProvideShiftInfo(boolean value)
Sets the value of the provideShiftInfo property.
|
java.lang.String |
toString() |
CfgRotationDetails |
withInfoType(int value) |
CfgRotationDetails |
withProvideActivityInfo(boolean value) |
CfgRotationDetails |
withProvideShiftInfo(boolean value) |
private static final long serialVersionUID
protected int infoType
CfgRotation
details level (ECfgInfoType
)protected boolean provideActivityInfo
CfgActivityShort
information or notprotected boolean provideShiftInfo
CfgShiftShort
) information or notpublic int getInfoType()
public void setInfoType(int value)
public boolean isProvideActivityInfo()
public void setProvideActivityInfo(boolean value)
public boolean isProvideShiftInfo()
public void setProvideShiftInfo(boolean value)
public CfgRotationDetails withInfoType(int value)
public CfgRotationDetails withProvideActivityInfo(boolean value)
public CfgRotationDetails withProvideShiftInfo(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.