Packages

class MemberDto extends Serializable with EntityDto

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

Instance Constructors

  1. new MemberDto(id: String, name: String, source: String, avatar: String, email: String, createdAt: ZonedDateTime, phoneNumber: String, directDepartment: DepartmentDto, identity: String, enterableProjects: List[ProjectDto], dataCenterRole: DataCenterRoleDto, lastVisitAt: ZonedDateTime, creator: String)
  2. new MemberDto()

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() @IntrinsicCandidate()
  6. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  7. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  8. def getAvatar(): String

    头像

  9. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  10. def getCreatedAt(): ZonedDateTime

    创建时间

  11. def getCreator(): String

    创建人

  12. def getDataCenterRole(): DataCenterRoleDto

    数据中心角色

  13. def getDirectDepartment(): DepartmentDto

    直属部门

  14. def getEmail(): String

    email地址

  15. def getEnterableProjects(): List[ProjectDto]

    可访问的项目列表

  16. def getId(): String

    成员id

  17. def getIdentity(): String

    唯一标识

  18. def getLastVisitAt(): ZonedDateTime

    上次访问时间

  19. def getName(): String

    成员名称

  20. def getPhoneNumber(): String

    手机号码

  21. def getSource(): String

    创建方式:ldap, origin, oauth2, cas

  22. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  23. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  24. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  25. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  26. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  27. def setAvatar(avatar: String): Unit

    头像

  28. def setCreatedAt(createdAt: ZonedDateTime): Unit

    创建时间

  29. def setCreator(creator: String): Unit

    创建人

  30. def setDataCenterRole(dataCenterRole: DataCenterRoleDto): Unit

    数据中心角色

  31. def setDirectDepartment(directDepartment: DepartmentDto): Unit

    直属部门

  32. def setEmail(email: String): Unit

    email地址

  33. def setEnterableProjects(enterableProjects: List[ProjectDto]): Unit

    可访问的项目列表

  34. def setId(id: String): Unit

    成员id

  35. def setIdentity(identity: String): Unit

    唯一标识

  36. def setLastVisitAt(lastVisitAt: ZonedDateTime): Unit

    上次访问时间

  37. def setName(name: String): Unit

    成员名称

  38. def setPhoneNumber(phoneNumber: String): Unit

    手机号码

  39. def setSource(source: String): Unit

    创建方式:ldap, origin, oauth2, cas

  40. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  41. def toString(): String
    Definition Classes
    MemberDto → AnyRef → Any
    Annotations
    @Override()
  42. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  43. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  44. 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