Class AppFeaturesTelemetry

java.lang.Object
io.metaloom.qdrant.client.http.model.telemetry.AppFeaturesTelemetry
All Implemented Interfaces:
RestModel

public class AppFeaturesTelemetry extends Object implements RestModel
  • Constructor Details

    • AppFeaturesTelemetry

      public AppFeaturesTelemetry()
  • Method Details

    • isDebug

      public boolean isDebug()
    • setDebug

      public AppFeaturesTelemetry setDebug(boolean debug)
    • isServiceDebugFeature

      public boolean isServiceDebugFeature()
    • setServiceDebugFeature

      public AppFeaturesTelemetry setServiceDebugFeature(boolean serviceDebugFeature)
    • isWebFeature

      public boolean isWebFeature()
    • setWebFeature

      public AppFeaturesTelemetry setWebFeature(boolean webFeature)