public static class OapiDingTaskCreateRequest.TaskSendVo extends TaobaoObject
| Constructor and Description |
|---|
TaskSendVo() |
| Modifier and Type | Method and Description |
|---|---|
OapiDingTaskCreateRequest.AttachmentVo |
getAttachment() |
String |
getContent() |
Long |
getContentType() |
Long |
getDeadLine() |
String |
getReceiverUserid() |
Long |
getRemindTime() |
Long |
getRemindType() |
String |
getSendUserid() |
Long |
getTaskAheadRemindTime() |
Long |
getTaskAheadRemindType() |
void |
setAttachment(OapiDingTaskCreateRequest.AttachmentVo attachment) |
void |
setContent(String content) |
void |
setContentType(Long contentType) |
void |
setDeadLine(Long deadLine) |
void |
setReceiverUserid(String receiverUserid) |
void |
setRemindTime(Long remindTime) |
void |
setRemindType(Long remindType) |
void |
setSendUserid(String sendUserid) |
void |
setTaskAheadRemindTime(Long taskAheadRemindTime) |
void |
setTaskAheadRemindType(Long taskAheadRemindType) |
public OapiDingTaskCreateRequest.AttachmentVo getAttachment()
public void setAttachment(OapiDingTaskCreateRequest.AttachmentVo attachment)
public String getContent()
public void setContent(String content)
public Long getContentType()
public void setContentType(Long contentType)
public Long getDeadLine()
public void setDeadLine(Long deadLine)
public String getReceiverUserid()
public void setReceiverUserid(String receiverUserid)
public Long getRemindTime()
public void setRemindTime(Long remindTime)
public Long getRemindType()
public void setRemindType(Long remindType)
public String getSendUserid()
public void setSendUserid(String sendUserid)
public Long getTaskAheadRemindTime()
public void setTaskAheadRemindTime(Long taskAheadRemindTime)
public Long getTaskAheadRemindType()
public void setTaskAheadRemindType(Long taskAheadRemindType)
Copyright © 2021. All rights reserved.