-
- Type Parameters:
SC
- The type of the status code to be used.
- All Known Subinterfaces:
StatusCodeAccessor.StatusCodeProperty<SC>
public interface StatusCodeAccessor<SC>
Provides access to a status code property for e.g. key / status code pair.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interface
StatusCodeAccessor.StatusCodeBuilder<SC,B extends StatusCodeAccessor.StatusCodeBuilder<SC,B>>
Provides a builder method for a status code property returning the builder for applying multiple build operations.static interface
StatusCodeAccessor.StatusCodeMutator<SC>
Extends theStatusCodeAccessor
with a setter method.static interface
StatusCodeAccessor.StatusCodeProperty<SC>
Extends theStatusCodeAccessor
with a setter method.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SC
getStatusCode()
Retrieves the status code from the status code property.
-
-
-
Method Detail
-
getStatusCode
SC getStatusCode()
Retrieves the status code from the status code property.- Returns:
- The status code stored by the status code property.
-
-