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

Inherited from NamedEntityDto

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped