public class Eye extends AbstractModel
Constructor and Description |
---|
Eye() |
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, toJsonString
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: sunglassespublic AttributeItem getEyeOpen()
public void setEyeOpen(AttributeItem EyeOpen)
EyeOpen
- Whether the eyes are open.
The `Type` values of the `AttributeItem` include: 0: open; 1: closedpublic 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 © 2020. All rights reserved.