类 EmqxProperties

java.lang.Object
cn.herodotus.stirrup.openapi.emqx.properties.EmqxProperties

@ConfigurationProperties(prefix="herodotus.openapi.emqx") public class EmqxProperties extends Object

Description: Emqx Rest API 管理模块配置参数

作者:
: gengwei.zheng
Date:
: 2023/9/20 17:32
  • 构造器详细资料

    • EmqxProperties

      public EmqxProperties()
  • 方法详细资料

    • getUrl

      public String getUrl()
    • setUrl

      public void setUrl(String url)
    • getApiKey

      public String getApiKey()
    • setApiKey

      public void setApiKey(String apiKey)
    • getSecretKey

      public String getSecretKey()
    • setSecretKey

      public void setSecretKey(String secretKey)
    • getVersion

      public String getVersion()
    • setVersion

      public void setVersion(String version)
    • toString

      public String toString()
      覆盖:
      toString 在类中 Object