public class EventTypeSchema
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
EventTypeSchema.Type |
| Constructor and Description |
|---|
EventTypeSchema() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
java.lang.String |
getSchema() |
EventTypeSchema.Type |
getType() |
int |
hashCode() |
void |
setSchema(java.lang.String schema) |
void |
setType(EventTypeSchema.Type type) |
public EventTypeSchema.Type getType()
public void setType(EventTypeSchema.Type type)
public java.lang.String getSchema()
public void setSchema(java.lang.String schema)
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Object