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 Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionautoTerminate
(Boolean autoTerminate) description
(String description) boolean
The relationship description.getName()
The relationship name.int
hashCode()
Whether or not flowfiles sent to this relationship should auto terminate.isRetry()
Whether or not flowfiles sent to this relationship should retry.void
setAutoTerminate
(Boolean autoTerminate) void
setDescription
(String description) void
void
private String
Convert the given object to string with each line indented by 4 spaces (except the first line).toString()
-
Field Details
-
name
-
description
-
autoTerminate
-
retry
-
-
Constructor Details
-
RelationshipDTO
public RelationshipDTO()
-
-
Method Details
-
name
-
getName
The relationship name.- Returns:
- name
-
setName
-
description
-
getDescription
The relationship description.- Returns:
- description
-
setDescription
-
autoTerminate
-
isAutoTerminate
Whether or not flowfiles sent to this relationship should auto terminate.- Returns:
- autoTerminate
-
setAutoTerminate
-
retry
-
isRetry
Whether or not flowfiles sent to this relationship should retry.- Returns:
- retry
-
setRetry
-
equals
-
hashCode
public int hashCode() -
toString
-
toIndentedString
Convert the given object to string with each line indented by 4 spaces (except the first line).
-