public class SchStateGroupCoverage
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
protected java.util.List<java.lang.Double> |
coverage |
protected int |
coverageNSizeIs |
private static long |
serialVersionUID |
protected int |
wmStateGroupId |
protected int |
wmStateGroupType |
Constructor and Description |
---|
SchStateGroupCoverage() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object that) |
java.util.List<java.lang.Double> |
getCoverage()
Gets the value of the coverage property.
|
int |
getCoverageNSizeIs()
Gets the value of the coverageNSizeIs property.
|
int |
getWmStateGroupId()
Gets the value of the wmStateGroupId property.
|
int |
getWmStateGroupType()
Gets the value of the wmStateGroupType property.
|
int |
hashCode() |
void |
setCoverage(java.util.List<java.lang.Double> coverage)
Sets the value of the coverage property.
|
void |
setCoverageNSizeIs(int value)
Sets the value of the coverageNSizeIs property.
|
void |
setWmStateGroupId(int value)
Sets the value of the wmStateGroupId property.
|
void |
setWmStateGroupType(int value)
Sets the value of the wmStateGroupType property.
|
java.lang.String |
toString() |
SchStateGroupCoverage |
withCoverage(java.util.Collection<java.lang.Double> values) |
SchStateGroupCoverage |
withCoverage(java.lang.Double... values) |
SchStateGroupCoverage |
withCoverageNSizeIs(int value) |
SchStateGroupCoverage |
withWmStateGroupId(int value) |
SchStateGroupCoverage |
withWmStateGroupType(int value) |
private static final long serialVersionUID
protected int wmStateGroupType
protected int wmStateGroupId
protected int coverageNSizeIs
protected java.util.List<java.lang.Double> coverage
public int getWmStateGroupType()
public void setWmStateGroupType(int value)
public int getWmStateGroupId()
public void setWmStateGroupId(int value)
public int getCoverageNSizeIs()
public void setCoverageNSizeIs(int value)
public java.util.List<java.lang.Double> getCoverage()
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 coverage property.
For example, to add a new item, do as follows:
getCoverage().add(newItem);
Objects of the following type(s) are allowed in the list
Double
public SchStateGroupCoverage withWmStateGroupType(int value)
public SchStateGroupCoverage withWmStateGroupId(int value)
public SchStateGroupCoverage withCoverageNSizeIs(int value)
public SchStateGroupCoverage withCoverage(java.lang.Double... values)
public SchStateGroupCoverage withCoverage(java.util.Collection<java.lang.Double> values)
public void setCoverage(java.util.List<java.lang.Double> coverage)
coverage
- allowed object is
Double
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.