public class CfgOvertimeOfferDetails
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
protected int |
infoType |
protected boolean |
provideActivityInfo |
protected boolean |
provideBUInfo |
protected boolean |
provideMarkedTimeInfo |
protected boolean |
provideSiteInfo |
protected boolean |
provideSlotCount |
private static long |
serialVersionUID |
Constructor and Description |
---|
CfgOvertimeOfferDetails() |
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 |
isProvideMarkedTimeInfo()
Gets the value of the provideMarkedTimeInfo property.
|
boolean |
isProvideSiteInfo()
Gets the value of the provideSiteInfo property.
|
boolean |
isProvideSlotCount()
Gets the value of the provideSlotCount 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 |
setProvideMarkedTimeInfo(boolean value)
Sets the value of the provideMarkedTimeInfo property.
|
void |
setProvideSiteInfo(boolean value)
Sets the value of the provideSiteInfo property.
|
void |
setProvideSlotCount(boolean value)
Sets the value of the provideSlotCount property.
|
java.lang.String |
toString() |
CfgOvertimeOfferDetails |
withInfoType(int value) |
CfgOvertimeOfferDetails |
withProvideActivityInfo(boolean value) |
CfgOvertimeOfferDetails |
withProvideBUInfo(boolean value) |
CfgOvertimeOfferDetails |
withProvideMarkedTimeInfo(boolean value) |
CfgOvertimeOfferDetails |
withProvideSiteInfo(boolean value) |
CfgOvertimeOfferDetails |
withProvideSlotCount(boolean value) |
private static final long serialVersionUID
protected int infoType
protected boolean provideSiteInfo
protected boolean provideBUInfo
protected boolean provideActivityInfo
protected boolean provideMarkedTimeInfo
protected boolean provideSlotCount
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 isProvideActivityInfo()
public void setProvideActivityInfo(boolean value)
public boolean isProvideMarkedTimeInfo()
public void setProvideMarkedTimeInfo(boolean value)
public boolean isProvideSlotCount()
public void setProvideSlotCount(boolean value)
public CfgOvertimeOfferDetails withInfoType(int value)
public CfgOvertimeOfferDetails withProvideSiteInfo(boolean value)
public CfgOvertimeOfferDetails withProvideBUInfo(boolean value)
public CfgOvertimeOfferDetails withProvideActivityInfo(boolean value)
public CfgOvertimeOfferDetails withProvideMarkedTimeInfo(boolean value)
public CfgOvertimeOfferDetails withProvideSlotCount(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.