public class Hair extends AbstractModel
Constructor and Description |
---|
Hair() |
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, toJsonString
public AttributeItem getLength()
public void setLength(AttributeItem Length)
Length
- Hair length information.
The `Type` values of the `AttributeItem` include: 0: shaved head, 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 © 2020. All rights reserved.