Class TacticInfos

    • Constructor Detail

      • TacticInfos

        public TacticInfos()
      • TacticInfos

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

      • getTotal

        public Long getTotal()
        Get 总量
        Returns:
        Total 总量
      • setTotal

        public void setTotal​(Long Total)
        Set 总量
        Parameters:
        Total - 总量
      • getList

        public Tactic[] getList()
        Get 策略列表 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        List 策略列表 注意:此字段可能返回 null,表示取不到有效值。
      • setList

        public void setList​(Tactic[] List)
        Set 策略列表 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        List - 策略列表 注意:此字段可能返回 null,表示取不到有效值。