2 * Copyright © 2017-2018 AT&T Intellectual Property.
\r
4 * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except
\r
5 * in compliance with the License. You may obtain a copy of the License at
\r
7 * http://www.apache.org/licenses/LICENSE-2.0
\r
9 * Unless required by applicable law or agreed to in writing, software distributed under the License
\r
10 * is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express
\r
11 * or implied. See the License for the specific language governing permissions and limitations under
\r
15 package org.onap.ccsdk.config.assignment;
\r
17 @SuppressWarnings("squid:S1118")
\r
18 public class ConfigAssignmentConstants {
\r
20 public static final String OUTPUT_PARAM_STATUS = "status";
\r
21 public static final String OUTPUT_PARAM_RESOURCE_ASSIGNMENT_PARAMS = "resource-assignment-params";
\r
22 public static final String OUTPUT_PARAM_MASHED_DATA = "mashed-data";
\r
23 public static final String OUTPUT_PARAM_ERROR_MESSAGE = "error-message";
\r
24 public static final String OUTPUT_STATUS_SUCCESS = "success";
\r
25 public static final String OUTPUT_STATUS_FAILURE = "failure";
\r
27 public static final String INPUT_PARAM_REQUEST_ID = "request-id";
\r
28 public static final String INPUT_PARAM_RESOURCE_ID = "resource-id";
\r
29 public static final String INPUT_PARAM_RESOURCE_TYPE = "resource-type";
\r
30 public static final String INPUT_PARAM_ACTION_NAME = "action-name";
\r
31 public static final String INPUT_PARAM_TEMPLATE_NAMES = "template-names";
\r
32 public static final String INPUT_PARAM_INPUT_DATA = "input-data";
\r