public class FaceHairAttributesInfo extends AbstractModel
| Constructor and Description |
|---|
FaceHairAttributesInfo() |
| Modifier and Type | Method and Description |
|---|---|
Long |
getBang()
Get 0:有刘海,1:无刘海
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getColor()
Get 0:黑色,1:金色,2:棕色,3:灰白色
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getLength()
Get 0:光头,1:短发,2:中发,3:长发,4:绑发
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setBang(Long Bang)
Set 0:有刘海,1:无刘海
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setColor(Long Color)
Set 0:黑色,1:金色,2:棕色,3:灰白色
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setLength(Long Length)
Set 0:光头,1:短发,2:中发,3:长发,4:绑发
注意:此字段可能返回 null,表示取不到有效值。
|
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 Long getLength()
public void setLength(Long Length)
Length - 0:光头,1:短发,2:中发,3:长发,4:绑发
注意:此字段可能返回 null,表示取不到有效值。public Long getBang()
public void setBang(Long Bang)
Bang - 0:有刘海,1:无刘海
注意:此字段可能返回 null,表示取不到有效值。public Long getColor()
public void setColor(Long Color)
Color - 0:黑色,1:金色,2:棕色,3:灰白色
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2020. All rights reserved.