org.gcube.informationsystem.glitebridge.resource.status
Class Service

java.lang.Object
  extended by org.gcube.informationsystem.glitebridge.resource.status.Service

public class Service
extends java.lang.Object

Author:
Luca Frosini (ISTI-CNR)

Constructor Summary
Service()
           
 
Method Summary
 java.lang.String getEndpoint()
           
 java.util.List<MetricGroup> getMetricGroups()
           
 java.lang.String getType()
           
 void setEndpoint(java.lang.String endpoint)
           
 void setMetricGroups(java.util.List<MetricGroup> metricGroups)
           
 void setType(java.lang.String type)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Service

public Service()
Method Detail

getEndpoint

public java.lang.String getEndpoint()
Returns:
Endpoint

setEndpoint

public void setEndpoint(java.lang.String endpoint)
Parameters:
endpoint - Endpoint

getType

public java.lang.String getType()
Returns:
Type

setType

public void setType(java.lang.String type)
Parameters:
type - Type

getMetricGroups

public java.util.List<MetricGroup> getMetricGroups()
Returns:
List of MetricGroup

setMetricGroups

public void setMetricGroups(java.util.List<MetricGroup> metricGroups)
Parameters:
metricGroups - List of MetricGroup