Class OfrepResponse
java.lang.Object
dev.openfeature.contrib.providers.ofrep.internal.OfrepResponse
This class represents the response from an OFREP response.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncopy()Creates a copy of the current OfrepResponse instance.voidsetMetadata(Map<String, Object> metadata)
-
Constructor Details
-
OfrepResponse
public OfrepResponse()
-
-
Method Details
-
getMetadata
-
setMetadata
-
copy
Creates a copy of the current OfrepResponse instance.- Returns:
- A new OfrepResponse instance with the same values as the provided instance.
-