Packages

class SegmentDto extends Serializable with EntityDto with NamedEntityDto

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

Instance Constructors

  1. new SegmentDto(id: String, name: String, description: String, compute: ComputeDefinitionDto, scheduler: String, creatorId: String, createdAt: ZonedDateTime, updaterId: String, updatedAt: ZonedDateTime, creator: String, updater: String, createdBy: String, detector: DetectorDto, ownerId: String)
  2. new SegmentDto()

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. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  9. def getCompute(): ComputeDefinitionDto

    规则定义

  10. def getCreatedAt(): ZonedDateTime

    创建时间

    创建时间

    Definition Classes
    SegmentDtoNamedEntityDto
  11. def getCreatedBy(): String

    创建来源

  12. def getCreator(): String

    创建者

    创建者

    Definition Classes
    SegmentDtoNamedEntityDto
  13. def getCreatorId(): String

    创建者id

    创建者id

    Definition Classes
    SegmentDtoNamedEntityDto
  14. def getDescription(): String

    分群描述信息

  15. def getDetector(): DetectorDto
  16. def getId(): String

    分群id

    分群id

    Definition Classes
    SegmentDtoNamedEntityDto
  17. def getName(): String

    分群名称

    分群名称

    Definition Classes
    SegmentDtoNamedEntityDto
  18. def getOwnerId(): String

    拥有者id

    拥有者id

    Definition Classes
    SegmentDtoNamedEntityDto
  19. def getScheduler(): String

    计算频率,可分为每周计算一次/每天计算一次等

  20. def getUpdatedAt(): ZonedDateTime

    更新时间

    更新时间

    Definition Classes
    SegmentDtoNamedEntityDto
  21. def getUpdater(): String

    更新者

    更新者

    Definition Classes
    SegmentDtoNamedEntityDto
  22. def getUpdaterId(): String

    更新者id

    更新者id

    Definition Classes
    SegmentDtoNamedEntityDto
  23. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  24. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  25. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  26. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  27. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  28. def setCompute(compute: ComputeDefinitionDto): Unit

    规则定义

  29. def setCreatedAt(createdAt: ZonedDateTime): Unit

    创建时间

  30. def setCreatedBy(createdBy: String): Unit

    创建来源

  31. def setCreator(creator: String): Unit

    创建者

  32. def setCreatorId(creatorId: String): Unit

    创建者id

  33. def setDescription(description: String): Unit

    分群描述信息

  34. def setDetector(detector: DetectorDto): Unit
  35. def setId(id: String): Unit

    分群id

  36. def setName(name: String): Unit

    分群名称

  37. def setOwnerId(ownerId: String): Unit

    拥有者id

  38. def setScheduler(scheduler: String): Unit

    计算频率,可分为每周计算一次/每天计算一次等

  39. def setUpdatedAt(updatedAt: ZonedDateTime): Unit

    更新时间

  40. def setUpdater(updater: String): Unit

    更新者

  41. def setUpdaterId(updaterId: String): Unit

    更新者id

  42. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  43. def toString(): String
    Definition Classes
    SegmentDto → AnyRef → Any
    Annotations
    @Override()
  44. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  45. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  46. 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 EntityDto

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped