public class FaceHairAttributesInfo extends AbstractModel
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: 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, getSkipSign, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public FaceHairAttributesInfo()
public FaceHairAttributesInfo(FaceHairAttributesInfo source)
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 © 2023. All rights reserved.