Class DebugSetting


  • public class DebugSetting
    extends Object
    The DebugSetting model.
    • Constructor Detail

      • DebugSetting

        public DebugSetting()
    • Method Detail

      • detailLevel

        public String detailLevel()
        Get the detailLevel value.
        Returns:
        the detailLevel value
      • withDetailLevel

        public DebugSetting withDetailLevel​(String detailLevel)
        Set the detailLevel value.
        Parameters:
        detailLevel - the detailLevel value to set
        Returns:
        the DebugSetting object itself.