Class AboutDTO
java.lang.Object
org.apache.nifi.api.toolkit.model.AboutDTO
@Generated(value="io.swagger.codegen.v3.generators.java.JavaClientCodegen",
date="2023-11-22T19:25:26.907436939-06:00[America/Chicago]")
public class AboutDTO
extends Object
AboutDTO
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuildBranch
(String buildBranch) buildRevision
(String buildRevision) buildTimestamp
(String buildTimestamp) contentViewerUrl
(String contentViewerUrl) boolean
Build branchBuild revision or commit hashBuild tagBuild timestampThe URL for the content viewer if configured.The timezone of the NiFi instance.getTitle()
The title to be used on the page and in the about dialog.getUri()
The URI for the NiFi.The version of this NiFi.int
hashCode()
void
setBuildBranch
(String buildBranch) void
setBuildRevision
(String buildRevision) void
setBuildTag
(String buildTag) void
setBuildTimestamp
(String buildTimestamp) void
setContentViewerUrl
(String contentViewerUrl) void
void
void
setVersion
(String version) private String
Convert the given object to string with each line indented by 4 spaces (except the first line).toString()
-
Field Details
-
title
-
version
-
uri
-
contentViewerUrl
-
timezone
-
buildTag
-
buildRevision
-
buildBranch
-
buildTimestamp
-
-
Constructor Details
-
AboutDTO
public AboutDTO()
-
-
Method Details
-
title
-
getTitle
The title to be used on the page and in the about dialog.- Returns:
- title
-
setTitle
-
version
-
getVersion
The version of this NiFi.- Returns:
- version
-
setVersion
-
uri
-
getUri
The URI for the NiFi.- Returns:
- uri
-
setUri
-
contentViewerUrl
-
getContentViewerUrl
The URL for the content viewer if configured.- Returns:
- contentViewerUrl
-
setContentViewerUrl
-
getTimezone
The timezone of the NiFi instance.- Returns:
- timezone
-
buildTag
-
getBuildTag
Build tag- Returns:
- buildTag
-
setBuildTag
-
buildRevision
-
getBuildRevision
Build revision or commit hash- Returns:
- buildRevision
-
setBuildRevision
-
buildBranch
-
getBuildBranch
Build branch- Returns:
- buildBranch
-
setBuildBranch
-
buildTimestamp
-
getBuildTimestamp
Build timestamp- Returns:
- buildTimestamp
-
setBuildTimestamp
-
equals
-
hashCode
public int hashCode() -
toString
-
toIndentedString
Convert the given object to string with each line indented by 4 spaces (except the first line).
-