public class FaceHairAttributesInfo extends AbstractModel
Constructor and Description |
---|
FaceHairAttributesInfo() |
Modifier and Type | Method and Description |
---|---|
Long |
getBang()
Get 0: with bangs, 1: no bangs
Note: this field may return null, indicating that no valid values can be obtained.
|
Long |
getColor()
Get 0: black, 1: golden, 2: brown, 3: gray
Note: this field may return null, indicating that no valid values can be obtained.
|
Long |
getLength()
Get 0: shaved head, 1: short hair, 2: medium hair, 3: long hair, 4: braid
Note: this field may return null, indicating that no valid values can be obtained.
|
void |
setBang(Long Bang)
Set 0: with bangs, 1: no bangs
Note: this field may return null, indicating that no valid values can be obtained.
|
void |
setColor(Long Color)
Set 0: black, 1: golden, 2: brown, 3: gray
Note: this field may return null, indicating that no valid values can be obtained.
|
void |
setLength(Long Length)
Set 0: shaved head, 1: short hair, 2: medium hair, 3: long hair, 4: braid
Note: this field may return null, indicating that no valid values can be obtained.
|
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 Long getLength()
public void setLength(Long Length)
Length
- 0: shaved head, 1: short hair, 2: medium hair, 3: long hair, 4: braid
Note: this field may return null, indicating that no valid values can be obtained.public Long getBang()
public void setBang(Long Bang)
Bang
- 0: with bangs, 1: no bangs
Note: this field may return null, indicating that no valid values can be obtained.public Long getColor()
public void setColor(Long Color)
Color
- 0: black, 1: golden, 2: brown, 3: gray
Note: this field may return null, indicating that no valid values can be obtained.Copyright © 2020. All rights reserved.