Class AssetKeyVal

    • Constructor Detail

      • AssetKeyVal

        public AssetKeyVal()
      • AssetKeyVal

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

      • getKey

        public String getKey()
        Get 标签
        Returns:
        Key 标签
      • setKey

        public void setKey​(String Key)
        Set 标签
        Parameters:
        Key - 标签
      • getValue

        public Long getValue()
        Get 数量
        Returns:
        Value 数量
      • setValue

        public void setValue​(Long Value)
        Set 数量
        Parameters:
        Value - 数量
      • getDesc

        public String getDesc()
        Get 描述信息 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        Desc 描述信息 注意:此字段可能返回 null,表示取不到有效值。
      • setDesc

        public void setDesc​(String Desc)
        Set 描述信息 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        Desc - 描述信息 注意:此字段可能返回 null,表示取不到有效值。
      • getNewCount

        public Long getNewCount()
        Get 今日新增数量 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        NewCount 今日新增数量 注意:此字段可能返回 null,表示取不到有效值。
      • setNewCount

        public void setNewCount​(Long NewCount)
        Set 今日新增数量 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        NewCount - 今日新增数量 注意:此字段可能返回 null,表示取不到有效值。