IP类配置加入新字段ratelimit

This commit is contained in:
wangxin
2018-06-21 14:51:43 +08:00
parent 35fc8862ca
commit 16b4b22504
2 changed files with 34 additions and 5 deletions

View File

@@ -65,6 +65,25 @@ public class BaseIpCfg extends BaseCfg<BaseIpCfg> {
@Expose
@SerializedName("protocolId")
protected Integer protocolId ;
/**
* 限速比例
*/
protected Integer ratelimit ;
/**
* ratelimit
* @return ratelimit
*/
public Integer getRatelimit() {
return ratelimit;
}
/**
* @param ratelimit the ratelimit to set
*/
public void setRatelimit(Integer ratelimit) {
this.ratelimit = ratelimit;
}
/**
* ipType
* @return ipType