Class WorkerLoadData

java.lang.Object
org.teamapps.ux.component.webrtc.apiclient.WorkerLoadData

public class WorkerLoadData
extends java.lang.Object
  • Constructor Summary

    Constructors
    Constructor Description
    WorkerLoadData()  
    WorkerLoadData​(double currentLoad)  
  • Method Summary

    Modifier and Type Method Description
    double getCurrentLoad()  
    void setCurrentLoad​(double currentLoad)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • WorkerLoadData

      public WorkerLoadData​(double currentLoad)
    • WorkerLoadData

      public WorkerLoadData()
  • Method Details

    • getCurrentLoad

      public double getCurrentLoad()
    • setCurrentLoad

      public void setCurrentLoad​(double currentLoad)