X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;ds=sidebyside;f=enrichment-coordinator-service%2Fsrc%2Fmain%2Fjava%2Forg%2Foransc%2Fenrichment%2Fcontrollers%2Fproducer%2FProducerConsts.java;h=3d37267b7ba40fda3912a23c035a054b28b2696d;hb=c5ea745a563f8bae0c0c3de3649a943e167f01cc;hp=9e56197fe5b9fba749df188417f075db8787adc9;hpb=5d97a401dc1e26f64ad57daab90f924da9c12c64;p=nonrtric.git diff --git a/enrichment-coordinator-service/src/main/java/org/oransc/enrichment/controllers/producer/ProducerConsts.java b/enrichment-coordinator-service/src/main/java/org/oransc/enrichment/controllers/producer/ProducerConsts.java index 9e56197f..3d37267b 100644 --- a/enrichment-coordinator-service/src/main/java/org/oransc/enrichment/controllers/producer/ProducerConsts.java +++ b/enrichment-coordinator-service/src/main/java/org/oransc/enrichment/controllers/producer/ProducerConsts.java @@ -1,9 +1,9 @@ /*- * ========================LICENSE_START================================= - * ONAP : ccsdk oran - * ====================================================================== - * Copyright (C) 2020 Nordix Foundation. All rights reserved. - * ====================================================================== + * O-RAN-SC + * %% + * Copyright (C) 2020 Nordix Foundation + * %% * 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 @@ -23,7 +23,11 @@ package org.oransc.enrichment.controllers.producer; public class ProducerConsts { public static final String API_ROOT = "/ei-producer/v1"; - public static final String PRODUCER_API_NAME = "Enrichment Data Producer API"; + public static final String PRODUCER_API_NAME = "Data producer (registration)"; + public static final String PRODUCER_API_DESCRIPTION = "API for data producers"; + + public static final String PRODUCER_API_CALLBACKS_NAME = "Data producer (callbacks)"; + public static final String PRODUCER_API_CALLBACKS_DESCRIPTION = "API implemented by data producers"; private ProducerConsts() { }