Class JdyConfigStorage

java.lang.Object
cn.toint.jdy4j.core.model.JdyConfigStorage
All Implemented Interfaces:
Serializable

public class JdyConfigStorage extends Object implements Serializable
简道云配置存储对象
Author:
Toint
See Also:
  • Constructor Details

    • JdyConfigStorage

      public JdyConfigStorage(String corpName, String apiKey, String serverUrl)
  • Method Details

    • of

      public static JdyConfigStorage of(String corpName, String apiKey, String serverUrl)
      Parameters:
      corpName - 企业名称
      apiKey - 简道云开放平台密钥
      serverUrl - 简道云服务地址
      Returns:
      简道云配置存储对象
    • of

      public static JdyConfigStorage of(String corpName, String apiKey)
      Parameters:
      corpName - 企业名称
      apiKey - 简道云开放平台密钥
      Returns:
      简道云配置存储对象