X-Git-Url: https://gerrit.onap.org/r/gitweb?p=aai%2Fesr-server.git;a=blobdiff_plain;f=esr-mgr%2Fsrc%2Fmain%2Fjava%2Forg%2Fonap%2Faai%2Fesr%2Fentity%2Faai%2FEsrEms.java;h=e8c402ea9139ad1100b1db8c914569fbc8809dbc;hp=3bff6a0eb243c8c9fdf165681f7cb64b0b43b98b;hb=bb02e67db383ee68af8179c350e07a6c1ddffca9;hpb=0f4c91c98e9fe5e403c110a85375778b7fad04fb diff --git a/esr-mgr/src/main/java/org/onap/aai/esr/entity/aai/EsrEms.java b/esr-mgr/src/main/java/org/onap/aai/esr/entity/aai/EsrEms.java index 3bff6a0..e8c402e 100644 --- a/esr-mgr/src/main/java/org/onap/aai/esr/entity/aai/EsrEms.java +++ b/esr-mgr/src/main/java/org/onap/aai/esr/entity/aai/EsrEms.java @@ -20,10 +20,6 @@ public class EsrEms { private String emsId; - private Boolean passive; - - private String remotePath; - private String resouceVersion; private EsrSystemInfoList esrSystemInfoList; @@ -36,22 +32,6 @@ public class EsrEms { this.emsId = emsId; } - public Boolean getPassive() { - return passive; - } - - public void setPassive(Boolean passive) { - this.passive = passive; - } - - public String getRemotePath() { - return remotePath; - } - - public void setRemotePath(String remotePath) { - this.remotePath = remotePath; - } - public EsrSystemInfoList getEsrSystemInfoList() { return esrSystemInfoList; }