X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=esr-mgr%2Fsrc%2Fmain%2Fjava%2Forg%2Fonap%2Faai%2Fesr%2Fentity%2Faai%2FEsrSystemInfoList.java;h=5adef8e193fc72bdee6d92ce371245f7061e518a;hb=refs%2Fchanges%2F57%2F11657%2F1;hp=535e5db08b4cbfb89abc74eafcd189348366192f;hpb=81d6090fdc1ad05afc785368e1a4029858265884;p=aai%2Fesr-server.git diff --git a/esr-mgr/src/main/java/org/onap/aai/esr/entity/aai/EsrSystemInfoList.java b/esr-mgr/src/main/java/org/onap/aai/esr/entity/aai/EsrSystemInfoList.java index 535e5db..5adef8e 100644 --- a/esr-mgr/src/main/java/org/onap/aai/esr/entity/aai/EsrSystemInfoList.java +++ b/esr-mgr/src/main/java/org/onap/aai/esr/entity/aai/EsrSystemInfoList.java @@ -17,13 +17,13 @@ package org.onap.aai.esr.entity.aai; public class EsrSystemInfoList { - private EsrSystemInfo esrSystemInfoList; + private EsrSystemInfo esrSystemInfo; - public EsrSystemInfo getEsrSystemInfoList() { - return esrSystemInfoList; + public EsrSystemInfo getEsrSystemInfo() { + return esrSystemInfo; } - public void setEsrSystemInfoList(EsrSystemInfo esrSystemInfoList) { - this.esrSystemInfoList = esrSystemInfoList; + public void setEsrSystemInfo(EsrSystemInfo esrSystemInfo) { + this.esrSystemInfo = esrSystemInfo; } }