Class TopAsset

    • Constructor Detail

      • TopAsset

        public TopAsset()
      • TopAsset

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

      • getLevelName

        public String getLevelName()
        Get 分级名称 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        LevelName 分级名称 注意:此字段可能返回 null,表示取不到有效值。
      • setLevelName

        public void setLevelName​(String LevelName)
        Set 分级名称 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        LevelName - 分级名称 注意:此字段可能返回 null,表示取不到有效值。
      • getTopStat

        public TopAssetStat[] getTopStat()
        Get top数据信息 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        TopStat top数据信息 注意:此字段可能返回 null,表示取不到有效值。
      • setTopStat

        public void setTopStat​(TopAssetStat[] TopStat)
        Set top数据信息 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        TopStat - top数据信息 注意:此字段可能返回 null,表示取不到有效值。