public class CfgTaskSequence
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
private static long |
serialVersionUID |
protected long |
timestamp |
protected int |
wmBUId |
protected java.lang.String |
wmName |
protected java.util.List<java.lang.Integer> |
wmSiteId |
protected int |
wmSiteIdNSizeIs |
protected int |
wmTaskSequenceId |
protected java.util.List<CfgTaskSequenceItem> |
wmTaskSequenceItems |
protected int |
wmTaskSequenceItemsNSizeIs |
Constructor and Description |
---|
CfgTaskSequence() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object that) |
long |
getTimestamp()
Gets the value of the timestamp property.
|
int |
getWmBUId()
Gets the value of the wmBUId property.
|
java.lang.String |
getWmName()
Gets the value of the wmName property.
|
java.util.List<java.lang.Integer> |
getWmSiteId()
Gets the value of the wmSiteId property.
|
int |
getWmSiteIdNSizeIs()
Gets the value of the wmSiteIdNSizeIs property.
|
int |
getWmTaskSequenceId()
Gets the value of the wmTaskSequenceId property.
|
java.util.List<CfgTaskSequenceItem> |
getWmTaskSequenceItems()
Gets the value of the wmTaskSequenceItems property.
|
int |
getWmTaskSequenceItemsNSizeIs()
Gets the value of the wmTaskSequenceItemsNSizeIs property.
|
int |
hashCode() |
void |
setTimestamp(long value)
Sets the value of the timestamp property.
|
void |
setWmBUId(int value)
Sets the value of the wmBUId property.
|
void |
setWmName(java.lang.String value)
Sets the value of the wmName property.
|
void |
setWmSiteId(java.util.List<java.lang.Integer> wmSiteId)
Sets the value of the wmSiteId property.
|
void |
setWmSiteIdNSizeIs(int value)
Sets the value of the wmSiteIdNSizeIs property.
|
void |
setWmTaskSequenceId(int value)
Sets the value of the wmTaskSequenceId property.
|
void |
setWmTaskSequenceItems(java.util.List<CfgTaskSequenceItem> wmTaskSequenceItems)
Sets the value of the wmTaskSequenceItems property.
|
void |
setWmTaskSequenceItemsNSizeIs(int value)
Sets the value of the wmTaskSequenceItemsNSizeIs property.
|
java.lang.String |
toString() |
CfgTaskSequence |
withTimestamp(long value) |
CfgTaskSequence |
withWmBUId(int value) |
CfgTaskSequence |
withWmName(java.lang.String value) |
CfgTaskSequence |
withWmSiteId(java.util.Collection<java.lang.Integer> values) |
CfgTaskSequence |
withWmSiteId(java.lang.Integer... values) |
CfgTaskSequence |
withWmSiteIdNSizeIs(int value) |
CfgTaskSequence |
withWmTaskSequenceId(int value) |
CfgTaskSequence |
withWmTaskSequenceItems(CfgTaskSequenceItem... values) |
CfgTaskSequence |
withWmTaskSequenceItems(java.util.Collection<CfgTaskSequenceItem> values) |
CfgTaskSequence |
withWmTaskSequenceItemsNSizeIs(int value) |
private static final long serialVersionUID
protected int wmTaskSequenceId
protected int wmBUId
protected int wmSiteIdNSizeIs
protected java.util.List<java.lang.Integer> wmSiteId
protected java.lang.String wmName
protected int wmTaskSequenceItemsNSizeIs
protected java.util.List<CfgTaskSequenceItem> wmTaskSequenceItems
protected long timestamp
public int getWmTaskSequenceId()
public void setWmTaskSequenceId(int value)
public int getWmBUId()
public void setWmBUId(int value)
public int getWmSiteIdNSizeIs()
public void setWmSiteIdNSizeIs(int value)
public java.util.List<java.lang.Integer> getWmSiteId()
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 wmSiteId property.
For example, to add a new item, do as follows:
getWmSiteId().add(newItem);
Objects of the following type(s) are allowed in the list
Integer
public java.lang.String getWmName()
String
public void setWmName(java.lang.String value)
value
- allowed object is
String
public int getWmTaskSequenceItemsNSizeIs()
public void setWmTaskSequenceItemsNSizeIs(int value)
public java.util.List<CfgTaskSequenceItem> getWmTaskSequenceItems()
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 wmTaskSequenceItems property.
For example, to add a new item, do as follows:
getWmTaskSequenceItems().add(newItem);
Objects of the following type(s) are allowed in the list
CfgTaskSequenceItem
public long getTimestamp()
public void setTimestamp(long value)
public CfgTaskSequence withWmTaskSequenceId(int value)
public CfgTaskSequence withWmBUId(int value)
public CfgTaskSequence withWmSiteIdNSizeIs(int value)
public CfgTaskSequence withWmSiteId(java.lang.Integer... values)
public CfgTaskSequence withWmSiteId(java.util.Collection<java.lang.Integer> values)
public CfgTaskSequence withWmName(java.lang.String value)
public CfgTaskSequence withWmTaskSequenceItemsNSizeIs(int value)
public CfgTaskSequence withWmTaskSequenceItems(CfgTaskSequenceItem... values)
public CfgTaskSequence withWmTaskSequenceItems(java.util.Collection<CfgTaskSequenceItem> values)
public CfgTaskSequence withTimestamp(long value)
public void setWmSiteId(java.util.List<java.lang.Integer> wmSiteId)
wmSiteId
- allowed object is
Integer
public void setWmTaskSequenceItems(java.util.List<CfgTaskSequenceItem> wmTaskSequenceItems)
wmTaskSequenceItems
- allowed object is
CfgTaskSequenceItem
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.