public class CfgAppInfo
extends java.lang.Object
implements java.io.Serializable
| Modifier and Type | Field and Description |
|---|---|
protected int |
gswAppId
Application ID
|
protected java.lang.String |
gswName
Application Name
|
private static long |
serialVersionUID |
| Constructor and Description |
|---|
CfgAppInfo() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object that) |
int |
getGswAppId()
Gets the value of the gswAppId property.
|
java.lang.String |
getGswName()
Gets the value of the gswName property.
|
int |
hashCode() |
void |
setGswAppId(int value)
Sets the value of the gswAppId property.
|
void |
setGswName(java.lang.String value)
Sets the value of the gswName property.
|
java.lang.String |
toString() |
CfgAppInfo |
withGswAppId(int value) |
CfgAppInfo |
withGswName(java.lang.String value) |
private static final long serialVersionUID
protected int gswAppId
protected java.lang.String gswName
public int getGswAppId()
public void setGswAppId(int value)
public java.lang.String getGswName()
Stringpublic void setGswName(java.lang.String value)
value - allowed object is
Stringpublic CfgAppInfo withGswAppId(int value)
public CfgAppInfo withGswName(java.lang.String value)
public java.lang.String toString()
toString in class java.lang.Objectpublic boolean equals(java.lang.Object that)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.ObjectCopyright © 2005-2016 Genesys Telecommunications Labs, Inc. All Rights Reserved.