Class CeilometerMeter
- java.lang.Object
-
- org.openstack4j.openstack.telemetry.domain.CeilometerMeter
-
- All Implemented Interfaces:
Serializable,ModelEntity,Meter
public class CeilometerMeter extends Object implements Meter
A Meter is a category of Measurement- Author:
- Jeremy Unruh
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.openstack4j.model.telemetry.Meter
Meter.Type
-
-
Constructor Summary
Constructors Constructor Description CeilometerMeter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetId()StringgetName()StringgetProjectId()StringgetResourceId()Meter.TypegetType()StringgetUnit()StringgetUserId()StringtoString()
-
-
-
Method Detail
-
getId
public String getId()
-
getName
public String getName()
-
getResourceId
public String getResourceId()
- Specified by:
getResourceIdin interfaceMeter- Returns:
- the ID of the Resource for which the measurements are taken
-
getProjectId
public String getProjectId()
- Specified by:
getProjectIdin interfaceMeter- Returns:
- the ID of the project/tenant that owns the resource
-
getType
public Meter.Type getType()
-
getUnit
public String getUnit()
-
getUserId
public String getUserId()
-
-