类 AstroDataVo

java.lang.Object
com.apiworks.astro.model.responses.astro.AstroDataVo

public class AstroDataVo extends Object
  • 构造器详细资料

    • AstroDataVo

      public AstroDataVo()
  • 方法详细资料

    • getSign

      public List<com.apiworks.astro.model.responses.astro.ChartSignVo> getSign()
    • setSign

      public void setSign(List<com.apiworks.astro.model.responses.astro.ChartSignVo> sign)
    • getPlanet

      public List<com.apiworks.astro.model.responses.astro.PlanetVo> getPlanet()
    • setPlanet

      public void setPlanet(List<com.apiworks.astro.model.responses.astro.PlanetVo> planet)
    • getHouse

      public List<com.apiworks.astro.model.responses.astro.HouseVo> getHouse()
    • setHouse

      public void setHouse(List<com.apiworks.astro.model.responses.astro.HouseVo> house)
    • getAttribute

      public com.apiworks.astro.model.responses.astro.AttributeVo getAttribute()
    • setAttribute

      public void setAttribute(com.apiworks.astro.model.responses.astro.AttributeVo attribute)
    • getPlanetSecond

      public List<com.apiworks.astro.model.responses.astro.PlanetVo> getPlanetSecond()
    • setPlanetSecond

      public void setPlanetSecond(List<com.apiworks.astro.model.responses.astro.PlanetVo> planetSecond)
    • getCorpus

      public List<CorpusVo> getCorpus()
    • setCorpus

      public void setCorpus(List<CorpusVo> corpus)
    • getSvg

      public String getSvg()
    • setSvg

      public void setSvg(String svg)
    • getFirdaria

      public Map<String,Object> getFirdaria()
    • setFirdaria

      public void setFirdaria(Map<String,Object> firdaria)
    • getSmalllimit

      public Map<String,Object> getSmalllimit()
    • setSmalllimit

      public void setSmalllimit(Map<String,Object> smalllimit)
    • getParam

      public Map<String,Object> getParam()
    • setParam

      public void setParam(Map<String,Object> param)
    • getExtra

      public Map<String,Object> getExtra()
    • setExtra

      public void setExtra(Map<String,Object> extra)