Class AttributesOptions
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.bda.v20200324.models.AttributesOptions
-
public class AttributesOptions extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BooleangetAge()Get 返回年龄信息BooleangetBag()Get 返回随身挎包信息BooleangetGender()Get 返回性别信息BooleangetLowerBodyCloth()Get 返回下装信息BooleangetOrientation()Get 返回朝向信息BooleangetUpperBodyCloth()Get 返回上装信息voidsetAge(Boolean Age)Set 返回年龄信息voidsetBag(Boolean Bag)Set 返回随身挎包信息voidsetGender(Boolean Gender)Set 返回性别信息voidsetLowerBodyCloth(Boolean LowerBodyCloth)Set 返回下装信息voidsetOrientation(Boolean Orientation)Set 返回朝向信息voidsetUpperBodyCloth(Boolean UpperBodyCloth)Set 返回上装信息voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
AttributesOptions
public AttributesOptions()
-
AttributesOptions
public 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.
-
-
Method Detail
-
getAge
public Boolean getAge()
Get 返回年龄信息- Returns:
- Age 返回年龄信息
-
setAge
public void setAge(Boolean Age)
Set 返回年龄信息- Parameters:
Age- 返回年龄信息
-
getBag
public Boolean getBag()
Get 返回随身挎包信息- Returns:
- Bag 返回随身挎包信息
-
setBag
public void setBag(Boolean Bag)
Set 返回随身挎包信息- Parameters:
Bag- 返回随身挎包信息
-
getGender
public Boolean getGender()
Get 返回性别信息- Returns:
- Gender 返回性别信息
-
setGender
public void setGender(Boolean Gender)
Set 返回性别信息- Parameters:
Gender- 返回性别信息
-
getOrientation
public Boolean getOrientation()
Get 返回朝向信息- Returns:
- Orientation 返回朝向信息
-
setOrientation
public void setOrientation(Boolean Orientation)
Set 返回朝向信息- Parameters:
Orientation- 返回朝向信息
-
getUpperBodyCloth
public Boolean getUpperBodyCloth()
Get 返回上装信息- Returns:
- UpperBodyCloth 返回上装信息
-
setUpperBodyCloth
public void setUpperBodyCloth(Boolean UpperBodyCloth)
Set 返回上装信息- Parameters:
UpperBodyCloth- 返回上装信息
-
getLowerBodyCloth
public Boolean getLowerBodyCloth()
Get 返回下装信息- Returns:
- LowerBodyCloth 返回下装信息
-
setLowerBodyCloth
public void setLowerBodyCloth(Boolean LowerBodyCloth)
Set 返回下装信息- Parameters:
LowerBodyCloth- 返回下装信息
-
-