java.lang.Object
org.apache.nifi.c2.protocol.component.api.Stateful

public class Stateful extends Object
  • Field Details

    • description

      private String description
    • scopes

      private Set<org.apache.nifi.components.state.Scope> scopes
  • Constructor Details

    • Stateful

      public Stateful()
  • Method Details

    • getDescription

      public String getDescription()
    • setDescription

      public void setDescription(String description)
    • getScopes

      public Set<org.apache.nifi.components.state.Scope> getScopes()
    • setScopes

      public void setScopes(Set<org.apache.nifi.components.state.Scope> scopes)