Class State
java.lang.Object
net.adambruce.dsn.now.model.state.State
DSN state information.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanthe DSN dishesthe DSN stationsthe timestamp of the DSN state responseinthashCode()voidthe DSN dishes.voidsetStation(Station station) the DSN stations.voidsetTimestamp(Instant timestamp) the timestamp of the DSN state responsetoString()
-
Constructor Details
-
State
public State()
-
-
Method Details
-
setStation
the DSN stations. This method will append to the list.- Parameters:
station- the DSN station
-
setDish
the DSN dishes. This method will append to the list.- Parameters:
dish- the DSN dish
-
getStations
-
getDishes
-
getTimestamp
the timestamp of the DSN state response- Returns:
- the timestamp of the DSN state response
-
setTimestamp
the timestamp of the DSN state response- Parameters:
timestamp- the timestamp of the DSN state response
-
equals
-
hashCode
-
toString
-