Class ProjectRequestDocument
java.lang.Object
io.spring.initializr.actuate.stat.ProjectRequestDocument
Define the statistics of a project generation.
- Author:
- Stephane Nicoll
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classClient information.static classDependencies information.static classAdditional information about what part of the request is invalid.static classInvalid dependencies information.static classSpring Boot version information. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription@Nullable String@Nullable String@Nullable ProjectRequestDocument.ClientInformation@Nullable Stringlong@Nullable String@Nullable String@Nullable String@Nullable String@Nullable String@Nullable StringgetType()voidsetArtifactId(@Nullable String artifactId) voidsetBuildSystem(@Nullable String buildSystem) voidsetClient(@Nullable ProjectRequestDocument.ClientInformation client) voidsetConfigurationFileFormat(@Nullable String configurationFileFormat) voidsetDependencies(@Nullable ProjectRequestDocument.DependencyInformation dependencies) voidsetGenerationTimestamp(long generationTimestamp) voidsetGroupId(@Nullable String groupId) voidsetJavaVersion(@Nullable String javaVersion) voidsetLanguage(@Nullable String language) voidsetPackageName(@Nullable String packageName) voidsetPackaging(@Nullable String packaging) voidvoidsetVersion(@Nullable ProjectRequestDocument.VersionInformation version) toString()
-
Constructor Details
-
ProjectRequestDocument
public ProjectRequestDocument()
-
-
Method Details
-
getGenerationTimestamp
public long getGenerationTimestamp() -
setGenerationTimestamp
public void setGenerationTimestamp(long generationTimestamp) -
getType
-
setType
-
getBuildSystem
-
setBuildSystem
-
getGroupId
-
setGroupId
-
getArtifactId
-
setArtifactId
-
getJavaVersion
-
setJavaVersion
-
getLanguage
-
setLanguage
-
getConfigurationFileFormat
-
setConfigurationFileFormat
-
getPackaging
-
setPackaging
-
getPackageName
-
setPackageName
-
getVersion
-
setVersion
-
getClient
-
setClient
-
getDependencies
-
setDependencies
-
getErrorState
-
triggerError
-
toString
-