Class AgentFeedbackCollector.APIGap
java.lang.Object
neqsim.util.agentic.AgentFeedbackCollector.APIGap
- All Implemented Interfaces:
Serializable
- Enclosing class:
AgentFeedbackCollector
Record of a discovered API gap.
- Version:
- 1.0
- Author:
- Even Solbraa
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
description
Description of what is missing. -
suggestedPackage
Suggested package for implementation. -
priority
Priority level. -
discoveredAt
public final long discoveredAtWhen it was discovered (epoch millis).
-
-
Constructor Details
-
APIGap
-