public class Eyebrow extends AbstractModel
| Constructor and Description | 
|---|
| Eyebrow() | 
| Modifier and Type | Method and Description | 
|---|---|
| AttributeItem | getEyebrowCurve()Get Eyebrow curve. | 
| AttributeItem | getEyebrowDensity()Get Eyebrow thickness. | 
| AttributeItem | getEyebrowLength()Get Eyebrow length. | 
| void | setEyebrowCurve(AttributeItem EyebrowCurve)Set Eyebrow curve. | 
| void | setEyebrowDensity(AttributeItem EyebrowDensity)Set Eyebrow thickness. | 
| void | setEyebrowLength(AttributeItem EyebrowLength)Set Eyebrow length. | 
| 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 AttributeItem getEyebrowDensity()
public void setEyebrowDensity(AttributeItem EyebrowDensity)
EyebrowDensity - Eyebrow thickness.
The `Type` values of the `AttributeItem` include: 0: light; 1: thick.public AttributeItem getEyebrowCurve()
public void setEyebrowCurve(AttributeItem EyebrowCurve)
EyebrowCurve - Eyebrow curve.
The `Type` values of the `AttributeItem` include: 0: flat; 1: curved.public AttributeItem getEyebrowLength()
public void setEyebrowLength(AttributeItem EyebrowLength)
EyebrowLength - Eyebrow length.
The `Type` values of the `AttributeItem` include: 0: short; 1: long.Copyright © 2021. All rights reserved.