Class SnippetDTO
java.lang.Object
org.apache.nifi.api.toolkit.model.SnippetDTO
@Generated(value="io.swagger.codegen.v3.generators.java.JavaClientCodegen",
date="2023-11-22T19:25:26.907436939-06:00[America/Chicago]")
public class SnippetDTO
extends Object
SnippetDTO
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate Map
<String, RevisionDTO> private Map
<String, RevisionDTO> private String
private Map
<String, RevisionDTO> private Map
<String, RevisionDTO> private Map
<String, RevisionDTO> private String
private Map
<String, RevisionDTO> private Map
<String, RevisionDTO> private Map
<String, RevisionDTO> private String
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionconnections
(Map<String, RevisionDTO> connections) boolean
funnels
(Map<String, RevisionDTO> funnels) The ids of the connections in this snippet.The ids of the funnels in this snippet.getId()
The id of the snippet.The ids of the input ports in this snippet.The ids of the labels in this snippet.The ids of the output ports in this snippet.The group id for the components in the snippet.The ids of the process groups in this snippet.The ids of the processors in this snippet.The ids of the remote process groups in this snippet.getUri()
The URI of the snippet.int
hashCode()
inputPorts
(Map<String, RevisionDTO> inputPorts) labels
(Map<String, RevisionDTO> labels) outputPorts
(Map<String, RevisionDTO> outputPorts) parentGroupId
(String parentGroupId) processGroups
(Map<String, RevisionDTO> processGroups) processors
(Map<String, RevisionDTO> processors) putConnectionsItem
(String key, RevisionDTO connectionsItem) putFunnelsItem
(String key, RevisionDTO funnelsItem) putInputPortsItem
(String key, RevisionDTO inputPortsItem) putLabelsItem
(String key, RevisionDTO labelsItem) putOutputPortsItem
(String key, RevisionDTO outputPortsItem) putProcessGroupsItem
(String key, RevisionDTO processGroupsItem) putProcessorsItem
(String key, RevisionDTO processorsItem) putRemoteProcessGroupsItem
(String key, RevisionDTO remoteProcessGroupsItem) remoteProcessGroups
(Map<String, RevisionDTO> remoteProcessGroups) void
setConnections
(Map<String, RevisionDTO> connections) void
setFunnels
(Map<String, RevisionDTO> funnels) void
void
setInputPorts
(Map<String, RevisionDTO> inputPorts) void
setLabels
(Map<String, RevisionDTO> labels) void
setOutputPorts
(Map<String, RevisionDTO> outputPorts) void
setParentGroupId
(String parentGroupId) void
setProcessGroups
(Map<String, RevisionDTO> processGroups) void
setProcessors
(Map<String, RevisionDTO> processors) void
setRemoteProcessGroups
(Map<String, RevisionDTO> remoteProcessGroups) void
private String
Convert the given object to string with each line indented by 4 spaces (except the first line).toString()
-
Field Details
-
id
-
uri
-
parentGroupId
-
processGroups
-
remoteProcessGroups
-
processors
-
inputPorts
-
outputPorts
-
connections
-
labels
-
funnels
-
-
Constructor Details
-
SnippetDTO
public SnippetDTO()
-
-
Method Details
-
id
-
getId
The id of the snippet.- Returns:
- id
-
setId
-
uri
-
getUri
The URI of the snippet.- Returns:
- uri
-
setUri
-
parentGroupId
-
getParentGroupId
The group id for the components in the snippet.- Returns:
- parentGroupId
-
setParentGroupId
-
processGroups
-
putProcessGroupsItem
-
getProcessGroups
The ids of the process groups in this snippet. These ids will be populated within each response. They can be specified when creating a snippet. However, once a snippet has been created its contents cannot be modified (these ids are ignored during update requests).- Returns:
- processGroups
-
setProcessGroups
-
remoteProcessGroups
-
putRemoteProcessGroupsItem
-
getRemoteProcessGroups
The ids of the remote process groups in this snippet. These ids will be populated within each response. They can be specified when creating a snippet. However, once a snippet has been created its contents cannot be modified (these ids are ignored during update requests).- Returns:
- remoteProcessGroups
-
setRemoteProcessGroups
-
processors
-
putProcessorsItem
-
getProcessors
The ids of the processors in this snippet. These ids will be populated within each response. They can be specified when creating a snippet. However, once a snippet has been created its contents cannot be modified (these ids are ignored during update requests).- Returns:
- processors
-
setProcessors
-
inputPorts
-
putInputPortsItem
-
getInputPorts
The ids of the input ports in this snippet. These ids will be populated within each response. They can be specified when creating a snippet. However, once a snippet has been created its contents cannot be modified (these ids are ignored during update requests).- Returns:
- inputPorts
-
setInputPorts
-
outputPorts
-
putOutputPortsItem
-
getOutputPorts
The ids of the output ports in this snippet. These ids will be populated within each response. They can be specified when creating a snippet. However, once a snippet has been created its contents cannot be modified (these ids are ignored during update requests).- Returns:
- outputPorts
-
setOutputPorts
-
connections
-
putConnectionsItem
-
getConnections
The ids of the connections in this snippet. These ids will be populated within each response. They can be specified when creating a snippet. However, once a snippet has been created its contents cannot be modified (these ids are ignored during update requests).- Returns:
- connections
-
setConnections
-
labels
-
putLabelsItem
-
getLabels
The ids of the labels in this snippet. These ids will be populated within each response. They can be specified when creating a snippet. However, once a snippet has been created its contents cannot be modified (these ids are ignored during update requests).- Returns:
- labels
-
setLabels
-
funnels
-
putFunnelsItem
-
getFunnels
The ids of the funnels in this snippet. These ids will be populated within each response. They can be specified when creating a snippet. However, once a snippet has been created its contents cannot be modified (these ids are ignored during update requests).- Returns:
- funnels
-
setFunnels
-
equals
-
hashCode
public int hashCode() -
toString
-
toIndentedString
Convert the given object to string with each line indented by 4 spaces (except the first line).
-