public class OphthalmologyCorrectedVisualAcuity extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| OphthalmologyCorrectedVisualAcuity() | 
| OphthalmologyCorrectedVisualAcuity(OphthalmologyCorrectedVisualAcuity 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 | 
|---|---|
| KeyValueItem | getLeftEyeVisual()Get 左眼矫正视力 | 
| KeyValueItem | getRightEyeVisual()Get 右眼矫正视力 | 
| KeyValueItem | getText()Get 矫正视力 | 
| void | setLeftEyeVisual(KeyValueItem LeftEyeVisual)Set 左眼矫正视力 | 
| void | setRightEyeVisual(KeyValueItem RightEyeVisual)Set 右眼矫正视力 | 
| void | setText(KeyValueItem Text)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 OphthalmologyCorrectedVisualAcuity()
public OphthalmologyCorrectedVisualAcuity(OphthalmologyCorrectedVisualAcuity source)
public KeyValueItem getLeftEyeVisual()
public void setLeftEyeVisual(KeyValueItem LeftEyeVisual)
LeftEyeVisual - 左眼矫正视力public KeyValueItem getText()
public void setText(KeyValueItem Text)
Text - 矫正视力public KeyValueItem getRightEyeVisual()
public void setRightEyeVisual(KeyValueItem RightEyeVisual)
RightEyeVisual - 右眼矫正视力Copyright © 2025. All rights reserved.