Class Eyebrow
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.iai.v20180301.models.Eyebrow
-
public class Eyebrow extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
Eyebrow
public Eyebrow()
-
Eyebrow
public 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.
-
-
Method Detail
-
getEyebrowDensity
public AttributeItem getEyebrowDensity()
Get 眉毛浓密。 AttributeItem对应的Type为 —— 0:淡眉,1:浓眉。- Returns:
- EyebrowDensity 眉毛浓密。 AttributeItem对应的Type为 —— 0:淡眉,1:浓眉。
-
setEyebrowDensity
public void setEyebrowDensity(AttributeItem EyebrowDensity)
Set 眉毛浓密。 AttributeItem对应的Type为 —— 0:淡眉,1:浓眉。- Parameters:
EyebrowDensity
- 眉毛浓密。 AttributeItem对应的Type为 —— 0:淡眉,1:浓眉。
-
getEyebrowCurve
public AttributeItem getEyebrowCurve()
Get 眉毛弯曲。 AttributeItem对应的Type为 —— 0:不弯,1:弯眉。- Returns:
- EyebrowCurve 眉毛弯曲。 AttributeItem对应的Type为 —— 0:不弯,1:弯眉。
-
setEyebrowCurve
public void setEyebrowCurve(AttributeItem EyebrowCurve)
Set 眉毛弯曲。 AttributeItem对应的Type为 —— 0:不弯,1:弯眉。- Parameters:
EyebrowCurve
- 眉毛弯曲。 AttributeItem对应的Type为 —— 0:不弯,1:弯眉。
-
getEyebrowLength
public AttributeItem getEyebrowLength()
Get 眉毛长短。 AttributeItem对应的Type为 —— 0:短眉毛,1:长眉毛。- Returns:
- EyebrowLength 眉毛长短。 AttributeItem对应的Type为 —— 0:短眉毛,1:长眉毛。
-
setEyebrowLength
public void setEyebrowLength(AttributeItem EyebrowLength)
Set 眉毛长短。 AttributeItem对应的Type为 —— 0:短眉毛,1:长眉毛。- Parameters:
EyebrowLength
- 眉毛长短。 AttributeItem对应的Type为 —— 0:短眉毛,1:长眉毛。
-
-