Packages

c

io.growing.graphql.model

AuditLogEntryDto

class AuditLogEntryDto extends Serializable with EntityDto

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

Instance Constructors

  1. new AuditLogEntryDto(projectId: String, operatedAt: ZonedDateTime, operator: String, operatorId: String, ip: String, businessType: String, operationType: String, operand: String, description: String)
  2. new AuditLogEntryDto()

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 getDescription(): String

    操作描述

  11. def getIp(): String

    IP

  12. def getOperand(): String

    操作对象:如成员名称、角色名称

  13. def getOperatedAt(): ZonedDateTime

    操作时间

  14. def getOperationType(): String

    操作类型:创建、删除、编辑、添加、移除、移交

  15. def getOperator(): String

    操作者

  16. def getOperatorId(): String

    操作者 ID

  17. def getProjectId(): String

    项目

  18. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  19. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  20. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  21. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  22. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  23. def setBusinessType(businessType: String): Unit

    业务分类,同资源类型:如看板、事件分析

  24. def setDescription(description: String): Unit

    操作描述

  25. def setIp(ip: String): Unit

    IP

  26. def setOperand(operand: String): Unit

    操作对象:如成员名称、角色名称

  27. def setOperatedAt(operatedAt: ZonedDateTime): Unit

    操作时间

  28. def setOperationType(operationType: String): Unit

    操作类型:创建、删除、编辑、添加、移除、移交

  29. def setOperator(operator: String): Unit

    操作者

  30. def setOperatorId(operatorId: String): Unit

    操作者 ID

  31. def setProjectId(projectId: String): Unit

    项目

  32. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  33. def toString(): String
    Definition Classes
    AuditLogEntryDto → AnyRef → Any
    Annotations
    @Override()
  34. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  35. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  36. 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 EntityDto

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped