Class RelationshipDTO

java.lang.Object
org.apache.nifi.api.toolkit.model.RelationshipDTO

@Generated(value="io.swagger.codegen.v3.generators.java.JavaClientCodegen", date="2023-11-22T19:25:26.907436939-06:00[America/Chicago]") public class RelationshipDTO extends Object
RelationshipDTO
  • Field Details

    • name

      private String name
    • description

      private String description
    • autoTerminate

      private Boolean autoTerminate
    • retry

      private Boolean retry
  • Constructor Details

    • RelationshipDTO

      public RelationshipDTO()
  • Method Details

    • name

      public RelationshipDTO name(String name)
    • getName

      public String getName()
      The relationship name.
      Returns:
      name
    • setName

      public void setName(String name)
    • description

      public RelationshipDTO description(String description)
    • getDescription

      public String getDescription()
      The relationship description.
      Returns:
      description
    • setDescription

      public void setDescription(String description)
    • autoTerminate

      public RelationshipDTO autoTerminate(Boolean autoTerminate)
    • isAutoTerminate

      public Boolean isAutoTerminate()
      Whether or not flowfiles sent to this relationship should auto terminate.
      Returns:
      autoTerminate
    • setAutoTerminate

      public void setAutoTerminate(Boolean autoTerminate)
    • retry

      public RelationshipDTO retry(Boolean retry)
    • isRetry

      public Boolean isRetry()
      Whether or not flowfiles sent to this relationship should retry.
      Returns:
      retry
    • setRetry

      public void setRetry(Boolean retry)
    • 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).