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 Details

    • supportsManagedAuthorizer

      private Boolean supportsManagedAuthorizer
    • supportsConfigurableAuthorizer

      private Boolean supportsConfigurableAuthorizer
    • supportsConfigurableUsersAndGroups

      private Boolean supportsConfigurableUsersAndGroups
    • autoRefreshIntervalSeconds

      private Long autoRefreshIntervalSeconds
    • currentTime

      private String currentTime
    • timeOffset

      private Integer timeOffset
    • defaultBackPressureObjectThreshold

      private Long defaultBackPressureObjectThreshold
    • defaultBackPressureDataSizeThreshold

      private String defaultBackPressureDataSizeThreshold
  • Constructor Details

    • FlowConfigurationDTO

      public FlowConfigurationDTO()
  • Method Details

    • isSupportsManagedAuthorizer

      public Boolean isSupportsManagedAuthorizer()
      Whether this NiFi supports a managed authorizer. Managed authorizers can visualize users, groups, and policies in the UI.
      Returns:
      supportsManagedAuthorizer
    • isSupportsConfigurableAuthorizer

      public Boolean isSupportsConfigurableAuthorizer()
      Whether this NiFi supports a configurable authorizer.
      Returns:
      supportsConfigurableAuthorizer
    • isSupportsConfigurableUsersAndGroups

      public Boolean isSupportsConfigurableUsersAndGroups()
      Whether this NiFi supports configurable users and groups.
      Returns:
      supportsConfigurableUsersAndGroups
    • getAutoRefreshIntervalSeconds

      public Long getAutoRefreshIntervalSeconds()
      The interval in seconds between the automatic NiFi refresh requests.
      Returns:
      autoRefreshIntervalSeconds
    • currentTime

      public FlowConfigurationDTO currentTime(String currentTime)
    • getCurrentTime

      public String getCurrentTime()
      The current time on the system.
      Returns:
      currentTime
    • setCurrentTime

      public void setCurrentTime(String currentTime)
    • timeOffset

      public FlowConfigurationDTO timeOffset(Integer timeOffset)
    • getTimeOffset

      public Integer getTimeOffset()
      The time offset of the system.
      Returns:
      timeOffset
    • setTimeOffset

      public void setTimeOffset(Integer timeOffset)
    • defaultBackPressureObjectThreshold

      public FlowConfigurationDTO defaultBackPressureObjectThreshold(Long defaultBackPressureObjectThreshold)
    • getDefaultBackPressureObjectThreshold

      public Long getDefaultBackPressureObjectThreshold()
      The default back pressure object threshold.
      Returns:
      defaultBackPressureObjectThreshold
    • setDefaultBackPressureObjectThreshold

      public void setDefaultBackPressureObjectThreshold(Long defaultBackPressureObjectThreshold)
    • defaultBackPressureDataSizeThreshold

      public FlowConfigurationDTO defaultBackPressureDataSizeThreshold(String defaultBackPressureDataSizeThreshold)
    • getDefaultBackPressureDataSizeThreshold

      public String getDefaultBackPressureDataSizeThreshold()
      The default back pressure data size threshold.
      Returns:
      defaultBackPressureDataSizeThreshold
    • setDefaultBackPressureDataSizeThreshold

      public void setDefaultBackPressureDataSizeThreshold(String defaultBackPressureDataSizeThreshold)
    • 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).