public class EyeItem extends AbstractModel
header, skipSign
Constructor and Description |
---|
EyeItem() |
EyeItem(EyeItem 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 |
---|---|
EyeChildItem |
getLeft()
Get 左眼
注意:此字段可能返回 null,表示取不到有效值。
|
BaseItem2 |
getPd()
Get 瞳距
注意:此字段可能返回 null,表示取不到有效值。
|
EyeChildItem |
getRight()
Get 右眼
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setLeft(EyeChildItem Left)
Set 左眼
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setPd(BaseItem2 Pd)
Set 瞳距
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setRight(EyeChildItem Right)
Set 右眼
注意:此字段可能返回 null,表示取不到有效值。
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public EyeItem()
public EyeItem(EyeItem source)
public EyeChildItem getLeft()
public void setLeft(EyeChildItem Left)
Left
- 左眼
注意:此字段可能返回 null,表示取不到有效值。public EyeChildItem getRight()
public void setRight(EyeChildItem Right)
Right
- 右眼
注意:此字段可能返回 null,表示取不到有效值。public BaseItem2 getPd()
public void setPd(BaseItem2 Pd)
Pd
- 瞳距
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2024. All rights reserved.