public class CfgObjectInfo
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
private static long |
serialVersionUID |
protected int |
wmBUId
BU ID
|
protected java.lang.String |
wmName
Object name
|
protected int |
wmObjectId
Objecy ID
|
protected int |
wmObjectType
Object Type
ECfgObjectType |
protected java.util.List<java.lang.Integer> |
wmSiteId
A list of sites that object belongs to
|
protected int |
wmSiteIdNSizeIs |
Constructor and Description |
---|
CfgObjectInfo() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object that) |
int |
getWmBUId()
Gets the value of the wmBUId property.
|
java.lang.String |
getWmName()
Gets the value of the wmName property.
|
int |
getWmObjectId()
Gets the value of the wmObjectId property.
|
int |
getWmObjectType()
Gets the value of the wmObjectType 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 |
hashCode() |
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 |
setWmObjectId(int value)
Sets the value of the wmObjectId property.
|
void |
setWmObjectType(int value)
Sets the value of the wmObjectType 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.
|
java.lang.String |
toString() |
CfgObjectInfo |
withWmBUId(int value) |
CfgObjectInfo |
withWmName(java.lang.String value) |
CfgObjectInfo |
withWmObjectId(int value) |
CfgObjectInfo |
withWmObjectType(int value) |
CfgObjectInfo |
withWmSiteId(java.util.Collection<java.lang.Integer> values) |
CfgObjectInfo |
withWmSiteId(java.lang.Integer... values) |
CfgObjectInfo |
withWmSiteIdNSizeIs(int value) |
private static final long serialVersionUID
protected int wmObjectType
ECfgObjectType
protected int wmObjectId
protected int wmBUId
protected int wmSiteIdNSizeIs
protected java.util.List<java.lang.Integer> wmSiteId
protected java.lang.String wmName
public int getWmObjectType()
public void setWmObjectType(int value)
public int getWmObjectId()
public void setWmObjectId(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 CfgObjectInfo withWmObjectType(int value)
public CfgObjectInfo withWmObjectId(int value)
public CfgObjectInfo withWmBUId(int value)
public CfgObjectInfo withWmSiteIdNSizeIs(int value)
public CfgObjectInfo withWmSiteId(java.lang.Integer... values)
public CfgObjectInfo withWmSiteId(java.util.Collection<java.lang.Integer> values)
public CfgObjectInfo withWmName(java.lang.String value)
public void setWmSiteId(java.util.List<java.lang.Integer> wmSiteId)
wmSiteId
- allowed object is
Integer
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.