Packages

c

io.growing.graphql.model

EventImportJobDto

class EventImportJobDto extends Serializable with NamedEntityDto

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

Instance Constructors

  1. new EventImportJobDto(id: String, name: String, type: String, description: String, parameter: EventImportParameterDto, argument: EventImportArgumentDto, stage: JobStageDto, creatorId: String, createdAt: ZonedDateTime, updaterId: String, updatedAt: ZonedDateTime, creator: String, updater: String, error: ErrorDto, ownerId: String)
  2. new EventImportJobDto()

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 getArgument(): EventImportArgumentDto
  9. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  10. def getCreatedAt(): ZonedDateTime
    Definition Classes
    EventImportJobDtoNamedEntityDto
  11. def getCreator(): String
    Definition Classes
    EventImportJobDtoNamedEntityDto
  12. def getCreatorId(): String
    Definition Classes
    EventImportJobDtoNamedEntityDto
  13. def getDescription(): String
  14. def getError(): ErrorDto
  15. def getId(): String
    Definition Classes
    EventImportJobDtoNamedEntityDto
  16. def getName(): String
    Definition Classes
    EventImportJobDtoNamedEntityDto
  17. def getOwnerId(): String
    Definition Classes
    EventImportJobDtoNamedEntityDto
  18. def getParameter(): EventImportParameterDto
  19. def getStage(): JobStageDto
  20. def getType(): String
  21. def getUpdatedAt(): ZonedDateTime
    Definition Classes
    EventImportJobDtoNamedEntityDto
  22. def getUpdater(): String
    Definition Classes
    EventImportJobDtoNamedEntityDto
  23. def getUpdaterId(): String
    Definition Classes
    EventImportJobDtoNamedEntityDto
  24. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  25. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  26. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  27. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  28. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  29. def setArgument(argument: EventImportArgumentDto): Unit
  30. def setCreatedAt(createdAt: ZonedDateTime): Unit
  31. def setCreator(creator: String): Unit
  32. def setCreatorId(creatorId: String): Unit
  33. def setDescription(description: String): Unit
  34. def setError(error: ErrorDto): Unit
  35. def setId(id: String): Unit
  36. def setName(name: String): Unit
  37. def setOwnerId(ownerId: String): Unit
  38. def setParameter(parameter: EventImportParameterDto): Unit
  39. def setStage(stage: JobStageDto): Unit
  40. def setType(type: String): Unit
  41. def setUpdatedAt(updatedAt: ZonedDateTime): Unit
  42. def setUpdater(updater: String): Unit
  43. def setUpdaterId(updaterId: String): Unit
  44. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  45. def toString(): String
    Definition Classes
    EventImportJobDto → AnyRef → Any
    Annotations
    @Override()
  46. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  47. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  48. 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