public class EventInfo
extends java.lang.Object
implements java.lang.Cloneable, java.io.Serializable
Modifier and Type | Field and Description |
---|---|
java.lang.String |
fileId |
static long |
serialVersionUID |
EventType |
type |
Constructor and Description |
---|
EventInfo() |
EventInfo(java.lang.String fileId,
EventType type) |
Modifier and Type | Method and Description |
---|---|
void |
__read(IceInternal.BasicStream __is) |
static EventInfo |
__read(IceInternal.BasicStream __is,
EventInfo __v) |
void |
__write(IceInternal.BasicStream __os) |
static void |
__write(IceInternal.BasicStream __os,
EventInfo __v) |
EventInfo |
clone() |
boolean |
equals(java.lang.Object rhs) |
int |
hashCode() |
public java.lang.String fileId
public EventType type
public static final long serialVersionUID
public EventInfo()
public EventInfo(java.lang.String fileId, EventType type)
public boolean equals(java.lang.Object rhs)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public EventInfo clone()
clone
in class java.lang.Object
public void __write(IceInternal.BasicStream __os)
public void __read(IceInternal.BasicStream __is)
public static void __write(IceInternal.BasicStream __os, EventInfo __v)