/*- * ============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.ncomp.openstack.ceilometer; import org.eclipse.emf.common.util.EList; import org.eclipse.emf.ecore.EObject; /** * * A representation of the model object 'Threshold Alarm Rule'. * * *

* The following features are supported: *

*

* * @see org.openecomp.ncomp.openstack.ceilometer.CeilometerPackage#getCeilometerThresholdAlarmRule() * @model * @generated */ public interface CeilometerThresholdAlarmRule extends EObject { /** * Returns the value of the 'Meter name' attribute. * *

* If the meaning of the 'Meter name' attribute isn't clear, * there really should be more of a description here... *

* * @return the value of the 'Meter name' attribute. * @see #setMeter_name(String) * @see org.openecomp.ncomp.openstack.ceilometer.CeilometerPackage#getCeilometerThresholdAlarmRule_Meter_name() * @model unique="false" * @generated */ String getMeter_name(); /** * Sets the value of the '{@link org.openecomp.ncomp.openstack.ceilometer.CeilometerThresholdAlarmRule#getMeter_name Meter name}' attribute. * * * @param value the new value of the 'Meter name' attribute. * @see #getMeter_name() * @generated */ void setMeter_name(String value); /** * Returns the value of the 'Evaluation periods' attribute. * *

* If the meaning of the 'Evaluation periods' attribute isn't clear, * there really should be more of a description here... *

* * @return the value of the 'Evaluation periods' attribute. * @see #setEvaluation_periods(Long) * @see org.openecomp.ncomp.openstack.ceilometer.CeilometerPackage#getCeilometerThresholdAlarmRule_Evaluation_periods() * @model unique="false" * @generated */ Long getEvaluation_periods(); /** * Sets the value of the '{@link org.openecomp.ncomp.openstack.ceilometer.CeilometerThresholdAlarmRule#getEvaluation_periods Evaluation periods}' attribute. * * * @param value the new value of the 'Evaluation periods' attribute. * @see #getEvaluation_periods() * @generated */ void setEvaluation_periods(Long value); /** * Returns the value of the 'Period' attribute. * *

* If the meaning of the 'Period' attribute isn't clear, * there really should be more of a description here... *

* * @return the value of the 'Period' attribute. * @see #setPeriod(Long) * @see org.openecomp.ncomp.openstack.ceilometer.CeilometerPackage#getCeilometerThresholdAlarmRule_Period() * @model unique="false" * @generated */ Long getPeriod(); /** * Sets the value of the '{@link org.openecomp.ncomp.openstack.ceilometer.CeilometerThresholdAlarmRule#getPeriod Period}' attribute. * * * @param value the new value of the 'Period' attribute. * @see #getPeriod() * @generated */ void setPeriod(Long value); /** * Returns the value of the 'Statistic' attribute. * *

* If the meaning of the 'Statistic' attribute isn't clear, * there really should be more of a description here... *

* * @return the value of the 'Statistic' attribute. * @see #setStatistic(String) * @see org.openecomp.ncomp.openstack.ceilometer.CeilometerPackage#getCeilometerThresholdAlarmRule_Statistic() * @model unique="false" * @generated */ String getStatistic(); /** * Sets the value of the '{@link org.openecomp.ncomp.openstack.ceilometer.CeilometerThresholdAlarmRule#getStatistic Statistic}' attribute. * * * @param value the new value of the 'Statistic' attribute. * @see #getStatistic() * @generated */ void setStatistic(String value); /** * Returns the value of the 'Threshold' attribute. * *

* If the meaning of the 'Threshold' attribute isn't clear, * there really should be more of a description here... *

* * @return the value of the 'Threshold' attribute. * @see #setThreshold(double) * @see org.openecomp.ncomp.openstack.ceilometer.CeilometerPackage#getCeilometerThresholdAlarmRule_Threshold() * @model unique="false" * @generated */ double getThreshold(); /** * Sets the value of the '{@link org.openecomp.ncomp.openstack.ceilometer.CeilometerThresholdAlarmRule#getThreshold Threshold}' attribute. * * * @param value the new value of the 'Threshold' attribute. * @see #getThreshold() * @generated */ void setThreshold(double value); /** * Returns the value of the 'Query' attribute list. * The list contents are of type {@link java.lang.String}. * *

* If the meaning of the 'Query' attribute list isn't clear, * there really should be more of a description here... *

* * @return the value of the 'Query' attribute list. * @see org.openecomp.ncomp.openstack.ceilometer.CeilometerPackage#getCeilometerThresholdAlarmRule_Query() * @model unique="false" * @generated */ EList getQuery(); /** * Returns the value of the 'Comparison operator' attribute. * *

* If the meaning of the 'Comparison operator' attribute isn't clear, * there really should be more of a description here... *

* * @return the value of the 'Comparison operator' attribute. * @see #setComparison_operator(String) * @see org.openecomp.ncomp.openstack.ceilometer.CeilometerPackage#getCeilometerThresholdAlarmRule_Comparison_operator() * @model unique="false" * @generated */ String getComparison_operator(); /** * Sets the value of the '{@link org.openecomp.ncomp.openstack.ceilometer.CeilometerThresholdAlarmRule#getComparison_operator Comparison operator}' attribute. * * * @param value the new value of the 'Comparison operator' attribute. * @see #getComparison_operator() * @generated */ void setComparison_operator(String value); /** * Returns the value of the 'Exclude outliers' attribute. * *

* If the meaning of the 'Exclude outliers' attribute isn't clear, * there really should be more of a description here... *

* * @return the value of the 'Exclude outliers' attribute. * @see #setExclude_outliers(Boolean) * @see org.openecomp.ncomp.openstack.ceilometer.CeilometerPackage#getCeilometerThresholdAlarmRule_Exclude_outliers() * @model unique="false" * @generated */ Boolean getExclude_outliers(); /** * Sets the value of the '{@link org.openecomp.ncomp.openstack.ceilometer.CeilometerThresholdAlarmRule#getExclude_outliers Exclude outliers}' attribute. * * * @param value the new value of the 'Exclude outliers' attribute. * @see #getExclude_outliers() * @generated */ void setExclude_outliers(Boolean value); } // CeilometerThresholdAlarmRule