Class ControllerServiceRunStatusEntity
java.lang.Object
org.apache.nifi.api.toolkit.model.ControllerServiceRunStatusEntity
@Generated(value="io.swagger.codegen.v3.generators.java.JavaClientCodegen",
date="2023-11-22T19:25:26.907436939-06:00[America/Chicago]")
public class ControllerServiceRunStatusEntity
extends Object
ControllerServiceRunStatusEntity
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enum
The run status of the ControllerService. -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondisconnectedNodeAcknowledged
(Boolean disconnectedNodeAcknowledged) boolean
Get revisiongetState()
The run status of the ControllerService.int
hashCode()
Acknowledges that this node is disconnected to allow for mutable requests to proceed.isUiOnly()
Indicates whether or not responses should only include fields necessary for rendering the NiFi User Interface.revision
(RevisionDTO revision) void
setDisconnectedNodeAcknowledged
(Boolean disconnectedNodeAcknowledged) void
setRevision
(RevisionDTO revision) void
void
private String
Convert the given object to string with each line indented by 4 spaces (except the first line).toString()
-
Field Details
-
revision
-
state
-
disconnectedNodeAcknowledged
-
uiOnly
-
-
Constructor Details
-
ControllerServiceRunStatusEntity
public ControllerServiceRunStatusEntity()
-
-
Method Details
-
revision
-
getRevision
Get revision- Returns:
- revision
-
setRevision
-
state
-
getState
The run status of the ControllerService.- Returns:
- state
-
setState
-
disconnectedNodeAcknowledged
public ControllerServiceRunStatusEntity disconnectedNodeAcknowledged(Boolean disconnectedNodeAcknowledged) -
isDisconnectedNodeAcknowledged
Acknowledges that this node is disconnected to allow for mutable requests to proceed.- Returns:
- disconnectedNodeAcknowledged
-
setDisconnectedNodeAcknowledged
-
uiOnly
-
isUiOnly
Indicates whether or not responses should only include fields necessary for rendering the NiFi User Interface. As such, when this value is set to true, some fields may be returned as null values, and the selected fields may change at any time without notice. As a result, this value should not be set to true by any client other than the UI.- Returns:
- uiOnly
-
setUiOnly
-
equals
-
hashCode
public int hashCode() -
toString
-
toIndentedString
Convert the given object to string with each line indented by 4 spaces (except the first line).
-