Class ZhangJunConfig
- java.lang.Object
-
- org.dromara.sms4j.provider.config.BaseConfig
-
- org.dromara.sms4j.example.zhangjun.ZhangJunConfig
-
- All Implemented Interfaces:
SupplierConfig
public class ZhangJunConfig extends BaseConfig
- Author:
- 4n
-
-
Constructor Summary
Constructors Constructor Description ZhangJunConfig()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getSupplier()
获取供应商-
Methods inherited from class org.dromara.sms4j.provider.config.BaseConfig
setMaxRetries, setRetryInterval
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.dromara.sms4j.api.universal.SupplierConfig
getConfigId, getProxy
-
-
-
-
Method Detail
-
getSupplier
public String getSupplier()
Description copied from interface:SupplierConfig
获取供应商
-
-