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