public class ContentFactory
extends java.lang.Object
| Constructor and Description |
|---|
ContentFactory() |
| Modifier and Type | Method and Description |
|---|---|
static AgentIdentityInfo |
createAgentIdentityInfo(java.lang.String value) |
static AgentInfo |
createAgentInfo(org.json.JSONObject obj) |
static ControlMessage |
createControlMessage(org.json.JSONObject obj) |
static ControlMessage |
createEvaluationResponse(EvaluationInfo evaluationInfo,
java.lang.String detail,
int summary,
int degreeId,
java.util.List<EvaluationInfo.TagInfo> appraiseTags) |
static OrderInfo |
createOrderInfo(org.json.JSONObject obj) |
static QueueIdentityInfo |
createQueueIdentityInfo(java.lang.String value) |
static RobotMenuIdInfo |
createRobotMenuIdInfo(org.json.JSONObject obj) |
static RobotMenuInfo |
createRobotMenuInfo(org.json.JSONObject obj) |
static TransferIndication |
createTransferIndication(org.json.JSONObject obj) |
static VisitorInfo |
createVisitorInfo(org.json.JSONObject obj) |
static VisitorTrack |
createVisitorTrack(org.json.JSONObject obj) |
public static VisitorInfo createVisitorInfo(org.json.JSONObject obj)
public static VisitorTrack createVisitorTrack(org.json.JSONObject obj)
public static RobotMenuInfo createRobotMenuInfo(org.json.JSONObject obj)
public static OrderInfo createOrderInfo(org.json.JSONObject obj)
public static AgentInfo createAgentInfo(org.json.JSONObject obj)
public static TransferIndication createTransferIndication(org.json.JSONObject obj)
public static ControlMessage createControlMessage(org.json.JSONObject obj)
public static QueueIdentityInfo createQueueIdentityInfo(java.lang.String value)
public static AgentIdentityInfo createAgentIdentityInfo(java.lang.String value)
public static RobotMenuIdInfo createRobotMenuIdInfo(org.json.JSONObject obj)
public static ControlMessage createEvaluationResponse(EvaluationInfo evaluationInfo, java.lang.String detail, int summary, int degreeId, java.util.List<EvaluationInfo.TagInfo> appraiseTags)