Interface ResolutionReport.Entry
- Enclosing interface:
- ResolutionReport
public static interface ResolutionReport.Entry
-
Method Details
-
getData
Object getData()Returns the data associated with this resolution report entry. The structure of the data is determined by theType
of the entry and may bynull
.- Returns:
- the data associated with this resolution report entry.
- See Also:
-
getType
ResolutionReport.Entry.Type getType()Returns the type for this resolution report entry.- Returns:
- the type for this resolution report entry.
-