Groovy Documentation

com.ace.mws.metrics
[Groovy] Class MetricType

java.lang.Object
  com.ace.mws.metrics.MetricType

class MetricType

Represents a metric visible and known to Moab Workload Manager.

Authors:
jpratt


Field Summary
private String id

The unique ID of this metric type.

 
Constructor Summary
MetricType()

 
Method Summary
String getId()

The unique ID of this metric type.

void setId(String id)

The unique ID of this metric type.

String toString()

 
Methods inherited from class Object
wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll
 

Field Detail

id

private String id
The unique ID of this metric type.


 
Constructor Detail

MetricType

MetricType()


 
Method Detail

getId

String getId()
The unique ID of this metric type.


setId

void setId(String id)
The unique ID of this metric type.


toString

String toString()


 

Groovy Documentation