public class DoctorInfo extends AbstractModel
header, skipSign
Constructor and Description |
---|
DoctorInfo() |
DoctorInfo(DoctorInfo 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 |
getDoctorId()
Get 医生ID
|
String |
getDoctorName()
Get 医生姓名
|
String |
getDoctorPhone()
Get 医生电话
|
void |
setDoctorId(String DoctorId)
Set 医生ID
|
void |
setDoctorName(String DoctorName)
Set 医生姓名
|
void |
setDoctorPhone(String DoctorPhone)
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 DoctorInfo()
public DoctorInfo(DoctorInfo source)
public String getDoctorId()
public void setDoctorId(String DoctorId)
DoctorId
- 医生IDpublic String getDoctorName()
public void setDoctorName(String DoctorName)
DoctorName
- 医生姓名public String getDoctorPhone()
public void setDoctorPhone(String DoctorPhone)
DoctorPhone
- 医生电话Copyright © 2025. All rights reserved.