修改DNAT策略下发compildId,APP特征Payload、HTTP、SSL IP域信息展示.
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user