public class CfgActivityDetails
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
protected int |
infoType
Request details level (
ECfgInfoType ) |
protected boolean |
provideActivitySetInfo
Specifies whether to provide associated Activity Set information or not
|
protected boolean |
provideBUInfo
Specifies whether to provide associated BU information or not
|
protected boolean |
provideSiteInfo
Specifies whether to provide associated Site information or not
|
protected boolean |
provideVirtualActivityInfo
Specifies whether to provide associated Multi-Site Activity information or not
|
private static long |
serialVersionUID |
Constructor and Description |
---|
CfgActivityDetails() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object that) |
int |
getInfoType()
Gets the value of the infoType property.
|
int |
hashCode() |
boolean |
isProvideActivitySetInfo()
Gets the value of the provideActivitySetInfo property.
|
boolean |
isProvideBUInfo()
Gets the value of the provideBUInfo property.
|
boolean |
isProvideSiteInfo()
Gets the value of the provideSiteInfo property.
|
boolean |
isProvideVirtualActivityInfo()
Gets the value of the provideVirtualActivityInfo property.
|
void |
setInfoType(int value)
Sets the value of the infoType property.
|
void |
setProvideActivitySetInfo(boolean value)
Sets the value of the provideActivitySetInfo property.
|
void |
setProvideBUInfo(boolean value)
Sets the value of the provideBUInfo property.
|
void |
setProvideSiteInfo(boolean value)
Sets the value of the provideSiteInfo property.
|
void |
setProvideVirtualActivityInfo(boolean value)
Sets the value of the provideVirtualActivityInfo property.
|
java.lang.String |
toString() |
CfgActivityDetails |
withInfoType(int value) |
CfgActivityDetails |
withProvideActivitySetInfo(boolean value) |
CfgActivityDetails |
withProvideBUInfo(boolean value) |
CfgActivityDetails |
withProvideSiteInfo(boolean value) |
CfgActivityDetails |
withProvideVirtualActivityInfo(boolean value) |
private static final long serialVersionUID
protected int infoType
ECfgInfoType
)protected boolean provideSiteInfo
protected boolean provideBUInfo
protected boolean provideActivitySetInfo
protected boolean provideVirtualActivityInfo
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 isProvideActivitySetInfo()
public void setProvideActivitySetInfo(boolean value)
public boolean isProvideVirtualActivityInfo()
public void setProvideVirtualActivityInfo(boolean value)
public CfgActivityDetails withInfoType(int value)
public CfgActivityDetails withProvideSiteInfo(boolean value)
public CfgActivityDetails withProvideBUInfo(boolean value)
public CfgActivityDetails withProvideActivitySetInfo(boolean value)
public CfgActivityDetails withProvideVirtualActivityInfo(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.