X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=models-interactions%2Fmodel-impl%2Fsdnr%2Fsrc%2Fmain%2Fjava%2Forg%2Fonap%2Fpolicy%2Fsdnr%2FPciResponse.java;h=b9b8f9b44866f89dd944a6b29dde964eed547714;hb=2d99454e725df9f0f74572ac10de2b97f7e84c55;hp=3cb4e8af6c07fc9767a327e0d712d8cea01cc149;hpb=fbed360c0acdc127fdf56a99401c1aea691ce57e;p=policy%2Fmodels.git diff --git a/models-interactions/model-impl/sdnr/src/main/java/org/onap/policy/sdnr/PciResponse.java b/models-interactions/model-impl/sdnr/src/main/java/org/onap/policy/sdnr/PciResponse.java index 3cb4e8af6..b9b8f9b44 100644 --- a/models-interactions/model-impl/sdnr/src/main/java/org/onap/policy/sdnr/PciResponse.java +++ b/models-interactions/model-impl/sdnr/src/main/java/org/onap/policy/sdnr/PciResponse.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. @@ -45,7 +45,7 @@ public class PciResponse implements Serializable { /** * Constructs a response using the common header of the request since they will * be the same. - * + * * @param request * an sdnr Pci request object specified by the Pci api guide */ @@ -56,7 +56,7 @@ public class PciResponse implements Serializable { /** * Get the common header. - * + * * @return the commonHeader */ public PciCommonHeader getCommonHeader() { @@ -65,7 +65,7 @@ public class PciResponse implements Serializable { /** * Set the common header. - * + * * @param commonHeader * the commonHeader to set */ @@ -75,7 +75,7 @@ public class PciResponse implements Serializable { /** * Get the status. - * + * * @return the status */ public Status getStatus() { @@ -84,7 +84,7 @@ public class PciResponse implements Serializable { /** * Set the status. - * + * * @param status * the status to set */ @@ -94,7 +94,7 @@ public class PciResponse implements Serializable { /** * Get the payload. - * + * * @return the payload */