public class EventDescription extends Object implements com.opencloud.util.FastSerializable, Serializable
Constructor and Description |
---|
EventDescription()
Create an empty SAS event description
For use during parsing only.
|
EventDescription(DataInput dataInput) |
EventDescription(String summary,
String details,
String user_exp,
CallFlow call_flow,
int level) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
CallFlow |
getCall_flow() |
String |
getDetails() |
int |
getLevel() |
String |
getSummary() |
String |
getUser_exp() |
int |
hashCode() |
void |
setCall_flow(CallFlow callflow) |
void |
setDetails(String details) |
void |
setLevel(int level) |
void |
setSummary(String summary) |
void |
setUser_exp(String user_exp) |
void |
toStream(DataOutput dataOutput) |
String |
toString() |
public EventDescription()
Create an empty SAS event description For use during parsing only. Summary is a mandatory field and must not be null
public EventDescription(String summary, String details, String user_exp, CallFlow call_flow, int level)
public EventDescription(DataInput dataInput) throws IOException
IOException
public void toStream(DataOutput dataOutput) throws IOException
toStream
in interface com.opencloud.util.FastSerializable
IOException
public String getSummary()
public void setSummary(String summary)
public String getDetails()
public void setDetails(String details)
public String getUser_exp()
public void setUser_exp(String user_exp)
public CallFlow getCall_flow()
public void setCall_flow(CallFlow callflow)
public int getLevel()
public void setLevel(int level)