Class ProvenanceOptionsDTO
java.lang.Object
org.apache.nifi.api.toolkit.model.ProvenanceOptionsDTO
@Generated(value="io.swagger.codegen.v3.generators.java.JavaClientCodegen",
date="2023-11-22T19:25:26.907436939-06:00[America/Chicago]")
public class ProvenanceOptionsDTO
extends Object
ProvenanceOptionsDTO
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddSearchableFieldsItem
(ProvenanceSearchableFieldDTO searchableFieldsItem) boolean
The available searchable field for the NiFi.int
hashCode()
searchableFields
(List<ProvenanceSearchableFieldDTO> searchableFields) void
setSearchableFields
(List<ProvenanceSearchableFieldDTO> searchableFields) private String
Convert the given object to string with each line indented by 4 spaces (except the first line).toString()
-
Field Details
-
searchableFields
-
-
Constructor Details
-
ProvenanceOptionsDTO
public ProvenanceOptionsDTO()
-
-
Method Details
-
searchableFields
-
addSearchableFieldsItem
public ProvenanceOptionsDTO addSearchableFieldsItem(ProvenanceSearchableFieldDTO searchableFieldsItem) -
getSearchableFields
The available searchable field for the NiFi.- Returns:
- searchableFields
-
setSearchableFields
-
equals
-
hashCode
public int hashCode() -
toString
-
toIndentedString
Convert the given object to string with each line indented by 4 spaces (except the first line).
-