Packages

c

io.growing.graphql.model

KpiAnalysisDto

class KpiAnalysisDto extends Serializable with NamedEntityDto

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

Instance Constructors

  1. new KpiAnalysisDto(id: String, name: String, description: String, measurements: List[MeasurementDto], limit: Integer, timeRange: String, interval: Long, filter: FilterDto, goal: Double, targetUser: TargetUserDto, splitter: SplitterDto, isSystem: Boolean, businessType: String, creatorId: String, createdAt: ZonedDateTime, updaterId: String, updatedAt: ZonedDateTime, creator: String, updater: String, ownerId: String)
  2. new KpiAnalysisDto()

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() @HotSpotIntrinsicCandidate()
  6. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  7. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  8. def getBusinessType(): String
  9. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  10. def getCreatedAt(): ZonedDateTime
    Definition Classes
    KpiAnalysisDtoNamedEntityDto
  11. def getCreator(): String
    Definition Classes
    KpiAnalysisDtoNamedEntityDto
  12. def getCreatorId(): String
    Definition Classes
    KpiAnalysisDtoNamedEntityDto
  13. def getDescription(): String
  14. def getFilter(): FilterDto
  15. def getGoal(): Double
  16. def getId(): String
    Definition Classes
    KpiAnalysisDtoNamedEntityDto
  17. def getInterval(): Long
  18. def getIsSystem(): Boolean
  19. def getLimit(): Integer
  20. def getMeasurements(): List[MeasurementDto]
  21. def getName(): String
    Definition Classes
    KpiAnalysisDtoNamedEntityDto
  22. def getOwnerId(): String
    Definition Classes
    KpiAnalysisDtoNamedEntityDto
  23. def getSplitter(): SplitterDto
  24. def getTargetUser(): TargetUserDto
  25. def getTimeRange(): String
  26. def getUpdatedAt(): ZonedDateTime
    Definition Classes
    KpiAnalysisDtoNamedEntityDto
  27. def getUpdater(): String
    Definition Classes
    KpiAnalysisDtoNamedEntityDto
  28. def getUpdaterId(): String
    Definition Classes
    KpiAnalysisDtoNamedEntityDto
  29. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  30. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  31. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  32. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  33. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  34. def setBusinessType(businessType: String): Unit
  35. def setCreatedAt(createdAt: ZonedDateTime): Unit
  36. def setCreator(creator: String): Unit
  37. def setCreatorId(creatorId: String): Unit
  38. def setDescription(description: String): Unit
  39. def setFilter(filter: FilterDto): Unit
  40. def setGoal(goal: Double): Unit
  41. def setId(id: String): Unit
  42. def setInterval(interval: Long): Unit
  43. def setIsSystem(isSystem: Boolean): Unit
  44. def setLimit(limit: Integer): Unit
  45. def setMeasurements(measurements: List[MeasurementDto]): Unit
  46. def setName(name: String): Unit
  47. def setOwnerId(ownerId: String): Unit
  48. def setSplitter(splitter: SplitterDto): Unit
  49. def setTargetUser(targetUser: TargetUserDto): Unit
  50. def setTimeRange(timeRange: String): Unit
  51. def setUpdatedAt(updatedAt: ZonedDateTime): Unit
  52. def setUpdater(updater: String): Unit
  53. def setUpdaterId(updaterId: String): Unit
  54. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  55. def toString(): String
    Definition Classes
    KpiAnalysisDto → AnyRef → Any
    Annotations
    @Override()
  56. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  57. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  58. 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