public class CfgRotation
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 java.lang.String |
wmName
Name of Rotating Pattern
|
protected int |
wmRotatingSchId
Rotating Pattern ID
|
protected double |
wmRotationStart
Rotation Start Date (
OleDateTime ) |
protected java.util.List<CfgRotationWeek> |
wmRotationWeeks
An array of Week Patterns (
CfgRotationWeek ) in a Rotating Pattern |
protected int |
wmRotationWeeksNSizeIs
Number of elements in the wmRotationWeeks array
|
protected int |
wmSiteId
Site ID--identifies CfgSite object
|
Constructor and Description |
---|
CfgRotation() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object that) |
long |
getTimestamp()
Gets the value of the timestamp property.
|
java.lang.String |
getWmName()
Gets the value of the wmName property.
|
int |
getWmRotatingSchId()
Gets the value of the wmRotatingSchId property.
|
double |
getWmRotationStart()
Gets the value of the wmRotationStart property.
|
java.util.List<CfgRotationWeek> |
getWmRotationWeeks()
Gets the value of the wmRotationWeeks property.
|
int |
getWmRotationWeeksNSizeIs()
Gets the value of the wmRotationWeeksNSizeIs property.
|
int |
getWmSiteId()
Gets the value of the wmSiteId property.
|
int |
hashCode() |
void |
setTimestamp(long value)
Sets the value of the timestamp property.
|
void |
setWmName(java.lang.String value)
Sets the value of the wmName property.
|
void |
setWmRotatingSchId(int value)
Sets the value of the wmRotatingSchId property.
|
void |
setWmRotationStart(double value)
Sets the value of the wmRotationStart property.
|
void |
setWmRotationWeeks(java.util.List<CfgRotationWeek> wmRotationWeeks)
Sets the value of the wmRotationWeeks property.
|
void |
setWmRotationWeeksNSizeIs(int value)
Sets the value of the wmRotationWeeksNSizeIs property.
|
void |
setWmSiteId(int value)
Sets the value of the wmSiteId property.
|
java.lang.String |
toString() |
CfgRotation |
withTimestamp(long value) |
CfgRotation |
withWmName(java.lang.String value) |
CfgRotation |
withWmRotatingSchId(int value) |
CfgRotation |
withWmRotationStart(double value) |
CfgRotation |
withWmRotationWeeks(CfgRotationWeek... values) |
CfgRotation |
withWmRotationWeeks(java.util.Collection<CfgRotationWeek> values) |
CfgRotation |
withWmRotationWeeksNSizeIs(int value) |
CfgRotation |
withWmSiteId(int value) |
private static final long serialVersionUID
protected int wmRotatingSchId
protected int wmSiteId
protected java.lang.String wmName
protected double wmRotationStart
OleDateTime
)protected int wmRotationWeeksNSizeIs
protected java.util.List<CfgRotationWeek> wmRotationWeeks
CfgRotationWeek
) in a Rotating Patternprotected long timestamp
public int getWmRotatingSchId()
public void setWmRotatingSchId(int value)
public int getWmSiteId()
public void setWmSiteId(int value)
public java.lang.String getWmName()
String
public void setWmName(java.lang.String value)
value
- allowed object is
String
public double getWmRotationStart()
public void setWmRotationStart(double value)
public int getWmRotationWeeksNSizeIs()
public void setWmRotationWeeksNSizeIs(int value)
public java.util.List<CfgRotationWeek> getWmRotationWeeks()
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 wmRotationWeeks property.
For example, to add a new item, do as follows:
getWmRotationWeeks().add(newItem);
Objects of the following type(s) are allowed in the list
CfgRotationWeek
public long getTimestamp()
public void setTimestamp(long value)
public CfgRotation withWmRotatingSchId(int value)
public CfgRotation withWmSiteId(int value)
public CfgRotation withWmName(java.lang.String value)
public CfgRotation withWmRotationStart(double value)
public CfgRotation withWmRotationWeeksNSizeIs(int value)
public CfgRotation withWmRotationWeeks(CfgRotationWeek... values)
public CfgRotation withWmRotationWeeks(java.util.Collection<CfgRotationWeek> values)
public CfgRotation withTimestamp(long value)
public void setWmRotationWeeks(java.util.List<CfgRotationWeek> wmRotationWeeks)
wmRotationWeeks
- allowed object is
CfgRotationWeek
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.