Modify emsdriver Code
[vfc/nfvo/driver/ems.git] / ems / boco / src / main / java / org / onap / vfc / nfvo / emsdriver / commons / model / CrontabVo.java
index e76b039..66fbede 100644 (file)
@@ -114,6 +114,13 @@ public class CrontabVo {
        public void setRead_timeout(String read_timeout) {
                this.read_timeout = read_timeout;
        }
+
+       @Override
+       public String toString() {
+               return "CrontabVo [type=" + type + ", crontab=" + crontab + ", match="
+                               + match + ", granularity=" + granularity + ", iscollect="
+                               + iscollect + ", read_timeout=" + read_timeout + "]";
+       }