Class Sample
- java.lang.Object
-
- com.woorea.openstack.ceilometer.v2.model.Sample
-
public class Sample extends Object
-
-
Constructor Summary
Constructors Constructor Description Sample()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetCounterName()StringgetCounterType()StringgetCounterUnit()StringgetCounterVolume()StringgetMessage()Map<String,Object>getMetadata()StringgetProject()StringgetResource()StringgetSource()StringgetTimestamp()StringgetUser()StringtoString()
-
-
-
Method Detail
-
getCounterType
public String getCounterType()
-
getCounterName
public String getCounterName()
-
getCounterUnit
public String getCounterUnit()
-
getCounterVolume
public String getCounterVolume()
-
getSource
public String getSource()
-
getProject
public String getProject()
-
getUser
public String getUser()
-
getResource
public String getResource()
-
getTimestamp
public String getTimestamp()
-
getMessage
public String getMessage()
-
-