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 Details

    • version

      private String version
    • revision

      private String revision
    • timestamp

      private Long timestamp
    • targetArch

      private String targetArch
    • compiler

      private String compiler
    • compilerFlags

      private String compilerFlags
  • Constructor Details

    • BuildInfo

      public BuildInfo()
  • Method Details

    • version

      public BuildInfo version(String version)
    • getVersion

      public String getVersion()
      The version number of the built component.
      Returns:
      version
    • setVersion

      public void setVersion(String version)
    • revision

      public BuildInfo revision(String revision)
    • getRevision

      public String getRevision()
      The SCM revision id of the source code used for this build.
      Returns:
      revision
    • setRevision

      public void setRevision(String revision)
    • timestamp

      public BuildInfo timestamp(Long timestamp)
    • getTimestamp

      public Long getTimestamp()
      The timestamp (milliseconds since Epoch) of the build.
      Returns:
      timestamp
    • setTimestamp

      public void setTimestamp(Long timestamp)
    • targetArch

      public BuildInfo targetArch(String targetArch)
    • getTargetArch

      public String getTargetArch()
      The target architecture of the built component.
      Returns:
      targetArch
    • setTargetArch

      public void setTargetArch(String targetArch)
    • compiler

      public BuildInfo compiler(String compiler)
    • getCompiler

      public String getCompiler()
      The compiler used for the build
      Returns:
      compiler
    • setCompiler

      public void setCompiler(String compiler)
    • compilerFlags

      public BuildInfo compilerFlags(String compilerFlags)
    • getCompilerFlags

      public String getCompilerFlags()
      The compiler flags used for the build.
      Returns:
      compilerFlags
    • setCompilerFlags

      public void setCompilerFlags(String compilerFlags)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • toIndentedString

      private String toIndentedString(Object o)
      Convert the given object to string with each line indented by 4 spaces (except the first line).