Interface AdditionalData
-
@Incubating @NonNullApi public interface AdditionalData
Additional data attached to the problem.The only supported value type is
String
.- Since:
- 8.6
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.Map<java.lang.String,java.lang.Object>
getAsMap()
Returns additional data as a map.
-