public class SchStateGroupCoverageHolder
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
protected java.util.List<SchStateGroupCoverage> |
schCoverage
|
protected int |
schCoverageNSizeIs |
private static long |
serialVersionUID |
protected double |
wmEndDate
Period End Date
|
protected int |
wmGranularity
Granularity in minutes (15, 30, 60, ...)
|
protected double |
wmStartDate
Period Start Date
|
protected int |
wmTimezoneId
Time zone ID
|
Constructor and Description |
---|
SchStateGroupCoverageHolder() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object that) |
java.util.List<SchStateGroupCoverage> |
getSchCoverage()
Gets the value of the schCoverage property.
|
int |
getSchCoverageNSizeIs()
Gets the value of the schCoverageNSizeIs property.
|
double |
getWmEndDate()
Gets the value of the wmEndDate property.
|
int |
getWmGranularity()
Gets the value of the wmGranularity property.
|
double |
getWmStartDate()
Gets the value of the wmStartDate property.
|
int |
getWmTimezoneId()
Gets the value of the wmTimezoneId property.
|
int |
hashCode() |
void |
setSchCoverage(java.util.List<SchStateGroupCoverage> schCoverage)
Sets the value of the schCoverage property.
|
void |
setSchCoverageNSizeIs(int value)
Sets the value of the schCoverageNSizeIs property.
|
void |
setWmEndDate(double value)
Sets the value of the wmEndDate property.
|
void |
setWmGranularity(int value)
Sets the value of the wmGranularity property.
|
void |
setWmStartDate(double value)
Sets the value of the wmStartDate property.
|
void |
setWmTimezoneId(int value)
Sets the value of the wmTimezoneId property.
|
java.lang.String |
toString() |
SchStateGroupCoverageHolder |
withSchCoverage(java.util.Collection<SchStateGroupCoverage> values) |
SchStateGroupCoverageHolder |
withSchCoverage(SchStateGroupCoverage... values) |
SchStateGroupCoverageHolder |
withSchCoverageNSizeIs(int value) |
SchStateGroupCoverageHolder |
withWmEndDate(double value) |
SchStateGroupCoverageHolder |
withWmGranularity(int value) |
SchStateGroupCoverageHolder |
withWmStartDate(double value) |
SchStateGroupCoverageHolder |
withWmTimezoneId(int value) |
private static final long serialVersionUID
protected double wmStartDate
protected double wmEndDate
protected int wmTimezoneId
protected int wmGranularity
protected int schCoverageNSizeIs
protected java.util.List<SchStateGroupCoverage> schCoverage
public double getWmStartDate()
public void setWmStartDate(double value)
public double getWmEndDate()
public void setWmEndDate(double value)
public int getWmTimezoneId()
public void setWmTimezoneId(int value)
public int getWmGranularity()
public void setWmGranularity(int value)
public int getSchCoverageNSizeIs()
public void setSchCoverageNSizeIs(int value)
public java.util.List<SchStateGroupCoverage> getSchCoverage()
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 schCoverage property.
For example, to add a new item, do as follows:
getSchCoverage().add(newItem);
Objects of the following type(s) are allowed in the list
SchStateGroupCoverage
public SchStateGroupCoverageHolder withWmStartDate(double value)
public SchStateGroupCoverageHolder withWmEndDate(double value)
public SchStateGroupCoverageHolder withWmTimezoneId(int value)
public SchStateGroupCoverageHolder withWmGranularity(int value)
public SchStateGroupCoverageHolder withSchCoverageNSizeIs(int value)
public SchStateGroupCoverageHolder withSchCoverage(SchStateGroupCoverage... values)
public SchStateGroupCoverageHolder withSchCoverage(java.util.Collection<SchStateGroupCoverage> values)
public void setSchCoverage(java.util.List<SchStateGroupCoverage> schCoverage)
schCoverage
- allowed object is
SchStateGroupCoverage
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.