org.gcube.application.aquamaps.ecomodelling.generators.connectors
Class RemoteHspecOutputObject.Metric

java.lang.Object
  extended by org.gcube.application.aquamaps.ecomodelling.generators.connectors.RemoteHspecOutputObject.Metric
Enclosing class:
RemoteHspecOutputObject

public class RemoteHspecOutputObject.Metric
extends java.lang.Object


Field Summary
 double activityvalue
           
 java.util.List<SingleResource> load
           
 int processedspecies
           
 Resources resources
           
 java.util.List<java.lang.Long> throughput
           
 long timestamp
           
 
Constructor Summary
RemoteHspecOutputObject.Metric()
           
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

timestamp

public long timestamp

activityvalue

public double activityvalue

processedspecies

public int processedspecies

resources

public Resources resources

load

public java.util.List<SingleResource> load

throughput

public java.util.List<java.lang.Long> throughput
Constructor Detail

RemoteHspecOutputObject.Metric

public RemoteHspecOutputObject.Metric()
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object