クラス DiskSpaceHealthIndicatorProperties

java.lang.ObjectSE
org.springframework.boot.health.autoconfigure.application.DiskSpaceHealthIndicatorProperties

@ConfigurationProperties("management.health.diskspace") public class DiskSpaceHealthIndicatorProperties extends ObjectSE
導入:
4.0.0
作成者:
Andy Wilkinson, Stephane Nicoll
  • コンストラクターの詳細

    • DiskSpaceHealthIndicatorProperties

      public DiskSpaceHealthIndicatorProperties()
  • 方法の詳細

    • getPath

      public FileSE getPath()
    • setPath

      public void setPath(FileSE path)
    • getThreshold

      public DataSize getThreshold()
    • setThreshold

      public void setThreshold(DataSize threshold)