修改DNAT策略下发compildId,APP特征Payload、HTTP、SSL IP域信息展示.

This commit is contained in:
zhangwq
2018-12-09 14:14:41 +08:00
parent 9ba4be4f85
commit a4b3c670a0
5 changed files with 12 additions and 9 deletions

View File

@@ -16,7 +16,7 @@ public class IpReuseDnatPolicyCfg extends IpPortCfg{
@Expose
@SerializedName("configId")
private Long cfgId;
private Integer compileId;
@Expose
@SerializedName("originalAddrType")
@@ -74,12 +74,12 @@ public class IpReuseDnatPolicyCfg extends IpPortCfg{
this.protocol = protocol;
}
public Long getCfgId() {
return cfgId;
public Integer getCompileId() {
return compileId;
}
public void setCfgId(Long cfgId) {
this.cfgId = cfgId;
public void setCompileId(Integer compileId) {
this.compileId = compileId;
}
public String getSrcIpAddress() {