修复镜像菜单addrList下发格式
This commit is contained in:
@@ -24,7 +24,7 @@ public class ProxyFileTrafficMirrorCfgAudit {
|
||||
@Expose
|
||||
private String profileName;
|
||||
@Expose
|
||||
private Map<String,String> addrList;
|
||||
private String addrList;
|
||||
@Expose
|
||||
private String addrContent;
|
||||
@Expose
|
||||
@@ -78,11 +78,11 @@ public class ProxyFileTrafficMirrorCfgAudit {
|
||||
}
|
||||
public void setProfileName(String profileName) {
|
||||
this.profileName = profileName;
|
||||
}
|
||||
public Map<String, String> getAddrList() {
|
||||
}
|
||||
public String getAddrList() {
|
||||
return addrList;
|
||||
}
|
||||
public void setAddrList(Map<String, String> addrList) {
|
||||
public void setAddrList(String addrList) {
|
||||
this.addrList = addrList;
|
||||
}
|
||||
public String getAddrContent() {
|
||||
|
||||
Reference in New Issue
Block a user