public class FrcActivityStateGroup
extends java.lang.Object
implements java.io.Serializable
| Modifier and Type | Field and Description |
|---|---|
protected int |
activityID |
private static long |
serialVersionUID |
protected int |
stateGroupID |
| Constructor and Description |
|---|
FrcActivityStateGroup() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object that) |
int |
getActivityID()
Gets the value of the activityID property.
|
int |
getStateGroupID()
Gets the value of the stateGroupID property.
|
int |
hashCode() |
void |
setActivityID(int value)
Sets the value of the activityID property.
|
void |
setStateGroupID(int value)
Sets the value of the stateGroupID property.
|
java.lang.String |
toString() |
FrcActivityStateGroup |
withActivityID(int value) |
FrcActivityStateGroup |
withStateGroupID(int value) |
private static final long serialVersionUID
protected int activityID
protected int stateGroupID
public int getActivityID()
public void setActivityID(int value)
public int getStateGroupID()
public void setStateGroupID(int value)
public FrcActivityStateGroup withActivityID(int value)
public FrcActivityStateGroup withStateGroupID(int 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.