Class ProjectRequestDocument.ErrorStateInformation
java.lang.Object
io.spring.initializr.actuate.stat.ProjectRequestDocument.ErrorStateInformation
- Enclosing class:
ProjectRequestDocument
Additional information about what part of the request is invalid.
- Author:
- Stephane Nicoll
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription@Nullable Boolean@Nullable Boolean@Nullable Boolean@Nullable String@Nullable Boolean@Nullable BooleangetType()booleanvoidsetConfigurationFileFormat(@Nullable Boolean configurationFileFormat) voidsetJavaVersion(@Nullable Boolean javaVersion) voidsetLanguage(@Nullable Boolean language) voidsetMessage(@Nullable String message) voidsetPackaging(@Nullable Boolean packaging) voidtoString()voidtriggerInvalidDependencies(List<String> dependencies)
-
Constructor Details
-
ErrorStateInformation
public ErrorStateInformation()
-
-
Method Details
-
isInvalid
public boolean isInvalid() -
getJavaVersion
-
setJavaVersion
-
getLanguage
-
setLanguage
-
getConfigurationFileFormat
-
setConfigurationFileFormat
-
getPackaging
-
setPackaging
-
getType
-
setType
-
getDependencies
-
triggerInvalidDependencies
-
getMessage
-
setMessage
-
toString
-