public class CallFlow extends Object implements com.opencloud.util.FastSerializable, Serializable
Constructor and Description |
---|
CallFlow()
Create an empty call_flow
For use during parsing only.
|
CallFlow(DataInput dataInput) |
CallFlow(String data,
String protocol,
String message,
String caption,
String call_leg,
Direction direction,
String local_address,
String remote_address) |
CallFlow(String data,
String protocol,
String message,
String caption,
String call_leg,
Direction direction,
String local_address,
String remote_address,
String message_id,
String call_info_id) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getCall_info_id() |
String |
getCall_leg() |
String |
getCaption() |
String |
getData() |
Direction |
getDirection() |
String |
getLocal_address() |
String |
getMessage_id() |
String |
getMessage() |
String |
getProtocol() |
String |
getRemote_address() |
int |
hashCode() |
void |
setCall_info_id(String call_info_id) |
void |
setCall_leg(String call_leg) |
void |
setCaption(String caption) |
void |
setData(String data) |
void |
setDirection(Direction direction) |
void |
setLocal_address(String local_address) |
void |
setMessage_id(String message_id) |
void |
setMessage(String message) |
void |
setProtocol(String protocol) |
void |
setRemote_address(String remote_address) |
void |
toStream(DataOutput dataOutput) |
String |
toString() |
public CallFlow()
Create an empty call_flow For use during parsing only. Data, protocol and direction are mandatory fields and must not be null
public CallFlow(String data, String protocol, String message, String caption, String call_leg, Direction direction, String local_address, String remote_address)
public CallFlow(String data, String protocol, String message, String caption, String call_leg, Direction direction, String local_address, String remote_address, String message_id, String call_info_id)
public CallFlow(DataInput dataInput) throws IOException
IOException
public void toStream(DataOutput dataOutput) throws IOException
toStream
in interface com.opencloud.util.FastSerializable
IOException
public String getData()
public void setData(String data)
public String getMessage()
public void setMessage(String message)
public String getProtocol()
public void setProtocol(String protocol)
public Direction getDirection()
public void setDirection(Direction direction)
public String getCaption()
public void setCaption(String caption)
public String getCall_leg()
public void setCall_leg(String call_leg)
public String getLocal_address()
public void setLocal_address(String local_address)
public String getRemote_address()
public void setRemote_address(String remote_address)
public String getMessage_id()
public void setMessage_id(String message_id)
public String getCall_info_id()
public void setCall_info_id(String call_info_id)