class AuditLogEntryDto extends Serializable with EntityDto
- Annotations
- @Generated()
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- AuditLogEntryDto
- EntityDto
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @IntrinsicCandidate()
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
getBusinessType(): String
业务分类,同资源类型:如看板、事件分析
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
-
def
getDescription(): String
操作描述
-
def
getIp(): String
IP
-
def
getOperand(): String
操作对象:如成员名称、角色名称
-
def
getOperatedAt(): ZonedDateTime
操作时间
-
def
getOperationType(): String
操作类型:创建、删除、编辑、添加、移除、移交
-
def
getOperator(): String
操作者
-
def
getOperatorId(): String
操作者 ID
-
def
getProjectId(): String
项目
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
-
def
setBusinessType(businessType: String): Unit
业务分类,同资源类型:如看板、事件分析
-
def
setDescription(description: String): Unit
操作描述
-
def
setIp(ip: String): Unit
IP
-
def
setOperand(operand: String): Unit
操作对象:如成员名称、角色名称
-
def
setOperatedAt(operatedAt: ZonedDateTime): Unit
操作时间
-
def
setOperationType(operationType: String): Unit
操作类型:创建、删除、编辑、添加、移除、移交
-
def
setOperator(operator: String): Unit
操作者
-
def
setOperatorId(operatorId: String): Unit
操作者 ID
-
def
setProjectId(projectId: String): Unit
项目
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AuditLogEntryDto → AnyRef → Any
- Annotations
- @Override()
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
Deprecated Value Members
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] ) @Deprecated
- Deprecated