Klasse RestInterfaceStatus
java.lang.Object
de.dlr.proseo.interfaces.rest.model.RestInterfaceStatus
- Alle implementierten Schnittstellen:
- Serializable
- Siehe auch:
- 
FeldübersichtFelder
- 
KonstruktorübersichtKonstruktorenKonstruktorBeschreibungCreates a new RestInterfaceStatus.RestInterfaceStatus(String id, Boolean available, Double performance) Creates a new RestInterfaceStatus.
- 
MethodenübersichtModifizierer und TypMethodeBeschreibungboolean@NotNull BooleanReturns the available.@NotNull StringgetId()Returns the id.@NotNull DoubleReturns the performance.inthashCode()voidsetAvailable(Boolean available) Set the available.voidSet the id.voidsetPerformance(Double performance) Set the performance.toString()
- 
Felddetails- 
serialVersionUIDstatic final long serialVersionUID- Siehe auch:
 
- 
idInterface identifier
- 
availableFlag indicating whether the interface endpoint is reachable
- 
performanceLatest download performance in MiB/s
 
- 
- 
Konstruktordetails- 
RestInterfaceStatuspublic RestInterfaceStatus()Creates a new RestInterfaceStatus.
- 
RestInterfaceStatusCreates a new RestInterfaceStatus.
 
- 
- 
Methodendetails- 
getIdReturns the id.- Gibt zurück:
- id
 
- 
setIdSet the id.- Parameter:
- id- the new id
 
- 
getAvailableReturns the available.- Gibt zurück:
- available
 
- 
setAvailableSet the available.- Parameter:
- available- the new available
 
- 
getPerformanceReturns the performance.- Gibt zurück:
- performance
 
- 
setPerformanceSet the performance.- Parameter:
- performance- the new performance
 
- 
hashCodepublic int hashCode()
- 
equals
- 
toString
 
-