Class DropRequestDTO
java.lang.Object
org.apache.nifi.api.toolkit.model.DropRequestDTO
@Generated(value="io.swagger.codegen.v3.generators.java.JavaClientCodegen",
date="2023-11-22T19:25:26.907436939-06:00[America/Chicago]")
public class DropRequestDTO
extends Object
DropRequestDTO
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncurrentCount
(Integer currentCount) currentSize
(Long currentSize) droppedCount
(Integer droppedCount) droppedSize
(Long droppedSize) boolean
failureReason
(String failureReason) The count and size of flow files currently queued.The number of flow files currently queued.The size of flow files currently queued in bytes.The count and size of flow files that have been dropped thus far.The number of flow files that have been dropped thus far.The size of flow files that have been dropped thus far in bytes.The reason, if any, that this drop request failed.getId()
The id for this drop request.The last time this drop request was updated.The count and size of flow files to be dropped as a result of this request.The number of flow files to be dropped as a result of this request.The size of flow files to be dropped as a result of this request in bytes.The current percent complete.getState()
The current state of the drop request.The timestamp when the query was submitted.getUri()
The URI for future requests to this drop request.int
hashCode()
Whether the query has finished.lastUpdated
(String lastUpdated) originalCount
(Integer originalCount) originalSize
(Long originalSize) percentCompleted
(Integer percentCompleted) void
setCurrent
(String current) void
setCurrentCount
(Integer currentCount) void
setCurrentSize
(Long currentSize) void
setDropped
(String dropped) void
setDroppedCount
(Integer droppedCount) void
setDroppedSize
(Long droppedSize) void
setFailureReason
(String failureReason) void
setFinished
(Boolean finished) void
void
setLastUpdated
(String lastUpdated) void
setOriginal
(String original) void
setOriginalCount
(Integer originalCount) void
setOriginalSize
(Long originalSize) void
setPercentCompleted
(Integer percentCompleted) void
void
setSubmissionTime
(String submissionTime) void
submissionTime
(String submissionTime) private String
Convert the given object to string with each line indented by 4 spaces (except the first line).toString()
-
Field Details
-
id
-
uri
-
submissionTime
-
lastUpdated
-
percentCompleted
-
finished
-
failureReason
-
currentCount
-
currentSize
-
current
-
originalCount
-
originalSize
-
original
-
droppedCount
-
droppedSize
-
dropped
-
state
-
-
Constructor Details
-
DropRequestDTO
public DropRequestDTO()
-
-
Method Details
-
id
-
getId
The id for this drop request.- Returns:
- id
-
setId
-
uri
-
getUri
The URI for future requests to this drop request.- Returns:
- uri
-
setUri
-
submissionTime
-
getSubmissionTime
The timestamp when the query was submitted.- Returns:
- submissionTime
-
setSubmissionTime
-
lastUpdated
-
getLastUpdated
The last time this drop request was updated.- Returns:
- lastUpdated
-
setLastUpdated
-
percentCompleted
-
getPercentCompleted
The current percent complete.- Returns:
- percentCompleted
-
setPercentCompleted
-
finished
-
isFinished
Whether the query has finished.- Returns:
- finished
-
setFinished
-
failureReason
-
getFailureReason
The reason, if any, that this drop request failed.- Returns:
- failureReason
-
setFailureReason
-
currentCount
-
getCurrentCount
The number of flow files currently queued.- Returns:
- currentCount
-
setCurrentCount
-
currentSize
-
getCurrentSize
The size of flow files currently queued in bytes.- Returns:
- currentSize
-
setCurrentSize
-
current
-
getCurrent
The count and size of flow files currently queued.- Returns:
- current
-
setCurrent
-
originalCount
-
getOriginalCount
The number of flow files to be dropped as a result of this request.- Returns:
- originalCount
-
setOriginalCount
-
originalSize
-
getOriginalSize
The size of flow files to be dropped as a result of this request in bytes.- Returns:
- originalSize
-
setOriginalSize
-
original
-
getOriginal
The count and size of flow files to be dropped as a result of this request.- Returns:
- original
-
setOriginal
-
droppedCount
-
getDroppedCount
The number of flow files that have been dropped thus far.- Returns:
- droppedCount
-
setDroppedCount
-
droppedSize
-
getDroppedSize
The size of flow files that have been dropped thus far in bytes.- Returns:
- droppedSize
-
setDroppedSize
-
dropped
-
getDropped
The count and size of flow files that have been dropped thus far.- Returns:
- dropped
-
setDropped
-
state
-
getState
The current state of the drop request.- Returns:
- state
-
setState
-
equals
-
hashCode
public int hashCode() -
toString
-
toIndentedString
Convert the given object to string with each line indented by 4 spaces (except the first line).
-