Packages

c

io.growing.graphql.model

AnalysisAlertsDto

class AnalysisAlertsDto extends Serializable with NamedEntityDto

分析预警

Annotations
@Generated()
Linear Supertypes
NamedEntityDto, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. AnalysisAlertsDto
  2. NamedEntityDto
  3. Serializable
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. 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)
  2. new AnalysisAlertsDto()

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @IntrinsicCandidate()
  6. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  7. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  8. def getAlertCharts(): AlertChartsDto

    大洋分析预警图

  9. def getChartId(): String

    对应单图id

  10. def getChartName(): ChartNmaeDto
  11. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  12. def getCreatedAt(): ZonedDateTime

    创建时间

    创建时间

    Definition Classes
    AnalysisAlertsDtoNamedEntityDto
  13. def getCreator(): String

    创建者

    创建者

    Definition Classes
    AnalysisAlertsDtoNamedEntityDto
  14. def getCreatorId(): String

    创建人id

    创建人id

    Definition Classes
    AnalysisAlertsDtoNamedEntityDto
  15. def getCronExpression(): String

    触发时间

  16. def getDescription(): String

    描述

  17. def getGlobalFilter(): FilterDto

    全局过滤条件

  18. def getId(): String

    预警id

    预警id

    Definition Classes
    AnalysisAlertsDtoNamedEntityDto
  19. def getName(): String

    预警名称

    预警名称

    Definition Classes
    AnalysisAlertsDtoNamedEntityDto
  20. def getNoticeInfo(): List[NoticeInfoDto]

    预警type,预警信息

  21. def getOwnerId(): String

    拥有者

    拥有者

    Definition Classes
    AnalysisAlertsDtoNamedEntityDto
  22. def getStatus(): String

    软删除

  23. def getUpdatedAt(): ZonedDateTime

    更新时间

    更新时间

    Definition Classes
    AnalysisAlertsDtoNamedEntityDto
  24. def getUpdater(): String

    更新者

    更新者

    Definition Classes
    AnalysisAlertsDtoNamedEntityDto
  25. def getUpdaterId(): String

    更新人id

    更新人id

    Definition Classes
    AnalysisAlertsDtoNamedEntityDto
  26. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  27. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  28. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  29. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  30. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  31. def setAlertCharts(alertCharts: AlertChartsDto): Unit

    大洋分析预警图

  32. def setChartId(chartId: String): Unit

    对应单图id

  33. def setChartName(chartName: ChartNmaeDto): Unit
  34. def setCreatedAt(createdAt: ZonedDateTime): Unit

    创建时间

  35. def setCreator(creator: String): Unit

    创建者

  36. def setCreatorId(creatorId: String): Unit

    创建人id

  37. def setCronExpression(cronExpression: String): Unit

    触发时间

  38. def setDescription(description: String): Unit

    描述

  39. def setGlobalFilter(globalFilter: FilterDto): Unit

    全局过滤条件

  40. def setId(id: String): Unit

    预警id

  41. def setName(name: String): Unit

    预警名称

  42. def setNoticeInfo(noticeInfo: List[NoticeInfoDto]): Unit

    预警type,预警信息

  43. def setOwnerId(ownerId: String): Unit

    拥有者

  44. def setStatus(status: String): Unit

    软删除

  45. def setUpdatedAt(updatedAt: ZonedDateTime): Unit

    更新时间

  46. def setUpdater(updater: String): Unit

    更新者

  47. def setUpdaterId(updaterId: String): Unit

    更新人id

  48. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  49. def toString(): String
    Definition Classes
    AnalysisAlertsDto → AnyRef → Any
    Annotations
    @Override()
  50. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  51. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  52. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] ) @Deprecated
    Deprecated

Inherited from NamedEntityDto

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped