X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=models-interactions%2Fmodel-impl%2Fappclcm%2Fsrc%2Fmain%2Fjava%2Forg%2Fonap%2Fpolicy%2Fappclcm%2FLcmResponse.java;h=ac214aa750b1165d96094a1df59299b322a90c2b;hb=2d99454e725df9f0f74572ac10de2b97f7e84c55;hp=e40e5e4b17b15ddf94729320f1f0885dab09092f;hpb=fbed360c0acdc127fdf56a99401c1aea691ce57e;p=policy%2Fmodels.git diff --git a/models-interactions/model-impl/appclcm/src/main/java/org/onap/policy/appclcm/LcmResponse.java b/models-interactions/model-impl/appclcm/src/main/java/org/onap/policy/appclcm/LcmResponse.java index e40e5e4b1..ac214aa75 100644 --- a/models-interactions/model-impl/appclcm/src/main/java/org/onap/policy/appclcm/LcmResponse.java +++ b/models-interactions/model-impl/appclcm/src/main/java/org/onap/policy/appclcm/LcmResponse.java @@ -8,9 +8,9 @@ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. @@ -44,7 +44,7 @@ public class LcmResponse implements Serializable { /** * Constructs a response using the common header of the request since they will be the same. - * + * * @param request an appc lcm request object specified by the lcm api guide */ public LcmResponse(LcmRequest request) { @@ -57,7 +57,7 @@ public class LcmResponse implements Serializable { /** * Get the common header. - * + * * @return the commonHeader */ public LcmCommonHeader getCommonHeader() { @@ -66,7 +66,7 @@ public class LcmResponse implements Serializable { /** * Set the common header. - * + * * @param commonHeader the commonHeader to set */ public void setCommonHeader(LcmCommonHeader commonHeader) { @@ -75,7 +75,7 @@ public class LcmResponse implements Serializable { /** * Get the status. - * + * * @return the status */ public LcmResponseStatus getStatus() { @@ -84,7 +84,7 @@ public class LcmResponse implements Serializable { /** * Set the status. - * + * * @param status the status to set */ public void setStatus(LcmResponseStatus status) { @@ -93,7 +93,7 @@ public class LcmResponse implements Serializable { /** * Get the payload. - * + * * @return the payload */ public String getPayload() { @@ -102,7 +102,7 @@ public class LcmResponse implements Serializable { /** * Set the payload. - * + * * @param payload the payload to set */ public void setPayload(String payload) {