public class Eyebrow extends AbstractModel
Constructor and Description |
---|
Eyebrow() |
Modifier and Type | Method and Description |
---|---|
AttributeItem |
getEyebrowCurve()
Get 眉毛弯曲。
AttributeItem对应的Type为 —— 0:不弯,1:弯眉。
|
AttributeItem |
getEyebrowDensity()
Get 眉毛浓密。
AttributeItem对应的Type为 —— 0:淡眉,1:浓眉。
|
AttributeItem |
getEyebrowLength()
Get 眉毛长短。
AttributeItem对应的Type为 —— 0:短眉毛,1:长眉毛。
|
void |
setEyebrowCurve(AttributeItem EyebrowCurve)
Set 眉毛弯曲。
AttributeItem对应的Type为 —— 0:不弯,1:弯眉。
|
void |
setEyebrowDensity(AttributeItem EyebrowDensity)
Set 眉毛浓密。
AttributeItem对应的Type为 —— 0:淡眉,1:浓眉。
|
void |
setEyebrowLength(AttributeItem EyebrowLength)
Set 眉毛长短。
AttributeItem对应的Type为 —— 0:短眉毛,1:长眉毛。
|
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 getEyebrowDensity()
public void setEyebrowDensity(AttributeItem EyebrowDensity)
EyebrowDensity
- 眉毛浓密。
AttributeItem对应的Type为 —— 0:淡眉,1:浓眉。public AttributeItem getEyebrowCurve()
public void setEyebrowCurve(AttributeItem EyebrowCurve)
EyebrowCurve
- 眉毛弯曲。
AttributeItem对应的Type为 —— 0:不弯,1:弯眉。public AttributeItem getEyebrowLength()
public void setEyebrowLength(AttributeItem EyebrowLength)
EyebrowLength
- 眉毛长短。
AttributeItem对应的Type为 —— 0:短眉毛,1:长眉毛。Copyright © 2021. All rights reserved.