Class ProvenanceRequestDTO
java.lang.Object
org.apache.nifi.api.toolkit.model.ProvenanceRequestDTO
@Generated(value="io.swagger.codegen.v3.generators.java.JavaClientCodegen",
date="2023-11-22T19:25:26.907436939-06:00[America/Chicago]")
public class ProvenanceRequestDTO
extends Object
ProvenanceRequestDTO
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclusterNodeId
(String clusterNodeId) boolean
The id of the node in the cluster where this provenance originated.The latest event time to include in the query.The maximum file size to include in the query.The maximum number of results to include.The minimum file size to include in the query.The search terms used to perform the search.The earliest event time to include in the query.int
hashCode()
incrementalResults
(Boolean incrementalResults) Whether or not incremental results are returned.Whether or not to summarize provenance events returned.maximumFileSize
(String maximumFileSize) maxResults
(Integer maxResults) minimumFileSize
(String minimumFileSize) putSearchTermsItem
(String key, ProvenanceSearchValueDTO searchTermsItem) searchTerms
(Map<String, ProvenanceSearchValueDTO> searchTerms) void
setClusterNodeId
(String clusterNodeId) void
setEndDate
(String endDate) void
setIncrementalResults
(Boolean incrementalResults) void
setMaximumFileSize
(String maximumFileSize) void
setMaxResults
(Integer maxResults) void
setMinimumFileSize
(String minimumFileSize) void
setSearchTerms
(Map<String, ProvenanceSearchValueDTO> searchTerms) void
setStartDate
(String startDate) void
setSummarize
(Boolean summarize) private String
Convert the given object to string with each line indented by 4 spaces (except the first line).toString()
-
Field Details
-
searchTerms
-
clusterNodeId
-
startDate
-
endDate
-
minimumFileSize
-
maximumFileSize
-
maxResults
-
summarize
-
incrementalResults
-
-
Constructor Details
-
ProvenanceRequestDTO
public ProvenanceRequestDTO()
-
-
Method Details
-
searchTerms
-
putSearchTermsItem
public ProvenanceRequestDTO putSearchTermsItem(String key, ProvenanceSearchValueDTO searchTermsItem) -
getSearchTerms
The search terms used to perform the search.- Returns:
- searchTerms
-
setSearchTerms
-
clusterNodeId
-
getClusterNodeId
The id of the node in the cluster where this provenance originated.- Returns:
- clusterNodeId
-
setClusterNodeId
-
startDate
-
getStartDate
The earliest event time to include in the query.- Returns:
- startDate
-
setStartDate
-
endDate
-
getEndDate
The latest event time to include in the query.- Returns:
- endDate
-
setEndDate
-
minimumFileSize
-
getMinimumFileSize
The minimum file size to include in the query.- Returns:
- minimumFileSize
-
setMinimumFileSize
-
maximumFileSize
-
getMaximumFileSize
The maximum file size to include in the query.- Returns:
- maximumFileSize
-
setMaximumFileSize
-
maxResults
-
getMaxResults
The maximum number of results to include.- Returns:
- maxResults
-
setMaxResults
-
summarize
-
isSummarize
Whether or not to summarize provenance events returned. This property is false by default.- Returns:
- summarize
-
setSummarize
-
incrementalResults
-
isIncrementalResults
Whether or not incremental results are returned. If false, provenance events are only returned once the query completes. This property is true by default.- Returns:
- incrementalResults
-
setIncrementalResults
-
equals
-
hashCode
public int hashCode() -
toString
-
toIndentedString
Convert the given object to string with each line indented by 4 spaces (except the first line).
-