类 LoadServer
java.lang.Object
org.dromara.sms4j.core.load.LoadServer
-
字段概要
字段修饰符和类型字段说明private intprivate org.dromara.sms4j.api.SmsBlendprivate int -
构造器概要
构造器限定符构造器说明protectedLoadServer(org.dromara.sms4j.api.SmsBlend smsServer, int weight, int currentWeight) -
方法概要
修饰符和类型方法说明protected intprotected org.dromara.sms4j.api.SmsBlendprotected intprotected voidsetCurrentWeight(int currentWeight) 设置 currentWeightprotected voidsetSmsServer(org.dromara.sms4j.api.SmsBlend smsServer) 设置 smsServerprotected voidsetWeight(int weight) 设置 weight
-
字段详细资料
-
smsServer
private org.dromara.sms4j.api.SmsBlend smsServer -
weight
private int weight -
currentWeight
private int currentWeight
-
-
构造器详细资料
-
LoadServer
protected LoadServer(org.dromara.sms4j.api.SmsBlend smsServer, int weight, int currentWeight)
-
-
方法详细资料
-
getSmsServer
protected org.dromara.sms4j.api.SmsBlend getSmsServer() -
getWeight
protected int getWeight() -
getCurrentWeight
protected int getCurrentWeight() -
setSmsServer
protected void setSmsServer(org.dromara.sms4j.api.SmsBlend smsServer) 设置 smsServer -
setWeight
protected void setWeight(int weight) 设置 weight -
setCurrentWeight
protected void setCurrentWeight(int currentWeight) 设置 currentWeight
-