Klasse RestInterfaceStatus

java.lang.Object
de.dlr.proseo.api.cadipmon.rest.model.RestInterfaceStatus
Alle implementierten Schnittstellen:
Serializable

public class RestInterfaceStatus extends Object implements Serializable
Siehe auch:
  • Felddetails

    • serialVersionUID

      static final long serialVersionUID
      Siehe auch:
    • id

      protected String id
      Interface identifier
    • available

      protected Boolean available
      Flag indicating whether the interface endpoint is reachable
    • performance

      protected Double performance
      Latest download performance in MiB/s
  • Konstruktordetails

    • RestInterfaceStatus

      public RestInterfaceStatus()
      Creates a new RestInterfaceStatus.
    • RestInterfaceStatus

      public RestInterfaceStatus(String id, Boolean available, Double performance)
      Creates a new RestInterfaceStatus.
  • Methodendetails

    • getId

      @NotNull public @NotNull String getId()
      Returns the id.
      Gibt zurück:
      id
    • setId

      public void setId(String id)
      Set the id.
      Parameter:
      id - the new id
    • getAvailable

      @NotNull public @NotNull Boolean getAvailable()
      Returns the available.
      Gibt zurück:
      available
    • setAvailable

      public void setAvailable(Boolean available)
      Set the available.
      Parameter:
      available - the new available
    • getPerformance

      @NotNull public @NotNull Double getPerformance()
      Returns the performance.
      Gibt zurück:
      performance
    • setPerformance

      public void setPerformance(Double performance)
      Set the performance.
      Parameter:
      performance - the new performance
    • hashCode

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

      public boolean equals(Object other)
      Setzt außer Kraft:
      equals in Klasse Object
    • toString

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