Class RemoteProcessGroupContentsDTO
java.lang.Object
org.apache.nifi.api.toolkit.model.RemoteProcessGroupContentsDTO
@Generated(value="io.swagger.codegen.v3.generators.java.JavaClientCodegen",
date="2023-11-22T19:25:26.907436939-06:00[America/Chicago]")
public class RemoteProcessGroupContentsDTO
extends Object
RemoteProcessGroupContentsDTO
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate List
<RemoteProcessGroupPortDTO> private List
<RemoteProcessGroupPortDTO> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddInputPortsItem
(RemoteProcessGroupPortDTO inputPortsItem) addOutputPortsItem
(RemoteProcessGroupPortDTO outputPortsItem) boolean
The input ports to which data can be sent.The output ports from which data can be retrieved.int
hashCode()
inputPorts
(List<RemoteProcessGroupPortDTO> inputPorts) outputPorts
(List<RemoteProcessGroupPortDTO> outputPorts) void
setInputPorts
(List<RemoteProcessGroupPortDTO> inputPorts) void
setOutputPorts
(List<RemoteProcessGroupPortDTO> outputPorts) private String
Convert the given object to string with each line indented by 4 spaces (except the first line).toString()
-
Field Details
-
inputPorts
-
outputPorts
-
-
Constructor Details
-
RemoteProcessGroupContentsDTO
public RemoteProcessGroupContentsDTO()
-
-
Method Details
-
inputPorts
-
addInputPortsItem
-
getInputPorts
The input ports to which data can be sent.- Returns:
- inputPorts
-
setInputPorts
-
outputPorts
-
addOutputPortsItem
-
getOutputPorts
The output ports from which data can be retrieved.- Returns:
- outputPorts
-
setOutputPorts
-
equals
-
hashCode
public int hashCode() -
toString
-
toIndentedString
Convert the given object to string with each line indented by 4 spaces (except the first line).
-