net.anotheria.moskito.central
Class SnapshotMetaData

java.lang.Object
  extended by net.anotheria.moskito.central.SnapshotMetaData
All Implemented Interfaces:
Serializable

public class SnapshotMetaData
extends Object
implements Serializable

Contains meta data about the snapshot like producerId, creation timestamp and so on.

Since:
20.03.13 14:07
Author:
lrosenberg
See Also:
Serialized Form

Constructor Summary
SnapshotMetaData()
          Default constructor.
 
Method Summary
 long getArrivalTimestamp()
           
 String getCategory()
           
 String getComponentName()
           
 long getCreationTimestamp()
           
 String getHostName()
           
 String getIntervalName()
           
 String getProducerId()
           
 String getStatClassName()
           
 String getSubsystem()
           
 void setArrivalTimestamp(long arrivalTimestamp)
           
 void setCategory(String category)
           
 void setComponentName(String componentName)
           
 void setCreationTimestamp(long creationTimestamp)
           
 void setHostName(String hostName)
           
 void setIntervalName(String intervalName)
           
 void setProducerId(String producerId)
           
 void setStatClassName(String statClassName)
           
 void setSubsystem(String subsystem)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SnapshotMetaData

public SnapshotMetaData()
Default constructor.

Method Detail

getProducerId

public String getProducerId()

setProducerId

public void setProducerId(String producerId)

getComponentName

public String getComponentName()

setComponentName

public void setComponentName(String componentName)

getHostName

public String getHostName()

setHostName

public void setHostName(String hostName)

getIntervalName

public String getIntervalName()

setIntervalName

public void setIntervalName(String intervalName)

getCreationTimestamp

public long getCreationTimestamp()

setCreationTimestamp

public void setCreationTimestamp(long creationTimestamp)

getArrivalTimestamp

public long getArrivalTimestamp()

setArrivalTimestamp

public void setArrivalTimestamp(long arrivalTimestamp)

getCategory

public String getCategory()

setCategory

public void setCategory(String category)

getSubsystem

public String getSubsystem()

setSubsystem

public void setSubsystem(String subsystem)

getStatClassName

public String getStatClassName()

setStatClassName

public void setStatClassName(String statClassName)

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2010-2013 anotheria.net. All Rights Reserved.