Class DtoSegmentFloatValue

java.lang.Object
com.vernaio.aivis.engine.v2.base.sdk.dto.DtoSegmentFloatValue
All Implemented Interfaces:
IDtoSegmentFloatValue

public class DtoSegmentFloatValue extends Object implements IDtoSegmentFloatValue
Tuple containing an ID and a float value.
  • Constructor Details

    • DtoSegmentFloatValue

      public DtoSegmentFloatValue(long segmentId, double value)
  • Method Details