Class GeneratedJpqlParameterPayload
java.lang.Object
io.jmix.aitools.dataload.repair.impl.GeneratedJpqlParameterPayload
Raw LLM output for a single named query parameter, deserialized from the model's JSON response.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
name
-
type
-
value
-
-
Constructor Details
-
GeneratedJpqlParameterPayload
public GeneratedJpqlParameterPayload()
-
-
Method Details
-
getName
Returns the parameter name.- Returns:
- parameter name, or
nullif the model did not provide one
-
setName
-
getType
Returns the declared Java type name of the parameter.- Returns:
- Java type name, or
nullif absent
-
setType
-
getValue
Returns the raw, not-yet-converted parameter value.- Returns:
- parameter value, or
nullif none was provided
-
setValue
-