APP策略新增修改.

This commit is contained in:
zhangwenqing
2018-08-24 15:32:11 +08:00
parent 5ef877121c
commit 0546a0c93c
4 changed files with 756 additions and 695 deletions

View File

@@ -69,17 +69,17 @@ public class AppPolicyCfg extends BaseCfg<AppPolicyCfg> {
@Expose
@ExcelField(title="expression_type")
@SerializedName("exprType")
protected Integer exprType ;
private Integer exprType ;
@Expose
@ExcelField(title="match_method")
@SerializedName("matchMethod")
protected Integer matchMethod ;
private Integer matchMethod ;
@Expose
@ExcelField(title="whether_hexbinary")
@SerializedName("isHexbin")
protected Integer isHexbin;
private Integer isHexbin;
private List<IpPortCfg> ipPortList;
private IpPortCfg ipPort;
@@ -129,6 +129,8 @@ public class AppPolicyCfg extends BaseCfg<AppPolicyCfg> {
// TODO Auto-generated method stub
super.initDefaultValue();
this.isHexbin = 0;
this.exprType=0;
this.matchMethod=0;
}