@TableName(value="MONITORNOTIFYLOG", name="\u76d1\u63a7\u901a\u77e5") public class MonitorNotifyLog extends BaseWorkspaceModel
Modifier and Type | Field and Description |
---|---|
static boolean |
HAS_LOG_ID
是否包含旧字段
|
Constructor and Description |
---|
MonitorNotifyLog() |
Modifier and Type | Method and Description |
---|---|
String |
getContent() |
Long |
getCreateTime() |
String |
getLogId()
Deprecated.
|
String |
getMonitorId() |
String |
getNodeId() |
String |
getNotifyError() |
String |
getNotifyObject() |
Boolean |
getNotifyStatus() |
Integer |
getNotifyStyle() |
String |
getProjectId() |
Boolean |
getStatus() |
String |
getTitle() |
void |
setContent(String content) |
void |
setCreateTime(Long createTime) |
void |
setLogId(String logId)
Deprecated.
|
void |
setModifyUser(String modifyUser) |
void |
setMonitorId(String monitorId) |
void |
setNodeId(String nodeId) |
void |
setNotifyError(String notifyError) |
void |
setNotifyObject(String notifyObject) |
void |
setNotifyStatus(boolean notifyStatus) |
void |
setNotifyStatus(Boolean notifyStatus) |
void |
setNotifyStyle(Integer notifyStyle) |
void |
setProjectId(String projectId) |
void |
setStatus(Boolean status) |
void |
setTitle(String title) |
boolean |
status() |
toString
toJson
@Deprecated public String getLogId()
@Deprecated public void setLogId(String logId)
public String getNotifyObject()
public void setNotifyObject(String notifyObject)
public String getNotifyError()
public void setNotifyError(String notifyError)
public Boolean getStatus()
public boolean status()
public void setStatus(Boolean status)
public Boolean getNotifyStatus()
public void setNotifyStatus(Boolean notifyStatus)
public void setNotifyStatus(boolean notifyStatus)
public String getMonitorId()
public void setMonitorId(String monitorId)
public Integer getNotifyStyle()
public void setNotifyStyle(Integer notifyStyle)
public String getNodeId()
public void setNodeId(String nodeId)
public String getProjectId()
public void setProjectId(String projectId)
public Long getCreateTime()
public void setCreateTime(Long createTime)
public String getTitle()
public void setTitle(String title)
public String getContent()
public void setContent(String content)
public void setModifyUser(String modifyUser)
Copyright © 2017–2022. All rights reserved.