X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=appc-client%2Fclient-kit%2Fsrc%2Fmain%2Fjava%2Forg%2Fonap%2Fappc%2Fclient%2Flcm%2Fmodel%2FConfigBackupDeleteOutput.java;h=cdadf15ae09e4186ddbe14cea2a4f98db06ce1a5;hb=3d77400558365d716f567248d189a474d0bc8fae;hp=730240276c451fa19d23015e94df87828169fb42;hpb=f0dad13dd1b44a7aa8720af48f479e36f7dcd886;p=appc.git diff --git a/appc-client/client-kit/src/main/java/org/onap/appc/client/lcm/model/ConfigBackupDeleteOutput.java b/appc-client/client-kit/src/main/java/org/onap/appc/client/lcm/model/ConfigBackupDeleteOutput.java index 730240276..cdadf15ae 100644 --- a/appc-client/client-kit/src/main/java/org/onap/appc/client/lcm/model/ConfigBackupDeleteOutput.java +++ b/appc-client/client-kit/src/main/java/org/onap/appc/client/lcm/model/ConfigBackupDeleteOutput.java @@ -30,8 +30,8 @@ package org.onap.appc.client.lcm.model; import com.fasterxml.jackson.annotation.JsonProperty; @javax.annotation.Generated( - value = {"templates/client-kit/open-api-to-java.ftl"}, - date = "2017-05-04T20:09:01.537+05:30", + value = {"client-kit/open-api-to-java.ftl"}, + date = "2017-11-16T17:10:10.355Z", comments = "Auto-generated from Open API specification") public class ConfigBackupDeleteOutput { @@ -59,14 +59,14 @@ public class ConfigBackupDeleteOutput { } /** - * The specific response codes are to be aligned with ASDC reference doc (main table removed to avoid duplication and digression from main table). See ASDC and ECOMP Distribution Consumer Interface Agreement + * The specific response codes are to be aligned with SDC reference doc (main table removed to avoid duplication and digression from main table). See SDC and ECOMP Distribution Consumer Interface Agreement */ public Status getStatus() { return status; } /** - * The specific response codes are to be aligned with ASDC reference doc (main table removed to avoid duplication and digression from main table). See ASDC and ECOMP Distribution Consumer Interface Agreement + * The specific response codes are to be aligned with SDC reference doc (main table removed to avoid duplication and digression from main table). See SDC and ECOMP Distribution Consumer Interface Agreement */ public void setStatus(Status status) { this.status = status;