Class FlowConfigurationDTO
java.lang.Object
org.apache.nifi.api.toolkit.model.FlowConfigurationDTO
@Generated(value="io.swagger.codegen.v3.generators.java.JavaClientCodegen",
date="2023-11-22T19:25:26.907436939-06:00[America/Chicago]")
public class FlowConfigurationDTO
extends Object
FlowConfigurationDTO
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncurrentTime
(String currentTime) defaultBackPressureDataSizeThreshold
(String defaultBackPressureDataSizeThreshold) defaultBackPressureObjectThreshold
(Long defaultBackPressureObjectThreshold) boolean
The interval in seconds between the automatic NiFi refresh requests.The current time on the system.The default back pressure data size threshold.The default back pressure object threshold.The time offset of the system.int
hashCode()
Whether this NiFi supports a configurable authorizer.Whether this NiFi supports configurable users and groups.Whether this NiFi supports a managed authorizer.void
setCurrentTime
(String currentTime) void
setDefaultBackPressureDataSizeThreshold
(String defaultBackPressureDataSizeThreshold) void
setDefaultBackPressureObjectThreshold
(Long defaultBackPressureObjectThreshold) void
setTimeOffset
(Integer timeOffset) timeOffset
(Integer timeOffset) private String
Convert the given object to string with each line indented by 4 spaces (except the first line).toString()
-
Field Details
-
supportsManagedAuthorizer
-
supportsConfigurableAuthorizer
-
supportsConfigurableUsersAndGroups
-
autoRefreshIntervalSeconds
-
currentTime
-
timeOffset
-
defaultBackPressureObjectThreshold
-
defaultBackPressureDataSizeThreshold
-
-
Constructor Details
-
FlowConfigurationDTO
public FlowConfigurationDTO()
-
-
Method Details
-
isSupportsManagedAuthorizer
Whether this NiFi supports a managed authorizer. Managed authorizers can visualize users, groups, and policies in the UI.- Returns:
- supportsManagedAuthorizer
-
isSupportsConfigurableAuthorizer
Whether this NiFi supports a configurable authorizer.- Returns:
- supportsConfigurableAuthorizer
-
isSupportsConfigurableUsersAndGroups
Whether this NiFi supports configurable users and groups.- Returns:
- supportsConfigurableUsersAndGroups
-
getAutoRefreshIntervalSeconds
The interval in seconds between the automatic NiFi refresh requests.- Returns:
- autoRefreshIntervalSeconds
-
currentTime
-
getCurrentTime
The current time on the system.- Returns:
- currentTime
-
setCurrentTime
-
timeOffset
-
getTimeOffset
The time offset of the system.- Returns:
- timeOffset
-
setTimeOffset
-
defaultBackPressureObjectThreshold
public FlowConfigurationDTO defaultBackPressureObjectThreshold(Long defaultBackPressureObjectThreshold) -
getDefaultBackPressureObjectThreshold
The default back pressure object threshold.- Returns:
- defaultBackPressureObjectThreshold
-
setDefaultBackPressureObjectThreshold
-
defaultBackPressureDataSizeThreshold
public FlowConfigurationDTO defaultBackPressureDataSizeThreshold(String defaultBackPressureDataSizeThreshold) -
getDefaultBackPressureDataSizeThreshold
The default back pressure data size threshold.- Returns:
- defaultBackPressureDataSizeThreshold
-
setDefaultBackPressureDataSizeThreshold
-
equals
-
hashCode
public int hashCode() -
toString
-
toIndentedString
Convert the given object to string with each line indented by 4 spaces (except the first line).
-