public class ImageMaskFlags extends AbstractModel
header, skipSign| Constructor and Description |
|---|
ImageMaskFlags() |
ImageMaskFlags(ImageMaskFlags 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 |
|---|---|
Boolean |
getBarFlag()
Get 是否对二维码信息进行脱敏
|
Boolean |
getDoctorFlag()
Get 是否对医生信息进行脱敏
|
Boolean |
getHospitalFlag()
Get 是否对医院信息进行脱敏
|
Boolean |
getPatientFlag()
Get 是否对患者信息进行脱敏
|
void |
setBarFlag(Boolean BarFlag)
Set 是否对二维码信息进行脱敏
|
void |
setDoctorFlag(Boolean DoctorFlag)
Set 是否对医生信息进行脱敏
|
void |
setHospitalFlag(Boolean HospitalFlag)
Set 是否对医院信息进行脱敏
|
void |
setPatientFlag(Boolean PatientFlag)
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, toJsonStringpublic ImageMaskFlags()
public ImageMaskFlags(ImageMaskFlags source)
public Boolean getHospitalFlag()
public void setHospitalFlag(Boolean HospitalFlag)
HospitalFlag - 是否对医院信息进行脱敏public Boolean getDoctorFlag()
public void setDoctorFlag(Boolean DoctorFlag)
DoctorFlag - 是否对医生信息进行脱敏public Boolean getPatientFlag()
public void setPatientFlag(Boolean PatientFlag)
PatientFlag - 是否对患者信息进行脱敏public Boolean getBarFlag()
public void setBarFlag(Boolean BarFlag)
BarFlag - 是否对二维码信息进行脱敏Copyright © 2025. All rights reserved.