public class BuildInfo extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
private String |
compiler |
private String |
compilerFlags |
private String |
revision |
private static long |
serialVersionUID |
private String |
targetArch |
private Long |
timestamp |
private String |
version |
| Constructor and Description |
|---|
BuildInfo() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCompiler() |
String |
getCompilerFlags() |
String |
getRevision() |
String |
getTargetArch() |
Long |
getTimestamp() |
String |
getVersion() |
void |
setCompiler(String compiler) |
void |
setCompilerFlags(String compilerFlags) |
void |
setRevision(String revision) |
void |
setTargetArch(String targetArch) |
void |
setTimestamp(Long timestamp) |
void |
setVersion(String version) |
String |
toString() |
private static final long serialVersionUID
private String version
private String revision
private Long timestamp
private String targetArch
private String compiler
private String compilerFlags
public String getVersion()
public void setVersion(String version)
public String getRevision()
public void setRevision(String revision)
public Long getTimestamp()
public void setTimestamp(Long timestamp)
public String getTargetArch()
public void setTargetArch(String targetArch)
public String getCompiler()
public void setCompiler(String compiler)
public String getCompilerFlags()
public void setCompilerFlags(String compilerFlags)
Copyright © 2023 Apache NiFi Project. All rights reserved.