/*- * ============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 java.util.Date; import org.eclipse.emf.ecore.EObject; /** * * A representation of the model object 'Sample'. * * *

* The following features are supported: *

*

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

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

* * @return the value of the 'Counter name' attribute. * @see #setCounter_name(String) * @see org.openecomp.ncomp.openstack.ceilometer.CeilometerPackage#getCeilometerSample_Counter_name() * @model unique="false" * @generated */ String getCounter_name(); /** * Sets the value of the '{@link org.openecomp.ncomp.openstack.ceilometer.CeilometerSample#getCounter_name Counter name}' attribute. * * * @param value the new value of the 'Counter name' attribute. * @see #getCounter_name() * @generated */ void setCounter_name(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#getCeilometerSample_User_id() * @model unique="false" * @generated */ String getUser_id(); /** * Sets the value of the '{@link org.openecomp.ncomp.openstack.ceilometer.CeilometerSample#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 'Resource id' attribute. * *

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

* * @return the value of the 'Resource id' attribute. * @see #setResource_id(String) * @see org.openecomp.ncomp.openstack.ceilometer.CeilometerPackage#getCeilometerSample_Resource_id() * @model unique="false" * @generated */ String getResource_id(); /** * Sets the value of the '{@link org.openecomp.ncomp.openstack.ceilometer.CeilometerSample#getResource_id Resource id}' attribute. * * * @param value the new value of the 'Resource id' attribute. * @see #getResource_id() * @generated */ void setResource_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#getCeilometerSample_Timestamp() * @model unique="false" * @generated */ Date getTimestamp(); /** * Sets the value of the '{@link org.openecomp.ncomp.openstack.ceilometer.CeilometerSample#getTimestamp Timestamp}' attribute. * * * @param value the new value of the 'Timestamp' attribute. * @see #getTimestamp() * @generated */ void setTimestamp(Date value); /** * Returns the value of the 'Recorded at' attribute. * *

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

* * @return the value of the 'Recorded at' attribute. * @see #setRecorded_at(Date) * @see org.openecomp.ncomp.openstack.ceilometer.CeilometerPackage#getCeilometerSample_Recorded_at() * @model unique="false" * @generated */ Date getRecorded_at(); /** * Sets the value of the '{@link org.openecomp.ncomp.openstack.ceilometer.CeilometerSample#getRecorded_at Recorded at}' attribute. * * * @param value the new value of the 'Recorded at' attribute. * @see #getRecorded_at() * @generated */ void setRecorded_at(Date value); /** * Returns the value of the 'Message id' attribute. * *

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

* * @return the value of the 'Message id' attribute. * @see #setMessage_id(String) * @see org.openecomp.ncomp.openstack.ceilometer.CeilometerPackage#getCeilometerSample_Message_id() * @model unique="false" * @generated */ String getMessage_id(); /** * Sets the value of the '{@link org.openecomp.ncomp.openstack.ceilometer.CeilometerSample#getMessage_id Message id}' attribute. * * * @param value the new value of the 'Message id' attribute. * @see #getMessage_id() * @generated */ void setMessage_id(String value); /** * Returns the value of the 'Source' attribute. * *

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

* * @return the value of the 'Source' attribute. * @see #setSource(String) * @see org.openecomp.ncomp.openstack.ceilometer.CeilometerPackage#getCeilometerSample_Source() * @model unique="false" * @generated */ String getSource(); /** * Sets the value of the '{@link org.openecomp.ncomp.openstack.ceilometer.CeilometerSample#getSource Source}' attribute. * * * @param value the new value of the 'Source' attribute. * @see #getSource() * @generated */ void setSource(String value); /** * Returns the value of the 'Counter unit' attribute. * *

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

* * @return the value of the 'Counter unit' attribute. * @see #setCounter_unit(String) * @see org.openecomp.ncomp.openstack.ceilometer.CeilometerPackage#getCeilometerSample_Counter_unit() * @model unique="false" * @generated */ String getCounter_unit(); /** * Sets the value of the '{@link org.openecomp.ncomp.openstack.ceilometer.CeilometerSample#getCounter_unit Counter unit}' attribute. * * * @param value the new value of the 'Counter unit' attribute. * @see #getCounter_unit() * @generated */ void setCounter_unit(String value); /** * Returns the value of the 'Counter volume' attribute. * *

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

* * @return the value of the 'Counter volume' attribute. * @see #setCounter_volume(double) * @see org.openecomp.ncomp.openstack.ceilometer.CeilometerPackage#getCeilometerSample_Counter_volume() * @model unique="false" * @generated */ double getCounter_volume(); /** * Sets the value of the '{@link org.openecomp.ncomp.openstack.ceilometer.CeilometerSample#getCounter_volume Counter volume}' attribute. * * * @param value the new value of the 'Counter volume' attribute. * @see #getCounter_volume() * @generated */ void setCounter_volume(double value); /** * Returns the value of the 'Project id' attribute. * *

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

* * @return the value of the 'Project id' attribute. * @see #setProject_id(String) * @see org.openecomp.ncomp.openstack.ceilometer.CeilometerPackage#getCeilometerSample_Project_id() * @model unique="false" * @generated */ String getProject_id(); /** * Sets the value of the '{@link org.openecomp.ncomp.openstack.ceilometer.CeilometerSample#getProject_id Project id}' attribute. * * * @param value the new value of the 'Project id' attribute. * @see #getProject_id() * @generated */ void setProject_id(String value); } // CeilometerSample