COSMOS ${releaseVersion} data-collection Project
Public API Specification

org.eclipse.cosmos.dc.sample.components.sink.cbe.wrapper
Class CBECountBySeverity

java.lang.Object
  extended by org.eclipse.cosmos.dc.sample.components.sink.cbe.wrapper.CBECountBySeverity

public class CBECountBySeverity
extends java.lang.Object


Constructor Summary
CBECountBySeverity()
           
 
Method Summary
 java.lang.String getComponent()
           
 int getCount()
           
 short getSeverity()
           
 void setComponent(java.lang.String component)
           
 void setCount(int count)
           
 void setSeverity(short severity)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CBECountBySeverity

public CBECountBySeverity()
Method Detail

getComponent

public java.lang.String getComponent()

setComponent

public void setComponent(java.lang.String component)

getSeverity

public short getSeverity()

setSeverity

public void setSeverity(short severity)

getCount

public int getCount()

setCount

public void setCount(int count)

COSMOS ${releaseVersion} data-collection Project
Public API Specification