public class Eye extends AbstractModel
| Constructor and Description | 
|---|
| Eye() | 
| Eye(Eye 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 | 
|---|---|
| AttributeItem | getEyelidType()Get Whether the person has double eyelids. | 
| AttributeItem | getEyeOpen()Get Whether the eyes are open. | 
| AttributeItem | getEyeSize()Get Eye size. | 
| AttributeItem | getGlass()Get Whether glasses are worn. | 
| void | setEyelidType(AttributeItem EyelidType)Set Whether the person has double eyelids. | 
| void | setEyeOpen(AttributeItem EyeOpen)Set Whether the eyes are open. | 
| void | setEyeSize(AttributeItem EyeSize)Set Eye size. | 
| void | setGlass(AttributeItem Glass)Set Whether glasses are worn. | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonStringpublic Eye()
public Eye(Eye source)
public AttributeItem getGlass()
public void setGlass(AttributeItem Glass)
Glass - Whether glasses are worn.
The `Type` values of the `AttributeItem` include: 0: no glasses; 1: general glasses; 2: sunglasses.public AttributeItem getEyeOpen()
public void setEyeOpen(AttributeItem EyeOpen)
EyeOpen - Whether the eyes are open.
The `Type` values of the `AttributeItem` include: 0: open; 1: closed.public AttributeItem getEyelidType()
public void setEyelidType(AttributeItem EyelidType)
EyelidType - Whether the person has double eyelids.
The `Type` values of the `AttributeItem` include: 0: no; 1: yes.public AttributeItem getEyeSize()
public void setEyeSize(AttributeItem EyeSize)
EyeSize - Eye size.
The `Type` values of the `AttributeItem` include: 0: small eyes; 1: general eyes; 2: big eyes.Copyright © 2022. All rights reserved.