com.hyper9.simdk.stubs.dao
Class DistributedVirtualSwitchPortStatistics

java.lang.Object
  extended by com.hyper9.simdk.stubs.dao.DynamicData
      extended by com.hyper9.simdk.stubs.dao.DistributedVirtualSwitchPortStatistics
All Implemented Interfaces:
Serializable

public class DistributedVirtualSwitchPortStatistics
extends DynamicData

Author:
akutz
See Also:
Serialized Form

Constructor Summary
DistributedVirtualSwitchPortStatistics()
           
 
Method Summary
 Long getBytesInBroadcast()
           
 Long getBytesInMulticast()
           
 Long getBytesInUnicast()
           
 Long getBytesOutBroadcast()
           
 Long getBytesOutMulticast()
           
 Long getBytesOutUnicast()
           
 Long getPacketsInBroadcast()
           
 Long getPacketsInDropped()
           
 Long getPacketsInException()
           
 Long getPacketsInMulticast()
           
 Long getPacketsInUnicast()
           
 Long getPacketsOutBroadcast()
           
 Long getPacketsOutDropped()
           
 Long getPacketsOutException()
           
 Long getPacketsOutMulticast()
           
 Long getPacketsOutUnicast()
           
 void setBytesInBroadcast(Long toSet)
           
 void setBytesInMulticast(Long toSet)
           
 void setBytesInUnicast(Long toSet)
           
 void setBytesOutBroadcast(Long toSet)
           
 void setBytesOutMulticast(Long toSet)
           
 void setBytesOutUnicast(Long toSet)
           
 void setPacketsInBroadcast(Long toSet)
           
 void setPacketsInDropped(Long toSet)
           
 void setPacketsInException(Long toSet)
           
 void setPacketsInMulticast(Long toSet)
           
 void setPacketsInUnicast(Long toSet)
           
 void setPacketsOutBroadcast(Long toSet)
           
 void setPacketsOutDropped(Long toSet)
           
 void setPacketsOutException(Long toSet)
           
 void setPacketsOutMulticast(Long toSet)
           
 void setPacketsOutUnicast(Long toSet)
           
 
Methods inherited from class com.hyper9.simdk.stubs.dao.DynamicData
equals, getDynamicProperty, getDynamicType, getJpaId, getSessionKey, setDynamicProperty, setDynamicType, setJpaId, setSessionKey
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DistributedVirtualSwitchPortStatistics

public DistributedVirtualSwitchPortStatistics()
Method Detail

getPacketsInMulticast

public Long getPacketsInMulticast()

setPacketsInMulticast

public void setPacketsInMulticast(Long toSet)

getPacketsOutMulticast

public Long getPacketsOutMulticast()

setPacketsOutMulticast

public void setPacketsOutMulticast(Long toSet)

getBytesInMulticast

public Long getBytesInMulticast()

setBytesInMulticast

public void setBytesInMulticast(Long toSet)

getBytesOutMulticast

public Long getBytesOutMulticast()

setBytesOutMulticast

public void setBytesOutMulticast(Long toSet)

getPacketsInUnicast

public Long getPacketsInUnicast()

setPacketsInUnicast

public void setPacketsInUnicast(Long toSet)

getPacketsOutUnicast

public Long getPacketsOutUnicast()

setPacketsOutUnicast

public void setPacketsOutUnicast(Long toSet)

getBytesInUnicast

public Long getBytesInUnicast()

setBytesInUnicast

public void setBytesInUnicast(Long toSet)

getBytesOutUnicast

public Long getBytesOutUnicast()

setBytesOutUnicast

public void setBytesOutUnicast(Long toSet)

getPacketsInBroadcast

public Long getPacketsInBroadcast()

setPacketsInBroadcast

public void setPacketsInBroadcast(Long toSet)

getPacketsOutBroadcast

public Long getPacketsOutBroadcast()

setPacketsOutBroadcast

public void setPacketsOutBroadcast(Long toSet)

getBytesInBroadcast

public Long getBytesInBroadcast()

setBytesInBroadcast

public void setBytesInBroadcast(Long toSet)

getBytesOutBroadcast

public Long getBytesOutBroadcast()

setBytesOutBroadcast

public void setBytesOutBroadcast(Long toSet)

getPacketsInDropped

public Long getPacketsInDropped()

setPacketsInDropped

public void setPacketsInDropped(Long toSet)

getPacketsOutDropped

public Long getPacketsOutDropped()

setPacketsOutDropped

public void setPacketsOutDropped(Long toSet)

getPacketsInException

public Long getPacketsInException()

setPacketsInException

public void setPacketsInException(Long toSet)

getPacketsOutException

public Long getPacketsOutException()

setPacketsOutException

public void setPacketsOutException(Long toSet)


Copyright © 2009-2010 Hyper9. All Rights Reserved.