public class SymEventTypes
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
SymEventTypes.Type
Gets or Sets type
|
| Constructor and Description |
|---|
SymEventTypes() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
SymEventTypes.Type |
getType()
Get type
|
int |
hashCode() |
void |
setType(SymEventTypes.Type type) |
java.lang.String |
toString() |
SymEventTypes |
type(SymEventTypes.Type type) |
public SymEventTypes type(SymEventTypes.Type type)
public SymEventTypes.Type getType()
public void setType(SymEventTypes.Type type)
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Object