Class RunStatusDetailsRequestEntity
java.lang.Object
org.apache.nifi.api.toolkit.model.RunStatusDetailsRequestEntity
@Generated(value="io.swagger.codegen.v3.generators.java.JavaClientCodegen",
date="2023-11-22T19:25:26.907436939-06:00[America/Chicago]")
public class RunStatusDetailsRequestEntity
extends Object
RunStatusDetailsRequestEntity
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddProcessorIdsItem
(String processorIdsItem) boolean
The IDs of all processors whose run status details should be providedint
hashCode()
processorIds
(List<String> processorIds) void
setProcessorIds
(List<String> processorIds) private String
Convert the given object to string with each line indented by 4 spaces (except the first line).toString()
-
Field Details
-
processorIds
-
-
Constructor Details
-
RunStatusDetailsRequestEntity
public RunStatusDetailsRequestEntity()
-
-
Method Details
-
processorIds
-
addProcessorIdsItem
-
getProcessorIds
The IDs of all processors whose run status details should be provided- Returns:
- processorIds
-
setProcessorIds
-
equals
-
hashCode
public int hashCode() -
toString
-
toIndentedString
Convert the given object to string with each line indented by 4 spaces (except the first line).
-