public class Eyebrow extends AbstractModel
header, skipSign
Constructor and Description |
---|
Eyebrow() |
Eyebrow(Eyebrow 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 |
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, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public Eyebrow()
public Eyebrow(Eyebrow source)
public 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 © 2024. All rights reserved.