Packages

class ElementDto extends Serializable with NamedEntityDto

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

Instance Constructors

  1. new ElementDto(id: String, name: String, actions: List[String], attrs: DocPropsDto, definition: DocPropsDto, screenshot: ScreenshotDto, platforms: List[String], docType: String, description: String, businessType: String, isSystem: Boolean, createdAt: ZonedDateTime, updatedAt: ZonedDateTime, creatorId: String, updaterId: String, creator: String, updater: String, patternMatched: Boolean, appVersion: String, sdkVersion: String, ownerId: String)
  2. new ElementDto()

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 getActions(): List[String]
  9. def getAppVersion(): String
  10. def getAttrs(): DocPropsDto
  11. def getBusinessType(): String
  12. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  13. def getCreatedAt(): ZonedDateTime
    Definition Classes
    ElementDtoNamedEntityDto
  14. def getCreator(): String
    Definition Classes
    ElementDtoNamedEntityDto
  15. def getCreatorId(): String
    Definition Classes
    ElementDtoNamedEntityDto
  16. def getDefinition(): DocPropsDto
  17. def getDescription(): String
  18. def getDocType(): String
  19. def getId(): String
    Definition Classes
    ElementDtoNamedEntityDto
  20. def getIsSystem(): Boolean
  21. def getName(): String
    Definition Classes
    ElementDtoNamedEntityDto
  22. def getOwnerId(): String
    Definition Classes
    ElementDtoNamedEntityDto
  23. def getPatternMatched(): Boolean
  24. def getPlatforms(): List[String]
  25. def getScreenshot(): ScreenshotDto
  26. def getSdkVersion(): String
  27. def getUpdatedAt(): ZonedDateTime
    Definition Classes
    ElementDtoNamedEntityDto
  28. def getUpdater(): String
    Definition Classes
    ElementDtoNamedEntityDto
  29. def getUpdaterId(): String
    Definition Classes
    ElementDtoNamedEntityDto
  30. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  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() @HotSpotIntrinsicCandidate()
  34. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  35. def setActions(actions: List[String]): Unit
  36. def setAppVersion(appVersion: String): Unit
  37. def setAttrs(attrs: DocPropsDto): Unit
  38. def setBusinessType(businessType: String): Unit
  39. def setCreatedAt(createdAt: ZonedDateTime): Unit
  40. def setCreator(creator: String): Unit
  41. def setCreatorId(creatorId: String): Unit
  42. def setDefinition(definition: DocPropsDto): Unit
  43. def setDescription(description: String): Unit
  44. def setDocType(docType: String): Unit
  45. def setId(id: String): Unit
  46. def setIsSystem(isSystem: Boolean): Unit
  47. def setName(name: String): Unit
  48. def setOwnerId(ownerId: String): Unit
  49. def setPatternMatched(patternMatched: Boolean): Unit
  50. def setPlatforms(platforms: List[String]): Unit
  51. def setScreenshot(screenshot: ScreenshotDto): Unit
  52. def setSdkVersion(sdkVersion: String): Unit
  53. def setUpdatedAt(updatedAt: ZonedDateTime): Unit
  54. def setUpdater(updater: String): Unit
  55. def setUpdaterId(updaterId: String): Unit
  56. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  57. def toString(): String
    Definition Classes
    ElementDto → AnyRef → Any
    Annotations
    @Override()
  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()
  60. 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