@Api(module=collaboration, value="\u6d41\u7a0b\u53d1\u8d77\u4e8b\u4ef6", type=EVENT) public class CollaborationStartEvent extends AbstractCollaborationEvent
构造器和说明 |
---|
CollaborationStartEvent(java.lang.Object source) |
限定符和类型 | 方法和说明 |
---|---|
com.seeyon.ctp.common.po.affair.CtpAffair |
getAffair() |
java.util.List<com.seeyon.ctp.common.po.affair.CtpAffair> |
getAssignedAffairs() |
java.lang.String |
getFrom() |
java.lang.String |
getReferId() |
java.lang.String |
getReferType() |
ColConstant.SendType |
getSendtype() |
ColSummary |
getSummary() |
void |
setAffair(com.seeyon.ctp.common.po.affair.CtpAffair affair) |
void |
setAssignedAffairs(java.util.List<com.seeyon.ctp.common.po.affair.CtpAffair> assignedAffairs) |
void |
setFrom(java.lang.String from) |
void |
setReferId(java.lang.String referId) |
void |
setReferType(java.lang.String referType) |
void |
setSendtype(ColConstant.SendType sendtype) |
void |
setSummary(ColSummary summary) |
getCollaborationApi, getSummaryId, getTemplateCode, isFinished, isTemplate, isTerminated, setSummaryId
@ApiOperation(name="\u83b7\u53d6assignedAffairs", value="\u83b7\u53d6assignedAffairs", scenes="\u4e8b\u4ef6get\u65b9\u6cd5") public java.util.List<com.seeyon.ctp.common.po.affair.CtpAffair> getAssignedAffairs()
@ApiOperation(name="\u8bbe\u7f6eassignedAffairs", value="\u8bbe\u7f6eassignedAffairs", scenes="\u4e8b\u4ef6set\u65b9\u6cd5") public void setAssignedAffairs(@ApiParam(name="assignedAffairs",value="\u751f\u6210\u7684CtpAffair\u4e8b\u9879\u96c6\u5408",required=true) java.util.List<com.seeyon.ctp.common.po.affair.CtpAffair> assignedAffairs)
@ApiOperation(name="\u83b7\u53d6affair", value="\u83b7\u53d6affair", scenes="\u4e8b\u4ef6get\u65b9\u6cd5") public com.seeyon.ctp.common.po.affair.CtpAffair getAffair()
@ApiOperation(name="\u8bbe\u7f6eaffair", value="\u8bbe\u7f6eaffair", scenes="\u4e8b\u4ef6set\u65b9\u6cd5") public void setAffair(@ApiParam(name="affair",value="\u5f53\u524d\u7684CtpAffair\u4e8b\u9879",required=true) com.seeyon.ctp.common.po.affair.CtpAffair affair)
@ApiOperation(name="\u83b7\u53d6from", value="\u83b7\u53d6from", scenes="\u4e8b\u4ef6get\u65b9\u6cd5") public java.lang.String getFrom()
@ApiOperation(name="\u8bbe\u7f6efrom", value="\u8bbe\u7f6efrom", scenes="\u4e8b\u4ef6set\u65b9\u6cd5") public void setFrom(@ApiParam(name="from",value="\u6765\u6e90\uff08\u4f8b\uff1apc\uff09",required=true) java.lang.String from)
@ApiOperation(name="\u83b7\u53d6sendtype", value="\u83b7\u53d6sendtype", scenes="\u4e8b\u4ef6get\u65b9\u6cd5") public ColConstant.SendType getSendtype()
@ApiOperation(name="\u8bbe\u7f6esendtype", value="\u8bbe\u7f6esendtype", scenes="\u4e8b\u4ef6set\u65b9\u6cd5") public void setSendtype(@ApiParam(name="sendtype",value="\u53d1\u9001\u7c7b\u578b") ColConstant.SendType sendtype)
@ApiOperation(name="\u83b7\u53d6summary", value="\u83b7\u53d6summary", scenes="\u4e8b\u4ef6get\u65b9\u6cd5") public ColSummary getSummary()
@ApiOperation(name="\u8bbe\u7f6esummary", value="\u8bbe\u7f6esummary", scenes="\u4e8b\u4ef6set\u65b9\u6cd5") public void setSummary(@ApiParam(name="summary",value="\u534f\u540cColSummary") ColSummary summary)
@ApiOperation(name="\u83b7\u53d6referType", value="\u83b7\u53d6referType", scenes="\u4e8b\u4ef6get\u65b9\u6cd5") public java.lang.String getReferType()
@ApiOperation(name="\u8bbe\u7f6ereferType", value="\u8bbe\u7f6ereferType", scenes="\u4e8b\u4ef6set\u65b9\u6cd5") public void setReferType(@ApiParam(name="referType",value="referType") java.lang.String referType)
@ApiOperation(name="\u83b7\u53d6referId", value="\u83b7\u53d6referId", scenes="\u4e8b\u4ef6get\u65b9\u6cd5") public java.lang.String getReferId()
@ApiOperation(name="\u8bbe\u7f6ereferId", value="\u8bbe\u7f6ereferId", scenes="\u4e8b\u4ef6set\u65b9\u6cd5") public void setReferId(@ApiParam(name="referId",value="referId") java.lang.String referId)