public class LoginData extends AbstractModel
header, skipSign
Constructor and Description |
---|
LoginData() |
LoginData(LoginData source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
|
Modifier and Type | Method and Description |
---|---|
String |
getDepartmentId()
Get 科室ID
|
String |
getDoctorDepartment()
Get 医生科室 当前登录科室
|
String |
getDoctorId()
Get 医生ID
|
String |
getDoctorLevel()
Get 医生职级 主治医师、副主任医师、主任医师
|
String |
getDoctorName()
Get 医生名称
|
void |
setDepartmentId(String DepartmentId)
Set 科室ID
|
void |
setDoctorDepartment(String DoctorDepartment)
Set 医生科室 当前登录科室
|
void |
setDoctorId(String DoctorId)
Set 医生ID
|
void |
setDoctorLevel(String DoctorLevel)
Set 医生职级 主治医师、副主任医师、主任医师
|
void |
setDoctorName(String DoctorName)
Set 医生名称
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public LoginData()
public LoginData(LoginData source)
public String getDoctorId()
public void setDoctorId(String DoctorId)
DoctorId
- 医生IDpublic String getDoctorName()
public void setDoctorName(String DoctorName)
DoctorName
- 医生名称public String getDoctorLevel()
public void setDoctorLevel(String DoctorLevel)
DoctorLevel
- 医生职级 主治医师、副主任医师、主任医师public String getDoctorDepartment()
public void setDoctorDepartment(String DoctorDepartment)
DoctorDepartment
- 医生科室 当前登录科室public String getDepartmentId()
public void setDepartmentId(String DepartmentId)
DepartmentId
- 科室IDCopyright © 2025. All rights reserved.