public class DictationPeriod extends Object implements Serializable
| 限定符和类型 | 字段和说明 |
|---|---|
static Integer |
LEAD_STATUS_FORBIDDEN |
static Integer |
LEAD_STATUS_NORMAL
1、展示
2、不展示
|
| 构造器和说明 |
|---|
DictationPeriod() |
| 限定符和类型 | 方法和说明 |
|---|---|
Long |
getCreateAt() |
Long |
getCreateBy() |
Long |
getId() |
String |
getLeadContent() |
Integer |
getLeadStatus() |
String |
getLeadUrl() |
Long |
getLid() |
String |
getName() |
Integer |
getSort() |
Long |
getUpdateAt() |
Long |
getUpdateBy() |
String |
getVoiceJson() |
void |
setCreateAt(Long createAt) |
void |
setCreateBy(Long createBy) |
void |
setId(Long id) |
void |
setLeadContent(String leadContent) |
void |
setLeadStatus(Integer leadStatus) |
void |
setLeadUrl(String leadUrl) |
void |
setLid(Long lid) |
void |
setName(String name) |
void |
setSort(Integer sort) |
void |
setUpdateAt(Long updateAt) |
void |
setUpdateBy(Long updateBy) |
void |
setVoiceJson(String voiceJson) |
String |
toString() |
public static final Integer LEAD_STATUS_NORMAL
public static final Integer LEAD_STATUS_FORBIDDEN
public Long getId()
public void setId(Long id)
public Long getLid()
public void setLid(Long lid)
public Integer getLeadStatus()
public void setLeadStatus(Integer leadStatus)
public String getName()
public void setName(String name)
public String getLeadUrl()
public void setLeadUrl(String leadUrl)
public String getLeadContent()
public void setLeadContent(String leadContent)
public String getVoiceJson()
public void setVoiceJson(String voiceJson)
public Integer getSort()
public void setSort(Integer sort)
public Long getCreateBy()
public void setCreateBy(Long createBy)
public Long getUpdateBy()
public void setUpdateBy(Long updateBy)
public Long getUpdateAt()
public void setUpdateAt(Long updateAt)
public Long getCreateAt()
public void setCreateAt(Long createAt)
Copyright © 2017. All rights reserved.