- Type Parameters:
S
- The type of the statusCode property.
- All Known Subinterfaces:
StatusAccessor.StatusProperty<S>
- Enclosing interface:
- StatusAccessor<S>
public static interface StatusAccessor.StatusMutator<S>
Extends the
StatusAccessor
with a setter method.-
Method Summary
-
Method Details
-
setStatus
Sets the statusCode for the state property.- Parameters:
aState
- The state to be stored by the state property.
-