Class ApiInfoSummary

    • Constructor Detail

      • ApiInfoSummary

        public ApiInfoSummary()
      • ApiInfoSummary

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

      • getTotalCount

        public Long getTotalCount()
        Get 插件相关的API总数。
        Returns:
        TotalCount 插件相关的API总数。
      • setTotalCount

        public void setTotalCount​(Long TotalCount)
        Set 插件相关的API总数。
        Parameters:
        TotalCount - 插件相关的API总数。
      • getApiSet

        public AvailableApiInfo[] getApiSet()
        Get 插件相关的API信息。
        Returns:
        ApiSet 插件相关的API信息。
      • setApiSet

        public void setApiSet​(AvailableApiInfo[] ApiSet)
        Set 插件相关的API信息。
        Parameters:
        ApiSet - 插件相关的API信息。