Class AttributesOptions

    • 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 - 返回下装信息