Class BoundsInfo

java.lang.Object
velox.api.layer1.messages.indicators.BoundsInfo

public class BoundsInfo
extends java.lang.Object
  • Field Summary

    Fields 
    Modifier and Type Field Description
    java.lang.Double initialValue
    Value if no data is present If null, 0 is used
    java.lang.Double maxValue
    Can be null to indicate no predetermined maximum value
    java.lang.Double minValue
    Can be null to indicate no predetermined minimum value
  • Constructor Summary

    Constructors 
    Constructor Description
    BoundsInfo​(java.lang.Double initialValue, java.lang.Double minValue, java.lang.Double maxValue)  
  • Method Summary

    Modifier and Type Method Description
    java.lang.String toString()  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Field Details

    • initialValue

      public java.lang.Double initialValue
      Value if no data is present If null, 0 is used
    • minValue

      public java.lang.Double minValue
      Can be null to indicate no predetermined minimum value
    • maxValue

      public java.lang.Double maxValue
      Can be null to indicate no predetermined maximum value
  • Constructor Details

    • BoundsInfo

      public BoundsInfo​(java.lang.Double initialValue, java.lang.Double minValue, java.lang.Double maxValue)
  • Method Details

    • toString

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