Class BuildInfo
java.lang.Object
org.apache.nifi.api.toolkit.model.BuildInfo
@Generated(value="io.swagger.codegen.v3.generators.java.JavaClientCodegen",
date="2023-11-22T19:25:26.907436939-06:00[America/Chicago]")
public class BuildInfo
extends Object
BuildInfo
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncompilerFlags
(String compilerFlags) boolean
The compiler used for the buildThe compiler flags used for the build.The SCM revision id of the source code used for this build.The target architecture of the built component.The timestamp (milliseconds since Epoch) of the build.The version number of the built component.int
hashCode()
void
setCompiler
(String compiler) void
setCompilerFlags
(String compilerFlags) void
setRevision
(String revision) void
setTargetArch
(String targetArch) void
setTimestamp
(Long timestamp) void
setVersion
(String version) targetArch
(String targetArch) private String
Convert the given object to string with each line indented by 4 spaces (except the first line).toString()
-
Field Details
-
version
-
revision
-
timestamp
-
targetArch
-
compiler
-
compilerFlags
-
-
Constructor Details
-
BuildInfo
public BuildInfo()
-
-
Method Details
-
version
-
getVersion
The version number of the built component.- Returns:
- version
-
setVersion
-
revision
-
getRevision
The SCM revision id of the source code used for this build.- Returns:
- revision
-
setRevision
-
timestamp
-
getTimestamp
The timestamp (milliseconds since Epoch) of the build.- Returns:
- timestamp
-
setTimestamp
-
targetArch
-
getTargetArch
The target architecture of the built component.- Returns:
- targetArch
-
setTargetArch
-
compiler
-
getCompiler
The compiler used for the build- Returns:
- compiler
-
setCompiler
-
compilerFlags
-
getCompilerFlags
The compiler flags used for the build.- Returns:
- compilerFlags
-
setCompilerFlags
-
equals
-
hashCode
public int hashCode() -
toString
-
toIndentedString
Convert the given object to string with each line indented by 4 spaces (except the first line).
-