public class CfgStateGroupHolder
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
protected java.util.List<CfgBUShort> |
buInfo |
protected int |
buInfoNSizeIs |
protected java.util.List<CfgStateGroup> |
objectArray |
protected int |
objectArrayNSizeIs |
protected java.util.List<java.lang.Integer> |
objectIDArray |
protected int |
objectIDArrayNSizeIs |
protected java.util.List<CfgStateGroupShort> |
objectShortArray |
protected int |
objectShortArrayNSizeIs |
private static long |
serialVersionUID |
protected java.util.List<CfgSiteShort> |
siteInfo |
protected int |
siteInfoNSizeIs |
protected java.util.List<CfgState> |
stateInfo |
protected int |
stateInfoNSizeIs |
protected long |
timestamp |
Constructor and Description |
---|
CfgStateGroupHolder() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object that) |
java.util.List<CfgBUShort> |
getBUInfo()
Gets the value of the buInfo property.
|
int |
getBUInfoNSizeIs()
Gets the value of the buInfoNSizeIs property.
|
java.util.List<CfgStateGroup> |
getObjectArray()
Gets the value of the objectArray property.
|
int |
getObjectArrayNSizeIs()
Gets the value of the objectArrayNSizeIs property.
|
java.util.List<java.lang.Integer> |
getObjectIDArray()
Gets the value of the objectIDArray property.
|
int |
getObjectIDArrayNSizeIs()
Gets the value of the objectIDArrayNSizeIs property.
|
java.util.List<CfgStateGroupShort> |
getObjectShortArray()
Gets the value of the objectShortArray property.
|
int |
getObjectShortArrayNSizeIs()
Gets the value of the objectShortArrayNSizeIs property.
|
java.util.List<CfgSiteShort> |
getSiteInfo()
Gets the value of the siteInfo property.
|
int |
getSiteInfoNSizeIs()
Gets the value of the siteInfoNSizeIs property.
|
java.util.List<CfgState> |
getStateInfo()
Gets the value of the stateInfo property.
|
int |
getStateInfoNSizeIs()
Gets the value of the stateInfoNSizeIs property.
|
long |
getTimestamp()
Gets the value of the timestamp property.
|
int |
hashCode() |
void |
setBUInfo(java.util.List<CfgBUShort> buInfo)
Sets the value of the buInfo property.
|
void |
setBUInfoNSizeIs(int value)
Sets the value of the buInfoNSizeIs property.
|
void |
setObjectArray(java.util.List<CfgStateGroup> objectArray)
Sets the value of the objectArray property.
|
void |
setObjectArrayNSizeIs(int value)
Sets the value of the objectArrayNSizeIs property.
|
void |
setObjectIDArray(java.util.List<java.lang.Integer> objectIDArray)
Sets the value of the objectIDArray property.
|
void |
setObjectIDArrayNSizeIs(int value)
Sets the value of the objectIDArrayNSizeIs property.
|
void |
setObjectShortArray(java.util.List<CfgStateGroupShort> objectShortArray)
Sets the value of the objectShortArray property.
|
void |
setObjectShortArrayNSizeIs(int value)
Sets the value of the objectShortArrayNSizeIs property.
|
void |
setSiteInfo(java.util.List<CfgSiteShort> siteInfo)
Sets the value of the siteInfo property.
|
void |
setSiteInfoNSizeIs(int value)
Sets the value of the siteInfoNSizeIs property.
|
void |
setStateInfo(java.util.List<CfgState> stateInfo)
Sets the value of the stateInfo property.
|
void |
setStateInfoNSizeIs(int value)
Sets the value of the stateInfoNSizeIs property.
|
void |
setTimestamp(long value)
Sets the value of the timestamp property.
|
java.lang.String |
toString() |
CfgStateGroupHolder |
withBUInfo(CfgBUShort... values) |
CfgStateGroupHolder |
withBUInfo(java.util.Collection<CfgBUShort> values) |
CfgStateGroupHolder |
withBUInfoNSizeIs(int value) |
CfgStateGroupHolder |
withObjectArray(CfgStateGroup... values) |
CfgStateGroupHolder |
withObjectArray(java.util.Collection<CfgStateGroup> values) |
CfgStateGroupHolder |
withObjectArrayNSizeIs(int value) |
CfgStateGroupHolder |
withObjectIDArray(java.util.Collection<java.lang.Integer> values) |
CfgStateGroupHolder |
withObjectIDArray(java.lang.Integer... values) |
CfgStateGroupHolder |
withObjectIDArrayNSizeIs(int value) |
CfgStateGroupHolder |
withObjectShortArray(CfgStateGroupShort... values) |
CfgStateGroupHolder |
withObjectShortArray(java.util.Collection<CfgStateGroupShort> values) |
CfgStateGroupHolder |
withObjectShortArrayNSizeIs(int value) |
CfgStateGroupHolder |
withSiteInfo(CfgSiteShort... values) |
CfgStateGroupHolder |
withSiteInfo(java.util.Collection<CfgSiteShort> values) |
CfgStateGroupHolder |
withSiteInfoNSizeIs(int value) |
CfgStateGroupHolder |
withStateInfo(CfgState... values) |
CfgStateGroupHolder |
withStateInfo(java.util.Collection<CfgState> values) |
CfgStateGroupHolder |
withStateInfoNSizeIs(int value) |
CfgStateGroupHolder |
withTimestamp(long value) |
private static final long serialVersionUID
protected int objectIDArrayNSizeIs
protected java.util.List<java.lang.Integer> objectIDArray
protected int objectArrayNSizeIs
protected java.util.List<CfgStateGroup> objectArray
protected int objectShortArrayNSizeIs
protected java.util.List<CfgStateGroupShort> objectShortArray
protected int stateInfoNSizeIs
protected java.util.List<CfgState> stateInfo
protected int siteInfoNSizeIs
protected java.util.List<CfgSiteShort> siteInfo
protected int buInfoNSizeIs
protected java.util.List<CfgBUShort> buInfo
protected long timestamp
public int getObjectIDArrayNSizeIs()
public void setObjectIDArrayNSizeIs(int value)
public java.util.List<java.lang.Integer> getObjectIDArray()
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 objectIDArray property.
For example, to add a new item, do as follows:
getObjectIDArray().add(newItem);
Objects of the following type(s) are allowed in the list
Integer
public int getObjectArrayNSizeIs()
public void setObjectArrayNSizeIs(int value)
public java.util.List<CfgStateGroup> getObjectArray()
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 objectArray property.
For example, to add a new item, do as follows:
getObjectArray().add(newItem);
Objects of the following type(s) are allowed in the list
CfgStateGroup
public int getObjectShortArrayNSizeIs()
public void setObjectShortArrayNSizeIs(int value)
public java.util.List<CfgStateGroupShort> getObjectShortArray()
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 objectShortArray property.
For example, to add a new item, do as follows:
getObjectShortArray().add(newItem);
Objects of the following type(s) are allowed in the list
CfgStateGroupShort
public int getStateInfoNSizeIs()
public void setStateInfoNSizeIs(int value)
public java.util.List<CfgState> getStateInfo()
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 stateInfo property.
For example, to add a new item, do as follows:
getStateInfo().add(newItem);
Objects of the following type(s) are allowed in the list
CfgState
public int getSiteInfoNSizeIs()
public void setSiteInfoNSizeIs(int value)
public java.util.List<CfgSiteShort> getSiteInfo()
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 siteInfo property.
For example, to add a new item, do as follows:
getSiteInfo().add(newItem);
Objects of the following type(s) are allowed in the list
CfgSiteShort
public int getBUInfoNSizeIs()
public void setBUInfoNSizeIs(int value)
public java.util.List<CfgBUShort> getBUInfo()
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 buInfo property.
For example, to add a new item, do as follows:
getBUInfo().add(newItem);
Objects of the following type(s) are allowed in the list
CfgBUShort
public long getTimestamp()
public void setTimestamp(long value)
public CfgStateGroupHolder withObjectIDArrayNSizeIs(int value)
public CfgStateGroupHolder withObjectIDArray(java.lang.Integer... values)
public CfgStateGroupHolder withObjectIDArray(java.util.Collection<java.lang.Integer> values)
public CfgStateGroupHolder withObjectArrayNSizeIs(int value)
public CfgStateGroupHolder withObjectArray(CfgStateGroup... values)
public CfgStateGroupHolder withObjectArray(java.util.Collection<CfgStateGroup> values)
public CfgStateGroupHolder withObjectShortArrayNSizeIs(int value)
public CfgStateGroupHolder withObjectShortArray(CfgStateGroupShort... values)
public CfgStateGroupHolder withObjectShortArray(java.util.Collection<CfgStateGroupShort> values)
public CfgStateGroupHolder withStateInfoNSizeIs(int value)
public CfgStateGroupHolder withStateInfo(CfgState... values)
public CfgStateGroupHolder withStateInfo(java.util.Collection<CfgState> values)
public CfgStateGroupHolder withSiteInfoNSizeIs(int value)
public CfgStateGroupHolder withSiteInfo(CfgSiteShort... values)
public CfgStateGroupHolder withSiteInfo(java.util.Collection<CfgSiteShort> values)
public CfgStateGroupHolder withBUInfoNSizeIs(int value)
public CfgStateGroupHolder withBUInfo(CfgBUShort... values)
public CfgStateGroupHolder withBUInfo(java.util.Collection<CfgBUShort> values)
public CfgStateGroupHolder withTimestamp(long value)
public void setObjectIDArray(java.util.List<java.lang.Integer> objectIDArray)
objectIDArray
- allowed object is
Integer
public void setObjectArray(java.util.List<CfgStateGroup> objectArray)
objectArray
- allowed object is
CfgStateGroup
public void setObjectShortArray(java.util.List<CfgStateGroupShort> objectShortArray)
objectShortArray
- allowed object is
CfgStateGroupShort
public void setStateInfo(java.util.List<CfgState> stateInfo)
stateInfo
- allowed object is
CfgState
public void setSiteInfo(java.util.List<CfgSiteShort> siteInfo)
siteInfo
- allowed object is
CfgSiteShort
public void setBUInfo(java.util.List<CfgBUShort> buInfo)
buInfo
- allowed object is
CfgBUShort
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.