Class PaasStrategy

    • Constructor Detail

      • PaasStrategy

        public PaasStrategy()
      • PaasStrategy

        public PaasStrategy​(PaasStrategy 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

      • getCrowdID

        public Long getCrowdID()
        Get 人群包id
        Returns:
        CrowdID 人群包id
      • setCrowdID

        public void setCrowdID​(Long CrowdID)
        Set 人群包id
        Parameters:
        CrowdID - 人群包id
      • getItems

        public PaasStrategyItem[] getItems()
        Get 待选素材数组
        Returns:
        Items 待选素材数组
      • setItems

        public void setItems​(PaasStrategyItem[] Items)
        Set 待选素材数组
        Parameters:
        Items - 待选素材数组