class MemberDto extends Serializable with EntityDto
- Annotations
- @Generated()
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- MemberDto
- EntityDto
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- 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)
- new MemberDto()
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() @HotSpotIntrinsicCandidate()
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
getAvatar(): String
头像
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
def
getCreatedAt(): ZonedDateTime
创建时间
-
def
getCreator(): String
创建人
-
def
getDataCenterRole(): DataCenterRoleDto
数据中心角色
-
def
getDirectDepartment(): DepartmentDto
直属部门
-
def
getEmail(): String
email地址
-
def
getEnterableProjects(): List[ProjectDto]
可访问的项目列表
-
def
getId(): String
成员id
-
def
getIdentity(): String
唯一标识
-
def
getLastVisitAt(): ZonedDateTime
上次访问时间
-
def
getName(): String
成员名称
-
def
getPhoneNumber(): String
手机号码
-
def
getSource(): String
创建方式:ldap, origin, oauth2, cas
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
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() @HotSpotIntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
def
setAvatar(avatar: String): Unit
头像
-
def
setCreatedAt(createdAt: ZonedDateTime): Unit
创建时间
-
def
setCreator(creator: String): Unit
创建人
-
def
setDataCenterRole(dataCenterRole: DataCenterRoleDto): Unit
数据中心角色
-
def
setDirectDepartment(directDepartment: DepartmentDto): Unit
直属部门
-
def
setEmail(email: String): Unit
email地址
-
def
setEnterableProjects(enterableProjects: List[ProjectDto]): Unit
可访问的项目列表
-
def
setId(id: String): Unit
成员id
-
def
setIdentity(identity: String): Unit
唯一标识
-
def
setLastVisitAt(lastVisitAt: ZonedDateTime): Unit
上次访问时间
-
def
setName(name: String): Unit
成员名称
-
def
setPhoneNumber(phoneNumber: String): Unit
手机号码
-
def
setSource(source: String): Unit
创建方式:ldap, origin, oauth2, cas
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- MemberDto → 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