Klasse RestInterfaceStatus
java.lang.Object
de.dlr.proseo.api.cadipmon.rest.model.RestInterfaceStatus
- Alle implementierten Schnittstellen:
Serializable
- Siehe auch:
-
Feldübersicht
Felder -
Konstruktorübersicht
KonstruktorenKonstruktorBeschreibungCreates a new RestInterfaceStatus.RestInterfaceStatus
(String id, Boolean available, Double performance) Creates a new RestInterfaceStatus. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungboolean
@NotNull Boolean
Returns the available.@NotNull String
getId()
Returns the id.@NotNull Double
Returns the performance.int
hashCode()
void
setAvailable
(Boolean available) Set the available.void
Set the id.void
setPerformance
(Double performance) Set the performance.toString()
-
Felddetails
-
serialVersionUID
static final long serialVersionUID- Siehe auch:
-
id
Interface identifier -
available
Flag indicating whether the interface endpoint is reachable -
performance
Latest download performance in MiB/s
-
-
Konstruktordetails
-
RestInterfaceStatus
public RestInterfaceStatus()Creates a new RestInterfaceStatus. -
RestInterfaceStatus
Creates a new RestInterfaceStatus.
-
-
Methodendetails
-
getId
Returns the id.- Gibt zurück:
- id
-
setId
Set the id.- Parameter:
id
- the new id
-
getAvailable
Returns the available.- Gibt zurück:
- available
-
setAvailable
Set the available.- Parameter:
available
- the new available
-
getPerformance
Returns the performance.- Gibt zurück:
- performance
-
setPerformance
Set the performance.- Parameter:
performance
- the new performance
-
hashCode
public int hashCode() -
equals
-
toString
-