public class CfgUser
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
protected java.lang.String |
gswEmail |
protected java.lang.String |
gswFirstName |
protected java.lang.String |
gswLastName |
protected int |
gswTenantId |
protected int |
gswUserId |
private static long |
serialVersionUID |
protected long |
timestamp |
protected int |
wmBuilderId |
protected int |
wmSecurityRoleId |
protected int |
wmTimezoneId |
protected java.lang.String |
wmUser |
protected java.util.List<CfgUserSecurity> |
wmUserSecurity |
protected int |
wmUserSecurityNSizeIs |
Constructor and Description |
---|
CfgUser() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object that) |
java.lang.String |
getGswEmail()
Gets the value of the gswEmail property.
|
java.lang.String |
getGswFirstName()
Gets the value of the gswFirstName property.
|
java.lang.String |
getGswLastName()
Gets the value of the gswLastName property.
|
int |
getGswTenantId()
Gets the value of the gswTenantId property.
|
int |
getGswUserId()
Gets the value of the gswUserId property.
|
long |
getTimestamp()
Gets the value of the timestamp property.
|
int |
getWmBuilderId()
Gets the value of the wmBuilderId property.
|
int |
getWmSecurityRoleId()
Gets the value of the wmSecurityRoleId property.
|
int |
getWmTimezoneId()
Gets the value of the wmTimezoneId property.
|
java.lang.String |
getWmUser()
Gets the value of the wmUser property.
|
java.util.List<CfgUserSecurity> |
getWmUserSecurity()
Gets the value of the wmUserSecurity property.
|
int |
getWmUserSecurityNSizeIs()
Gets the value of the wmUserSecurityNSizeIs property.
|
int |
hashCode() |
void |
setGswEmail(java.lang.String value)
Sets the value of the gswEmail property.
|
void |
setGswFirstName(java.lang.String value)
Sets the value of the gswFirstName property.
|
void |
setGswLastName(java.lang.String value)
Sets the value of the gswLastName property.
|
void |
setGswTenantId(int value)
Sets the value of the gswTenantId property.
|
void |
setGswUserId(int value)
Sets the value of the gswUserId property.
|
void |
setTimestamp(long value)
Sets the value of the timestamp property.
|
void |
setWmBuilderId(int value)
Sets the value of the wmBuilderId property.
|
void |
setWmSecurityRoleId(int value)
Sets the value of the wmSecurityRoleId property.
|
void |
setWmTimezoneId(int value)
Sets the value of the wmTimezoneId property.
|
void |
setWmUser(java.lang.String value)
Sets the value of the wmUser property.
|
void |
setWmUserSecurity(java.util.List<CfgUserSecurity> wmUserSecurity)
Sets the value of the wmUserSecurity property.
|
void |
setWmUserSecurityNSizeIs(int value)
Sets the value of the wmUserSecurityNSizeIs property.
|
java.lang.String |
toString() |
CfgUser |
withGswEmail(java.lang.String value) |
CfgUser |
withGswFirstName(java.lang.String value) |
CfgUser |
withGswLastName(java.lang.String value) |
CfgUser |
withGswTenantId(int value) |
CfgUser |
withGswUserId(int value) |
CfgUser |
withTimestamp(long value) |
CfgUser |
withWmBuilderId(int value) |
CfgUser |
withWmSecurityRoleId(int value) |
CfgUser |
withWmTimezoneId(int value) |
CfgUser |
withWmUser(java.lang.String value) |
CfgUser |
withWmUserSecurity(CfgUserSecurity... values) |
CfgUser |
withWmUserSecurity(java.util.Collection<CfgUserSecurity> values) |
CfgUser |
withWmUserSecurityNSizeIs(int value) |
private static final long serialVersionUID
protected int gswUserId
protected java.lang.String wmUser
protected int wmTimezoneId
protected int wmBuilderId
protected int wmSecurityRoleId
protected java.lang.String gswFirstName
protected java.lang.String gswLastName
protected java.lang.String gswEmail
protected int gswTenantId
protected int wmUserSecurityNSizeIs
protected java.util.List<CfgUserSecurity> wmUserSecurity
protected long timestamp
public int getGswUserId()
public void setGswUserId(int value)
public java.lang.String getWmUser()
String
public void setWmUser(java.lang.String value)
value
- allowed object is
String
public int getWmTimezoneId()
public void setWmTimezoneId(int value)
public int getWmBuilderId()
public void setWmBuilderId(int value)
public int getWmSecurityRoleId()
public void setWmSecurityRoleId(int value)
public java.lang.String getGswFirstName()
String
public void setGswFirstName(java.lang.String value)
value
- allowed object is
String
public java.lang.String getGswLastName()
String
public void setGswLastName(java.lang.String value)
value
- allowed object is
String
public int getWmUserSecurityNSizeIs()
public void setWmUserSecurityNSizeIs(int value)
public java.util.List<CfgUserSecurity> getWmUserSecurity()
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 wmUserSecurity property.
For example, to add a new item, do as follows:
getWmUserSecurity().add(newItem);
Objects of the following type(s) are allowed in the list
CfgUserSecurity
public java.lang.String getGswEmail()
String
public void setGswEmail(java.lang.String value)
value
- allowed object is
String
public int getGswTenantId()
public void setGswTenantId(int value)
public long getTimestamp()
public void setTimestamp(long value)
public CfgUser withGswUserId(int value)
public CfgUser withWmUser(java.lang.String value)
public CfgUser withWmTimezoneId(int value)
public CfgUser withWmBuilderId(int value)
public CfgUser withWmSecurityRoleId(int value)
public CfgUser withGswFirstName(java.lang.String value)
public CfgUser withGswLastName(java.lang.String value)
public CfgUser withWmUserSecurityNSizeIs(int value)
public CfgUser withGswEmail(java.lang.String value)
public CfgUser withGswTenantId(int value)
public CfgUser withTimestamp(long value)
public void setWmUserSecurity(java.util.List<CfgUserSecurity> wmUserSecurity)
wmUserSecurity
- allowed object is
CfgUserSecurity
public CfgUser withWmUserSecurity(CfgUserSecurity... values)
public CfgUser withWmUserSecurity(java.util.Collection<CfgUserSecurity> values)
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.