Class WxmppProperties.MpConfig

java.lang.Object
cn.herodotus.engine.access.wxmpp.properties.WxmppProperties.MpConfig
Enclosing class:
WxmppProperties

public static class WxmppProperties.MpConfig extends Object
  • Constructor Details

    • MpConfig

      public MpConfig()
  • Method Details

    • getAppId

      public String getAppId()
    • setAppId

      public void setAppId(String appId)
    • getSecret

      public String getSecret()
    • setSecret

      public void setSecret(String secret)
    • getToken

      public String getToken()
    • setToken

      public void setToken(String token)
    • getAesKey

      public String getAesKey()
    • setAesKey

      public void setAesKey(String aesKey)
    • toString

      public String toString()
      Overrides:
      toString in class Object