public class CfgBU
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
private static long |
serialVersionUID |
protected long |
timestamp
A timestamp value -- marks the point in time when Object information was obtained
|
protected int |
wmBUId
Business Unit ID
|
protected int |
wmDaStatId
ID of Data Aggregator application assigned to Business Unit
|
protected java.lang.String |
wmName
Name of Business Unit
|
protected java.util.List<java.lang.Integer> |
wmSites
An array of Site IDs (
CfgSite ) that are under Business Unit |
protected int |
wmSitesNSizeIs
Number of elements in wmSites array
|
protected int |
wmTimezoneId
Time Zone ID--identifies
CfgTimezone object |
protected java.util.List<java.lang.Integer> |
wmVirtualActivities
An array of Multi-Site Activity IDs (
CfgVirtualActivity )
that are under the Business Unit |
protected int |
wmVirtualActivitiesNSizeIs
Number of elements in wmVirtualActivities array
|
Constructor and Description |
---|
CfgBU() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object that) |
long |
getTimestamp()
Gets the value of the timestamp property.
|
int |
getWmBUId()
Gets the value of the wmBUId property.
|
int |
getWmDaStatId()
Gets the value of the wmDaStatId property.
|
java.lang.String |
getWmName()
Gets the value of the wmName property.
|
java.util.List<java.lang.Integer> |
getWmSites()
Gets the value of the wmSites property.
|
int |
getWmSitesNSizeIs()
Gets the value of the wmSitesNSizeIs property.
|
int |
getWmTimezoneId()
Gets the value of the wmTimezoneId property.
|
java.util.List<java.lang.Integer> |
getWmVirtualActivities()
Gets the value of the wmVirtualActivities property.
|
int |
getWmVirtualActivitiesNSizeIs()
Gets the value of the wmVirtualActivitiesNSizeIs property.
|
int |
hashCode() |
void |
setTimestamp(long value)
Sets the value of the timestamp property.
|
void |
setWmBUId(int value)
Sets the value of the wmBUId property.
|
void |
setWmDaStatId(int value)
Sets the value of the wmDaStatId property.
|
void |
setWmName(java.lang.String value)
Sets the value of the wmName property.
|
void |
setWmSites(java.util.List<java.lang.Integer> wmSites)
Sets the value of the wmSites property.
|
void |
setWmSitesNSizeIs(int value)
Sets the value of the wmSitesNSizeIs property.
|
void |
setWmTimezoneId(int value)
Sets the value of the wmTimezoneId property.
|
void |
setWmVirtualActivities(java.util.List<java.lang.Integer> wmVirtualActivities)
Sets the value of the wmVirtualActivities property.
|
void |
setWmVirtualActivitiesNSizeIs(int value)
Sets the value of the wmVirtualActivitiesNSizeIs property.
|
java.lang.String |
toString() |
CfgBU |
withTimestamp(long value) |
CfgBU |
withWmBUId(int value) |
CfgBU |
withWmDaStatId(int value) |
CfgBU |
withWmName(java.lang.String value) |
CfgBU |
withWmSites(java.util.Collection<java.lang.Integer> values) |
CfgBU |
withWmSites(java.lang.Integer... values) |
CfgBU |
withWmSitesNSizeIs(int value) |
CfgBU |
withWmTimezoneId(int value) |
CfgBU |
withWmVirtualActivities(java.util.Collection<java.lang.Integer> values) |
CfgBU |
withWmVirtualActivities(java.lang.Integer... values) |
CfgBU |
withWmVirtualActivitiesNSizeIs(int value) |
private static final long serialVersionUID
protected int wmBUId
protected java.lang.String wmName
protected int wmTimezoneId
CfgTimezone
objectprotected int wmDaStatId
protected int wmSitesNSizeIs
protected java.util.List<java.lang.Integer> wmSites
CfgSite
) that are under Business Unitprotected int wmVirtualActivitiesNSizeIs
protected java.util.List<java.lang.Integer> wmVirtualActivities
CfgVirtualActivity
)
that are under the Business Unitprotected long timestamp
public int getWmBUId()
public void setWmBUId(int value)
public java.lang.String getWmName()
String
public void setWmName(java.lang.String value)
value
- allowed object is
String
public int getWmTimezoneId()
public void setWmTimezoneId(int value)
public int getWmDaStatId()
public void setWmDaStatId(int value)
public int getWmSitesNSizeIs()
public void setWmSitesNSizeIs(int value)
public java.util.List<java.lang.Integer> getWmSites()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set
method for the wmSites property.
For example, to add a new item, do as follows:
getWmSites().add(newItem);
Objects of the following type(s) are allowed in the list
Integer
public int getWmVirtualActivitiesNSizeIs()
public void setWmVirtualActivitiesNSizeIs(int value)
public java.util.List<java.lang.Integer> getWmVirtualActivities()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set
method for the wmVirtualActivities property.
For example, to add a new item, do as follows:
getWmVirtualActivities().add(newItem);
Objects of the following type(s) are allowed in the list
Integer
public long getTimestamp()
public void setTimestamp(long value)
public CfgBU withWmBUId(int value)
public CfgBU withWmName(java.lang.String value)
public CfgBU withWmTimezoneId(int value)
public CfgBU withWmDaStatId(int value)
public CfgBU withWmSitesNSizeIs(int value)
public CfgBU withWmSites(java.lang.Integer... values)
public CfgBU withWmSites(java.util.Collection<java.lang.Integer> values)
public CfgBU withWmVirtualActivitiesNSizeIs(int value)
public CfgBU withWmVirtualActivities(java.lang.Integer... values)
public CfgBU withWmVirtualActivities(java.util.Collection<java.lang.Integer> values)
public CfgBU withTimestamp(long value)
public void setWmSites(java.util.List<java.lang.Integer> wmSites)
wmSites
- allowed object is
Integer
public void setWmVirtualActivities(java.util.List<java.lang.Integer> wmVirtualActivities)
wmVirtualActivities
- allowed object is
Integer
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.