Package org.dromara.sms4j.aliyun.config
Class AlibabaConfig
- java.lang.Object
-
- org.dromara.sms4j.provider.config.BaseConfig
-
- org.dromara.sms4j.aliyun.config.AlibabaConfig
-
- All Implemented Interfaces:
SupplierConfig
public class AlibabaConfig extends BaseConfig
- Author:
- Wind
-
-
Field Summary
Fields Modifier and Type Field Description private Stringaction接口名称private StringregionId地域信息默认为 cn-hangzhouprivate StringrequestUrl请求地址private StringtemplateName模板变量名称private Stringversion接口版本号
-
Constructor Summary
Constructors Constructor Description AlibabaConfig()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetSupplier()获取供应商-
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()
获取供应商- Since:
- 3.0.0
-
-