Class ComponentSearchResultDTO
java.lang.Object
org.apache.nifi.api.toolkit.model.ComponentSearchResultDTO
@Generated(value="io.swagger.codegen.v3.generators.java.JavaClientCodegen",
date="2023-11-22T19:25:26.907436939-06:00[America/Chicago]")
public class ComponentSearchResultDTO
extends Object
ComponentSearchResultDTO
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate String
private String
private String
private SearchResultGroupDTO
private SearchResultGroupDTO
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddMatchesItem
(String matchesItem) boolean
The group id of the component that matched the search.getId()
The id of the component that matched the search.What matched the search from the component.getName()
The name of the component that matched the search.Get parentGroupGet versionedGroupint
hashCode()
parentGroup
(SearchResultGroupDTO parentGroup) void
setGroupId
(String groupId) void
void
setMatches
(List<String> matches) void
void
setParentGroup
(SearchResultGroupDTO parentGroup) void
setVersionedGroup
(SearchResultGroupDTO versionedGroup) private String
Convert the given object to string with each line indented by 4 spaces (except the first line).toString()
versionedGroup
(SearchResultGroupDTO versionedGroup)
-
Field Details
-
id
-
groupId
-
parentGroup
-
versionedGroup
-
name
-
matches
-
-
Constructor Details
-
ComponentSearchResultDTO
public ComponentSearchResultDTO()
-
-
Method Details
-
id
-
getId
The id of the component that matched the search.- Returns:
- id
-
setId
-
groupId
-
getGroupId
The group id of the component that matched the search.- Returns:
- groupId
-
setGroupId
-
parentGroup
-
getParentGroup
Get parentGroup- Returns:
- parentGroup
-
setParentGroup
-
versionedGroup
-
getVersionedGroup
Get versionedGroup- Returns:
- versionedGroup
-
setVersionedGroup
-
name
-
getName
The name of the component that matched the search.- Returns:
- name
-
setName
-
matches
-
addMatchesItem
-
getMatches
What matched the search from the component.- Returns:
- matches
-
setMatches
-
equals
-
hashCode
public int hashCode() -
toString
-
toIndentedString
Convert the given object to string with each line indented by 4 spaces (except the first line).
-