aboutsummaryrefslogtreecommitdiffstats
path: root/dcae-controller-service/dcae-controller-service-storage-postgres-model/src/main/xcore-gen/org/openecomp/dcae/controller/service/storage/postgres/service/ContrailController.java
diff options
context:
space:
mode:
Diffstat (limited to 'dcae-controller-service/dcae-controller-service-storage-postgres-model/src/main/xcore-gen/org/openecomp/dcae/controller/service/storage/postgres/service/ContrailController.java')
-rw-r--r--dcae-controller-service/dcae-controller-service-storage-postgres-model/src/main/xcore-gen/org/openecomp/dcae/controller/service/storage/postgres/service/ContrailController.java130
1 files changed, 130 insertions, 0 deletions
diff --git a/dcae-controller-service/dcae-controller-service-storage-postgres-model/src/main/xcore-gen/org/openecomp/dcae/controller/service/storage/postgres/service/ContrailController.java b/dcae-controller-service/dcae-controller-service-storage-postgres-model/src/main/xcore-gen/org/openecomp/dcae/controller/service/storage/postgres/service/ContrailController.java
new file mode 100644
index 0000000..1be6e2d
--- /dev/null
+++ b/dcae-controller-service/dcae-controller-service-storage-postgres-model/src/main/xcore-gen/org/openecomp/dcae/controller/service/storage/postgres/service/ContrailController.java
@@ -0,0 +1,130 @@
+
+/*-
+ * ============LICENSE_START==========================================
+ * OPENECOMP - DCAE
+ * ===================================================================
+ * Copyright (c) 2017 AT&T Intellectual Property. All rights reserved.
+ * ===================================================================
+ * 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.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ * ============LICENSE_END============================================
+ */
+
+/**
+ */
+package org.openecomp.dcae.controller.service.storage.postgres.service;
+
+import org.openecomp.ncomp.core.NamedEntity;
+
+import org.openecomp.ncomp.core.types.metrics.IncreasingULongMetricAttribute;
+
+/**
+ * <!-- begin-user-doc -->
+ * A representation of the model object '<em><b>Contrail Controller</b></em>'.
+ * <!-- end-user-doc -->
+ *
+ * <p>
+ * The following features are supported:
+ * <ul>
+ * <li>{@link org.openecomp.dcae.controller.service.storage.postgres.service.ContrailController#getContailIp <em>Contail Ip</em>}</li>
+ * <li>{@link org.openecomp.dcae.controller.service.storage.postgres.service.ContrailController#getNumberOfRecords <em>Number Of Records</em>}</li>
+ * <li>{@link org.openecomp.dcae.controller.service.storage.postgres.service.ContrailController#getNumberOfErrors <em>Number Of Errors</em>}</li>
+ * </ul>
+ * </p>
+ *
+ * @see org.openecomp.dcae.controller.service.storage.postgres.service.ServicePackage#getContrailController()
+ * @model
+ * @generated
+ */
+public interface ContrailController extends NamedEntity {
+ /**
+ * Returns the value of the '<em><b>Contail Ip</b></em>' attribute.
+ * <!-- begin-user-doc -->
+ * <p>
+ * If the meaning of the '<em>Contail Ip</em>' attribute isn't clear,
+ * there really should be more of a description here...
+ * </p>
+ * <!-- end-user-doc -->
+ * @return the value of the '<em>Contail Ip</em>' attribute.
+ * @see #setContailIp(String)
+ * @see org.openecomp.dcae.controller.service.storage.postgres.service.ServicePackage#getContrailController_ContailIp()
+ * @model unique="false"
+ * annotation="http://openecomp.org type='configuration'"
+ * @generated
+ */
+ String getContailIp();
+
+ /**
+ * Sets the value of the '{@link org.openecomp.dcae.controller.service.storage.postgres.service.ContrailController#getContailIp <em>Contail Ip</em>}' attribute.
+ * <!-- begin-user-doc -->
+ * <!-- end-user-doc -->
+ * @param value the new value of the '<em>Contail Ip</em>' attribute.
+ * @see #getContailIp()
+ * @generated
+ */
+ void setContailIp(String value);
+
+ /**
+ * Returns the value of the '<em><b>Number Of Records</b></em>' attribute.
+ * <!-- begin-user-doc -->
+ * <p>
+ * If the meaning of the '<em>Number Of Records</em>' attribute isn't clear,
+ * there really should be more of a description here...
+ * </p>
+ * <!-- end-user-doc -->
+ * @return the value of the '<em>Number Of Records</em>' attribute.
+ * @see #setNumberOfRecords(IncreasingULongMetricAttribute)
+ * @see org.openecomp.dcae.controller.service.storage.postgres.service.ServicePackage#getContrailController_NumberOfRecords()
+ * @model unique="false" dataType="org.openecomp.ncomp.core.IncreasingULongMetricAttribute"
+ * annotation="http://openecomp.org type='operational'"
+ * @generated
+ */
+ IncreasingULongMetricAttribute getNumberOfRecords();
+
+ /**
+ * Sets the value of the '{@link org.openecomp.dcae.controller.service.storage.postgres.service.ContrailController#getNumberOfRecords <em>Number Of Records</em>}' attribute.
+ * <!-- begin-user-doc -->
+ * <!-- end-user-doc -->
+ * @param value the new value of the '<em>Number Of Records</em>' attribute.
+ * @see #getNumberOfRecords()
+ * @generated
+ */
+ void setNumberOfRecords(IncreasingULongMetricAttribute value);
+
+ /**
+ * Returns the value of the '<em><b>Number Of Errors</b></em>' attribute.
+ * <!-- begin-user-doc -->
+ * <p>
+ * If the meaning of the '<em>Number Of Errors</em>' attribute isn't clear,
+ * there really should be more of a description here...
+ * </p>
+ * <!-- end-user-doc -->
+ * @return the value of the '<em>Number Of Errors</em>' attribute.
+ * @see #setNumberOfErrors(IncreasingULongMetricAttribute)
+ * @see org.openecomp.dcae.controller.service.storage.postgres.service.ServicePackage#getContrailController_NumberOfErrors()
+ * @model unique="false" dataType="org.openecomp.ncomp.core.IncreasingULongMetricAttribute"
+ * annotation="http://openecomp.org type='operational'"
+ * @generated
+ */
+ IncreasingULongMetricAttribute getNumberOfErrors();
+
+ /**
+ * Sets the value of the '{@link org.openecomp.dcae.controller.service.storage.postgres.service.ContrailController#getNumberOfErrors <em>Number Of Errors</em>}' attribute.
+ * <!-- begin-user-doc -->
+ * <!-- end-user-doc -->
+ * @param value the new value of the '<em>Number Of Errors</em>' attribute.
+ * @see #getNumberOfErrors()
+ * @generated
+ */
+ void setNumberOfErrors(IncreasingULongMetricAttribute value);
+
+} // ContrailController