Class ComponentReferenceDTO
java.lang.Object
org.apache.nifi.api.toolkit.model.ComponentReferenceDTO
@Generated(value="io.swagger.codegen.v3.generators.java.JavaClientCodegen",
date="2023-11-22T19:25:26.907436939-06:00[America/Chicago]")
public class ComponentReferenceDTO
extends Object
ComponentReferenceDTO
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate String
private String
private String
private PositionDTO
private String
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
getId()
The id of the component.getName()
The name of the component.The id of parent process group of this component if applicable.Get positionThe ID of the corresponding component that is under version controlint
hashCode()
parentGroupId
(String parentGroupId) position
(PositionDTO position) void
void
void
setParentGroupId
(String parentGroupId) void
setPosition
(PositionDTO position) void
setVersionedComponentId
(String versionedComponentId) private String
Convert the given object to string with each line indented by 4 spaces (except the first line).toString()
versionedComponentId
(String versionedComponentId)
-
Field Details
-
id
-
versionedComponentId
-
parentGroupId
-
position
-
name
-
-
Constructor Details
-
ComponentReferenceDTO
public ComponentReferenceDTO()
-
-
Method Details
-
id
-
getId
The id of the component.- Returns:
- id
-
setId
-
versionedComponentId
-
getVersionedComponentId
The ID of the corresponding component that is under version control- Returns:
- versionedComponentId
-
setVersionedComponentId
-
parentGroupId
-
getParentGroupId
The id of parent process group of this component if applicable.- Returns:
- parentGroupId
-
setParentGroupId
-
position
-
getPosition
Get position- Returns:
- position
-
setPosition
-
name
-
getName
The name of the component.- Returns:
- name
-
setName
-
equals
-
hashCode
public int hashCode() -
toString
-
toIndentedString
Convert the given object to string with each line indented by 4 spaces (except the first line).
-