Class Resolution
java.lang.Object
dev.openfeature.contrib.providers.ofrep.internal.Resolution
Resolution class encapsulates the response from the OFREP server, along with additional fields.
-
Constructor Summary
ConstructorsConstructorDescriptionResolution(int responseStatus, HttpHeaders headers, OfrepResponse response) Constructs a Resolution object with the given response status, headers, and response body. -
Method Summary
-
Constructor Details
-
Resolution
Constructs a Resolution object with the given response status, headers, and response body.- Parameters:
responseStatus- - The HTTP response status code.headers- - The HTTP headers from the response.response- - The parsed response body as an OfrepResponse object.
-
-
Method Details
-
getResponse
-