NonRT-RIC A1 Northbound API
[nonrtric.git] / sdnc-a1-controller / oam / SdncReports / SdncReportsDao / src / main / java / com / onap / sdnc / reports / rest / model / JSONTags.java
1 /*
2 * ============LICENSE_START=======================================================
3 * ONAP : SDNC-FEATURES
4 * ================================================================================
5 * Copyright 2018 TechMahindra
6 *=================================================================================
7 * Licensed under the Apache License, Version 2.0 (the "License");
8 * you may not use this file except in compliance with the License.
9 * You may obtain a copy of the License at
10 *
11 *     http://www.apache.org/licenses/LICENSE-2.0
12 *
13 * Unless required by applicable law or agreed to in writing, software
14 * distributed under the License is distributed on an "AS IS" BASIS,
15 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
16 * See the License for the specific language governing permissions and
17 * limitations under the License.
18 * ============LICENSE_END=========================================================
19 */
20 package com.onap.sdnc.reports.rest.model;
21
22 public class JSONTags {
23
24         public static final String TAG_REQUEST_FNAME = "first_name";
25         public static final String TAG_REQUEST_MNAME = "middle_name";
26         public static final String TAG_STATUS_SUCCESS = "success";
27         public static final String TAG_RESPONSE_STATUS = "status";
28         public static final String TAG_REQUEST_FROM = "request_from";
29         public static final String TAG_REQUEST_ID = "request_id";
30         public static final String TAG_RESPONSE_DETAIL = "response_detail";
31         public static final String TAG_RESPONSE_BODY = "response_body";
32         public static final String TAG_REQUEST_BODY = "request_body";
33         public static final String TAG_RESPONSE_MESSAGE = "request";
34         public static final String TAG_ERROR_CODE = "error_code";
35         public static final String TAG_ERROR_CODE_SUCCESS = "100";
36         
37         
38         public static final String TAG_ROUTER = "router";
39         public static final String TAG_IPSLA = "ipsla";
40         public static final String TAG_OSPF = "ospf";
41         public static final String TAG_DATE = "date";
42         public static final String TAG_COS_ENTRY_NUMBER = "cos-entry-number";
43         public static final String TAG_DESTINATION_ADDRESS = "destination-address";
44         public static final String TAG_SOURCE_ADDRESS = "source-address";
45         public static final String TAG_CUSTOMER_NAME = "customer-name";
46         public static final String TAG_PROTOCOL_NAME = "protocol-name";
47         
48         public static final String TAG_AS_NUMBER = "as-number";
49         public static final String TAG_ROUTER_ID = "router-id";
50         public static final String TAG_PEER_IP = "peer-ip";
51         
52         public static final String TAG_PROCESS_ID = "process-id";
53         
54
55 }