public class Eyebrow extends AbstractModel
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 眉毛弯曲。
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 Eyebrow()
public Eyebrow(Eyebrow source)
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 © 2022. All rights reserved.