Class GaugeBinaryDto.GaugeItemBinaryDto

java.lang.Object
io.datarouter.binarydto.dto.BaseBinaryDto<T>
io.datarouter.binarydto.dto.BinaryDto<GaugeBinaryDto.GaugeItemBinaryDto>
io.datarouter.metric.dto.GaugeBinaryDto.GaugeItemBinaryDto
Enclosing class:
GaugeBinaryDto

public static class GaugeBinaryDto.GaugeItemBinaryDto extends io.datarouter.binarydto.dto.BinaryDto<GaugeBinaryDto.GaugeItemBinaryDto>
  • Nested Class Summary

    Nested classes/interfaces inherited from class io.datarouter.binarydto.dto.BaseBinaryDto

    io.datarouter.binarydto.dto.BaseBinaryDto.FieldNameAndValue
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    final String
     
    final String
     
    final Long
     
  • Constructor Summary

    Constructors
    Constructor
    Description
    GaugeItemBinaryDto(io.datarouter.instrumentation.gauge.GaugeDto gaugeDto)
     
    GaugeItemBinaryDto(String name, String ulid, Long value)
     
  • Method Summary

    Methods inherited from class io.datarouter.binarydto.dto.BinaryDto

    getFieldsOrdered

    Methods inherited from class io.datarouter.binarydto.dto.BaseBinaryDto

    cloneIndexed, encodeIndexed, equals, getFieldValuesArray, hashCode, indexedCodec, scanFieldNames, scanFieldNamesAndValues, scanFieldValues, toString

    Methods inherited from class java.lang.Object

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

    • name

      public final String name
    • ulid

      public final String ulid
    • value

      public final Long value
  • Constructor Details

    • GaugeItemBinaryDto

      public GaugeItemBinaryDto(String name, String ulid, Long value)
    • GaugeItemBinaryDto

      public GaugeItemBinaryDto(io.datarouter.instrumentation.gauge.GaugeDto gaugeDto)