aboutsummaryrefslogtreecommitdiffstats
path: root/appc-client/client-kit/src/main/java/org/onap/appc/client/lcm/model/StopApplicationOutput.java
diff options
context:
space:
mode:
Diffstat (limited to 'appc-client/client-kit/src/main/java/org/onap/appc/client/lcm/model/StopApplicationOutput.java')
-rw-r--r--appc-client/client-kit/src/main/java/org/onap/appc/client/lcm/model/StopApplicationOutput.java8
1 files changed, 4 insertions, 4 deletions
diff --git a/appc-client/client-kit/src/main/java/org/onap/appc/client/lcm/model/StopApplicationOutput.java b/appc-client/client-kit/src/main/java/org/onap/appc/client/lcm/model/StopApplicationOutput.java
index d0193a16d..11c97685c 100644
--- a/appc-client/client-kit/src/main/java/org/onap/appc/client/lcm/model/StopApplicationOutput.java
+++ b/appc-client/client-kit/src/main/java/org/onap/appc/client/lcm/model/StopApplicationOutput.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-07-19T14:31:26.588+05:30",
+ value = {"client-kit/open-api-to-java.ftl"},
+ date = "2017-11-16T17:10:10.44Z",
comments = "Auto-generated from Open API specification")
public class StopApplicationOutput {
@@ -56,14 +56,14 @@ public class StopApplicationOutput {
}
/**
- * 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;