/*- * ============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.openecomp.ncomp.core.NamedEntity; import java.util.Date; import org.eclipse.emf.common.util.EList; /** * * A representation of the model object 'Alarm'. * * *

* The following features are supported: *

*

* * @see org.openecomp.ncomp.openstack.ceilometer.CeilometerPackage#getCeilometerAlarm() * @model abstract="true" * @generated */ public interface CeilometerAlarm extends NamedEntity { /** * Returns the value of the 'Id' attribute. * *

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

* * @return the value of the 'Id' attribute. * @see #setId(String) * @see org.openecomp.ncomp.openstack.ceilometer.CeilometerPackage#getCeilometerAlarm_Id() * @model unique="false" * @generated */ String getId(); /** * Sets the value of the '{@link org.openecomp.ncomp.openstack.ceilometer.CeilometerAlarm#getId Id}' attribute. * * * @param value the new value of the 'Id' attribute. * @see #getId() * @generated */ void setId(String value); /** * Returns the value of the 'User id' attribute. * *

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

* * @return the value of the 'User id' attribute. * @see #setUser_id(String) * @see org.openecomp.ncomp.openstack.ceilometer.CeilometerPackage#getCeilometerAlarm_User_id() * @model unique="false" * @generated */ String getUser_id(); /** * Sets the value of the '{@link org.openecomp.ncomp.openstack.ceilometer.CeilometerAlarm#getUser_id User id}' attribute. * * * @param value the new value of the 'User id' attribute. * @see #getUser_id() * @generated */ void setUser_id(String value); /** * Returns the value of the 'Timestamp' attribute. * *

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

* * @return the value of the 'Timestamp' attribute. * @see #setTimestamp(Date) * @see org.openecomp.ncomp.openstack.ceilometer.CeilometerPackage#getCeilometerAlarm_Timestamp() * @model unique="false" * @generated */ Date getTimestamp(); /** * Sets the value of the '{@link org.openecomp.ncomp.openstack.ceilometer.CeilometerAlarm#getTimestamp Timestamp}' attribute. * * * @param value the new value of the 'Timestamp' attribute. * @see #getTimestamp() * @generated */ void setTimestamp(Date value); /** * Returns the value of the 'Enabled' attribute. * *

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

* * @return the value of the 'Enabled' attribute. * @see #setEnabled(Boolean) * @see org.openecomp.ncomp.openstack.ceilometer.CeilometerPackage#getCeilometerAlarm_Enabled() * @model unique="false" * @generated */ Boolean getEnabled(); /** * Sets the value of the '{@link org.openecomp.ncomp.openstack.ceilometer.CeilometerAlarm#getEnabled Enabled}' attribute. * * * @param value the new value of the 'Enabled' attribute. * @see #getEnabled() * @generated */ void setEnabled(Boolean value); /** * Returns the value of the 'State' attribute. * *

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

* * @return the value of the 'State' attribute. * @see #setState(String) * @see org.openecomp.ncomp.openstack.ceilometer.CeilometerPackage#getCeilometerAlarm_State() * @model unique="false" * @generated */ String getState(); /** * Sets the value of the '{@link org.openecomp.ncomp.openstack.ceilometer.CeilometerAlarm#getState State}' attribute. * * * @param value the new value of the 'State' attribute. * @see #getState() * @generated */ void setState(String value); /** * Returns the value of the 'State timestamp' attribute. * *

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

* * @return the value of the 'State timestamp' attribute. * @see #setState_timestamp(Date) * @see org.openecomp.ncomp.openstack.ceilometer.CeilometerPackage#getCeilometerAlarm_State_timestamp() * @model unique="false" * @generated */ Date getState_timestamp(); /** * Sets the value of the '{@link org.openecomp.ncomp.openstack.ceilometer.CeilometerAlarm#getState_timestamp State timestamp}' attribute. * * * @param value the new value of the 'State timestamp' attribute. * @see #getState_timestamp() * @generated */ void setState_timestamp(Date value); /** * Returns the value of the 'Description' attribute. * *

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

* * @return the value of the 'Description' attribute. * @see #setDescription(String) * @see org.openecomp.ncomp.openstack.ceilometer.CeilometerPackage#getCeilometerAlarm_Description() * @model unique="false" * @generated */ String getDescription(); /** * Sets the value of the '{@link org.openecomp.ncomp.openstack.ceilometer.CeilometerAlarm#getDescription Description}' attribute. * * * @param value the new value of the 'Description' attribute. * @see #getDescription() * @generated */ void setDescription(String value); /** * Returns the value of the 'Alarm actions' attribute list. * The list contents are of type {@link java.lang.String}. * *

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

* * @return the value of the 'Alarm actions' attribute list. * @see org.openecomp.ncomp.openstack.ceilometer.CeilometerPackage#getCeilometerAlarm_Alarm_actions() * @model unique="false" * @generated */ EList getAlarm_actions(); /** * Returns the value of the 'Ok actions' attribute list. * The list contents are of type {@link java.lang.String}. * *

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

* * @return the value of the 'Ok actions' attribute list. * @see org.openecomp.ncomp.openstack.ceilometer.CeilometerPackage#getCeilometerAlarm_Ok_actions() * @model unique="false" * @generated */ EList getOk_actions(); /** * Returns the value of the 'Insufficient data actions' attribute list. * The list contents are of type {@link java.lang.String}. * *

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

* * @return the value of the 'Insufficient data actions' attribute list. * @see org.openecomp.ncomp.openstack.ceilometer.CeilometerPackage#getCeilometerAlarm_Insufficient_data_actions() * @model unique="false" * @generated */ EList getInsufficient_data_actions(); /** * Returns the value of the 'Repeat actions' attribute. * *

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

* * @return the value of the 'Repeat actions' attribute. * @see #setRepeat_actions(Boolean) * @see org.openecomp.ncomp.openstack.ceilometer.CeilometerPackage#getCeilometerAlarm_Repeat_actions() * @model unique="false" * @generated */ Boolean getRepeat_actions(); /** * Sets the value of the '{@link org.openecomp.ncomp.openstack.ceilometer.CeilometerAlarm#getRepeat_actions Repeat actions}' attribute. * * * @param value the new value of the 'Repeat actions' attribute. * @see #getRepeat_actions() * @generated */ void setRepeat_actions(Boolean value); /** * Returns the value of the 'Time constraints' attribute list. * The list contents are of type {@link java.lang.String}. * *

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

* * @return the value of the 'Time constraints' attribute list. * @see org.openecomp.ncomp.openstack.ceilometer.CeilometerPackage#getCeilometerAlarm_Time_constraints() * @model unique="false" * @generated */ EList getTime_constraints(); } // CeilometerAlarm