Klasse RuntimeInfo

java.lang.Object
io.github.primelib.prometheus4j.model.RuntimeInfo

@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator") public class RuntimeInfo extends Object
RuntimeInfo
  • Felddetails

    • CWD

      protected String CWD
    • GODEBUG

      protected String GODEBUG
    • GOGC

      protected String GOGC
    • GOMAXPROCS

      protected Integer GOMAXPROCS
    • corruptionCount

      protected Long corruptionCount
    • goroutineCount

      protected Integer goroutineCount
    • lastConfigTime

      protected String lastConfigTime
    • reloadConfigSuccess

      protected Boolean reloadConfigSuccess
    • startTime

      protected String startTime
    • storageRetention

      protected String storageRetention
  • Konstruktordetails

  • Methodendetails

    • CWD

      public String CWD()
    • GODEBUG

      public String GODEBUG()
    • GOGC

      public String GOGC()
    • GOMAXPROCS

      public Integer GOMAXPROCS()
    • corruptionCount

      public Long corruptionCount()
    • goroutineCount

      public Integer goroutineCount()
    • lastConfigTime

      public String lastConfigTime()
    • reloadConfigSuccess

      public Boolean reloadConfigSuccess()
    • startTime

      public String startTime()
    • storageRetention

      public String storageRetention()
    • CWD

      public RuntimeInfo CWD(String CWD)
      Gibt zurück:
      this.
    • GODEBUG

      public RuntimeInfo GODEBUG(String GODEBUG)
      Gibt zurück:
      this.
    • GOGC

      public RuntimeInfo GOGC(String GOGC)
      Gibt zurück:
      this.
    • GOMAXPROCS

      public RuntimeInfo GOMAXPROCS(Integer GOMAXPROCS)
      Gibt zurück:
      this.
    • corruptionCount

      public RuntimeInfo corruptionCount(Long corruptionCount)
      Gibt zurück:
      this.
    • goroutineCount

      public RuntimeInfo goroutineCount(Integer goroutineCount)
      Gibt zurück:
      this.
    • lastConfigTime

      public RuntimeInfo lastConfigTime(String lastConfigTime)
      Gibt zurück:
      this.
    • reloadConfigSuccess

      public RuntimeInfo reloadConfigSuccess(Boolean reloadConfigSuccess)
      Gibt zurück:
      this.
    • startTime

      public RuntimeInfo startTime(String startTime)
      Gibt zurück:
      this.
    • storageRetention

      public RuntimeInfo storageRetention(String storageRetention)
      Gibt zurück:
      this.
    • equals

      public boolean equals(Object o)
      Setzt außer Kraft:
      equals in Klasse Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      Setzt außer Kraft:
      hashCode in Klasse Object
    • toString

      public String toString()
      Setzt außer Kraft:
      toString in Klasse Object