Class EyeChildItem
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.mrs.v20200910.models.EyeChildItem
-
public class EyeChildItem extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description EyeChildItem()
EyeChildItem(EyeChildItem 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BaseItem3[]
getAx()
Get 轴位 注意:此字段可能返回 null,表示取不到有效值。BaseItem3[]
getCyl()
Get 柱镜 注意:此字段可能返回 null,表示取不到有效值。BaseItem2
getSe()
Get 等效球镜 注意:此字段可能返回 null,表示取不到有效值。BaseItem3[]
getSph()
Get 球镜 注意:此字段可能返回 null,表示取不到有效值。void
setAx(BaseItem3[] Ax)
Set 轴位 注意:此字段可能返回 null,表示取不到有效值。void
setCyl(BaseItem3[] Cyl)
Set 柱镜 注意:此字段可能返回 null,表示取不到有效值。void
setSe(BaseItem2 Se)
Set 等效球镜 注意:此字段可能返回 null,表示取不到有效值。void
setSph(BaseItem3[] Sph)
Set 球镜 注意:此字段可能返回 null,表示取不到有效值。void
toMap(HashMap<String,String> map, String prefix)
Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
EyeChildItem
public EyeChildItem()
-
EyeChildItem
public EyeChildItem(EyeChildItem 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.
-
-
Method Detail
-
getSph
public BaseItem3[] getSph()
Get 球镜 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Sph 球镜 注意:此字段可能返回 null,表示取不到有效值。
-
setSph
public void setSph(BaseItem3[] Sph)
Set 球镜 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Sph
- 球镜 注意:此字段可能返回 null,表示取不到有效值。
-
getCyl
public BaseItem3[] getCyl()
Get 柱镜 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Cyl 柱镜 注意:此字段可能返回 null,表示取不到有效值。
-
setCyl
public void setCyl(BaseItem3[] Cyl)
Set 柱镜 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Cyl
- 柱镜 注意:此字段可能返回 null,表示取不到有效值。
-
getAx
public BaseItem3[] getAx()
Get 轴位 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Ax 轴位 注意:此字段可能返回 null,表示取不到有效值。
-
setAx
public void setAx(BaseItem3[] Ax)
Set 轴位 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Ax
- 轴位 注意:此字段可能返回 null,表示取不到有效值。
-
getSe
public BaseItem2 getSe()
Get 等效球镜 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Se 等效球镜 注意:此字段可能返回 null,表示取不到有效值。
-
setSe
public void setSe(BaseItem2 Se)
Set 等效球镜 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Se
- 等效球镜 注意:此字段可能返回 null,表示取不到有效值。
-
-