public class Hair extends AbstractModel
| Constructor and Description | 
|---|
| Hair() | 
| Hair(Hair 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 | getBang()Get Bang information. | 
| AttributeItem | getColor()Get Hair color information. | 
| AttributeItem | getLength()Get Hair length information. | 
| void | setBang(AttributeItem Bang)Set Bang information. | 
| void | setColor(AttributeItem Color)Set Hair color information. | 
| void | setLength(AttributeItem Length)Set Hair length information. | 
| 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 Hair()
public Hair(Hair source)
public AttributeItem getLength()
public void setLength(AttributeItem Length)
Length - Hair length information.
The `Type` values of the `AttributeItem` include: 0: bald, 1: short hair, 2: medium hair, 3: long hair, 4: braid.public AttributeItem getBang()
public void setBang(AttributeItem Bang)
Bang - Bang information.
The `Type` values of the `AttributeItem` include: 0: no bang; 1: bang detected.public AttributeItem getColor()
public void setColor(AttributeItem Color)
Color - Hair color information.
The `Type` values of the `AttributeItem` include: 0: black; 1: golden; 2: brown; 3: gray.Copyright © 2022. All rights reserved.