public class AttributesOptions extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| AttributesOptions() | 
| AttributesOptions(AttributesOptions 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 | 
|---|---|
| Boolean | getAge()Get 返回年龄信息 | 
| Boolean | getBag()Get 返回随身挎包信息 | 
| Boolean | getGender()Get 返回性别信息 | 
| Boolean | getLowerBodyCloth()Get 返回下装信息 | 
| Boolean | getOrientation()Get 返回朝向信息 | 
| Boolean | getUpperBodyCloth()Get 返回上装信息 | 
| void | setAge(Boolean Age)Set 返回年龄信息 | 
| void | setBag(Boolean Bag)Set 返回随身挎包信息 | 
| void | setGender(Boolean Gender)Set 返回性别信息 | 
| void | setLowerBodyCloth(Boolean LowerBodyCloth)Set 返回下装信息 | 
| void | setOrientation(Boolean Orientation)Set 返回朝向信息 | 
| void | setUpperBodyCloth(Boolean UpperBodyCloth)Set 返回上装信息 | 
| 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 AttributesOptions()
public AttributesOptions(AttributesOptions source)
public Boolean getAge()
public void setAge(Boolean Age)
Age - 返回年龄信息public Boolean getBag()
public void setBag(Boolean Bag)
Bag - 返回随身挎包信息public Boolean getGender()
public void setGender(Boolean Gender)
Gender - 返回性别信息public Boolean getOrientation()
public void setOrientation(Boolean Orientation)
Orientation - 返回朝向信息public Boolean getUpperBodyCloth()
public void setUpperBodyCloth(Boolean UpperBodyCloth)
UpperBodyCloth - 返回上装信息public Boolean getLowerBodyCloth()
public void setLowerBodyCloth(Boolean LowerBodyCloth)
LowerBodyCloth - 返回下装信息Copyright © 2025. All rights reserved.