public class ShortScheduleStateStruct
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
protected int |
id
Scheduled state ID.
|
private static long |
serialVersionUID |
protected int |
type
Scheduled state type.
|
Constructor and Description |
---|
ShortScheduleStateStruct() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object that) |
int |
getId()
Gets the value of the id property.
|
int |
getType()
Gets the value of the type property.
|
int |
hashCode() |
void |
setId(int value)
Sets the value of the id property.
|
void |
setType(int value)
Sets the value of the type property.
|
java.lang.String |
toString() |
ShortScheduleStateStruct |
withId(int value) |
ShortScheduleStateStruct |
withType(int value) |
private static final long serialVersionUID
protected int type
ECfgStateType
protected int id
public int getType()
public void setType(int value)
public int getId()
public void setId(int value)
public ShortScheduleStateStruct withType(int value)
public ShortScheduleStateStruct withId(int value)
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.