public class CfgStateHolder
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<CfgState> |
objectArray |
protected int |
objectArrayNSizeIs |
protected java.util.List<java.lang.Integer> |
objectIDArray |
protected int |
objectIDArrayNSizeIs |
private static long |
serialVersionUID |
protected java.util.List<CfgSiteShort> |
siteInfo |
protected int |
siteInfoNSizeIs |
protected java.util.List<CfgStateGroupShort> |
stateGroupInfo |
protected int |
stateGroupInfoNSizeIs |
protected long |
timestamp |
Constructor and Description |
---|
CfgStateHolder() |
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<CfgState> |
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<CfgSiteShort> |
getSiteInfo()
Gets the value of the siteInfo property.
|
int |
getSiteInfoNSizeIs()
Gets the value of the siteInfoNSizeIs property.
|
java.util.List<CfgStateGroupShort> |
getStateGroupInfo()
Gets the value of the stateGroupInfo property.
|
int |
getStateGroupInfoNSizeIs()
Gets the value of the stateGroupInfoNSizeIs 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<CfgState> 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 |
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 |
setStateGroupInfo(java.util.List<CfgStateGroupShort> stateGroupInfo)
Sets the value of the stateGroupInfo property.
|
void |
setStateGroupInfoNSizeIs(int value)
Sets the value of the stateGroupInfoNSizeIs property.
|
void |
setTimestamp(long value)
Sets the value of the timestamp property.
|
java.lang.String |
toString() |
CfgStateHolder |
withBUInfo(CfgBUShort... values) |
CfgStateHolder |
withBUInfo(java.util.Collection<CfgBUShort> values) |
CfgStateHolder |
withBUInfoNSizeIs(int value) |
CfgStateHolder |
withObjectArray(CfgState... values) |
CfgStateHolder |
withObjectArray(java.util.Collection<CfgState> values) |
CfgStateHolder |
withObjectArrayNSizeIs(int value) |
CfgStateHolder |
withObjectIDArray(java.util.Collection<java.lang.Integer> values) |
CfgStateHolder |
withObjectIDArray(java.lang.Integer... values) |
CfgStateHolder |
withObjectIDArrayNSizeIs(int value) |
CfgStateHolder |
withSiteInfo(CfgSiteShort... values) |
CfgStateHolder |
withSiteInfo(java.util.Collection<CfgSiteShort> values) |
CfgStateHolder |
withSiteInfoNSizeIs(int value) |
CfgStateHolder |
withStateGroupInfo(CfgStateGroupShort... values) |
CfgStateHolder |
withStateGroupInfo(java.util.Collection<CfgStateGroupShort> values) |
CfgStateHolder |
withStateGroupInfoNSizeIs(int value) |
CfgStateHolder |
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<CfgState> objectArray
protected int stateGroupInfoNSizeIs
protected java.util.List<CfgStateGroupShort> stateGroupInfo
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<CfgState> 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
CfgState
public int getStateGroupInfoNSizeIs()
public void setStateGroupInfoNSizeIs(int value)
public java.util.List<CfgStateGroupShort> getStateGroupInfo()
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 stateGroupInfo property.
For example, to add a new item, do as follows:
getStateGroupInfo().add(newItem);
Objects of the following type(s) are allowed in the list
CfgStateGroupShort
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 CfgStateHolder withObjectIDArrayNSizeIs(int value)
public CfgStateHolder withObjectIDArray(java.lang.Integer... values)
public CfgStateHolder withObjectIDArray(java.util.Collection<java.lang.Integer> values)
public CfgStateHolder withObjectArrayNSizeIs(int value)
public CfgStateHolder withObjectArray(CfgState... values)
public CfgStateHolder withObjectArray(java.util.Collection<CfgState> values)
public CfgStateHolder withStateGroupInfoNSizeIs(int value)
public CfgStateHolder withStateGroupInfo(CfgStateGroupShort... values)
public CfgStateHolder withStateGroupInfo(java.util.Collection<CfgStateGroupShort> values)
public CfgStateHolder withSiteInfoNSizeIs(int value)
public CfgStateHolder withSiteInfo(CfgSiteShort... values)
public CfgStateHolder withSiteInfo(java.util.Collection<CfgSiteShort> values)
public CfgStateHolder withBUInfoNSizeIs(int value)
public CfgStateHolder withBUInfo(CfgBUShort... values)
public CfgStateHolder withBUInfo(java.util.Collection<CfgBUShort> values)
public CfgStateHolder withTimestamp(long value)
public void setObjectIDArray(java.util.List<java.lang.Integer> objectIDArray)
objectIDArray
- allowed object is
Integer
public void setObjectArray(java.util.List<CfgState> objectArray)
objectArray
- allowed object is
CfgState
public void setStateGroupInfo(java.util.List<CfgStateGroupShort> stateGroupInfo)
stateGroupInfo
- allowed object is
CfgStateGroupShort
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.