class AnalysisAlertsDto extends Serializable with NamedEntityDto
分析预警
- Annotations
- @Generated()
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- AnalysisAlertsDto
- NamedEntityDto
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new AnalysisAlertsDto(id: String, name: String, description: String, alertCharts: AlertChartsDto, globalFilter: FilterDto, cronExpression: String, noticeInfo: List[NoticeInfoDto], chartId: String, status: String, creatorId: String, createdAt: ZonedDateTime, updaterId: String, updatedAt: ZonedDateTime, creator: String, updater: String, ownerId: String, chartName: ChartNmaeDto)
- new AnalysisAlertsDto()
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @IntrinsicCandidate()
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
getAlertCharts(): AlertChartsDto
大洋分析预警图
-
def
getChartId(): String
对应单图id
- def getChartName(): ChartNmaeDto
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
-
def
getCreatedAt(): ZonedDateTime
创建时间
创建时间
- Definition Classes
- AnalysisAlertsDto → NamedEntityDto
-
def
getCreator(): String
创建者
创建者
- Definition Classes
- AnalysisAlertsDto → NamedEntityDto
-
def
getCreatorId(): String
创建人id
创建人id
- Definition Classes
- AnalysisAlertsDto → NamedEntityDto
-
def
getCronExpression(): String
触发时间
-
def
getDescription(): String
描述
-
def
getGlobalFilter(): FilterDto
全局过滤条件
-
def
getId(): String
预警id
预警id
- Definition Classes
- AnalysisAlertsDto → NamedEntityDto
-
def
getName(): String
预警名称
预警名称
- Definition Classes
- AnalysisAlertsDto → NamedEntityDto
-
def
getNoticeInfo(): List[NoticeInfoDto]
预警type,预警信息
-
def
getOwnerId(): String
拥有者
拥有者
- Definition Classes
- AnalysisAlertsDto → NamedEntityDto
-
def
getStatus(): String
软删除
-
def
getUpdatedAt(): ZonedDateTime
更新时间
更新时间
- Definition Classes
- AnalysisAlertsDto → NamedEntityDto
-
def
getUpdater(): String
更新者
更新者
- Definition Classes
- AnalysisAlertsDto → NamedEntityDto
-
def
getUpdaterId(): String
更新人id
更新人id
- Definition Classes
- AnalysisAlertsDto → NamedEntityDto
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
-
def
setAlertCharts(alertCharts: AlertChartsDto): Unit
大洋分析预警图
-
def
setChartId(chartId: String): Unit
对应单图id
- def setChartName(chartName: ChartNmaeDto): Unit
-
def
setCreatedAt(createdAt: ZonedDateTime): Unit
创建时间
-
def
setCreator(creator: String): Unit
创建者
-
def
setCreatorId(creatorId: String): Unit
创建人id
-
def
setCronExpression(cronExpression: String): Unit
触发时间
-
def
setDescription(description: String): Unit
描述
-
def
setGlobalFilter(globalFilter: FilterDto): Unit
全局过滤条件
-
def
setId(id: String): Unit
预警id
-
def
setName(name: String): Unit
预警名称
-
def
setNoticeInfo(noticeInfo: List[NoticeInfoDto]): Unit
预警type,预警信息
-
def
setOwnerId(ownerId: String): Unit
拥有者
-
def
setStatus(status: String): Unit
软删除
-
def
setUpdatedAt(updatedAt: ZonedDateTime): Unit
更新时间
-
def
setUpdater(updater: String): Unit
更新者
-
def
setUpdaterId(updaterId: String): Unit
更新人id
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnalysisAlertsDto → AnyRef → Any
- Annotations
- @Override()
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
Deprecated Value Members
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] ) @Deprecated
- Deprecated