Class UpdateControllerServiceReferenceRequestEntity
java.lang.Object
org.apache.nifi.api.toolkit.model.UpdateControllerServiceReferenceRequestEntity
@Generated(value="io.swagger.codegen.v3.generators.java.JavaClientCodegen",
date="2023-11-22T19:25:26.907436939-06:00[America/Chicago]")
public class UpdateControllerServiceReferenceRequestEntity
extends Object
UpdateControllerServiceReferenceRequestEntity
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enum
The new state of the references for the controller service. -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondisconnectedNodeAcknowledged
(Boolean disconnectedNodeAcknowledged) boolean
getId()
The identifier of the Controller Service.The revisions for all referencing components.getState()
The new state of the references for the controller service.int
hashCode()
Acknowledges that this node is disconnected to allow for mutable requests to proceed.isUiOnly()
Indicates whether or not the response should only include fields necessary for rendering the NiFi User Interface.putReferencingComponentRevisionsItem
(String key, RevisionDTO referencingComponentRevisionsItem) referencingComponentRevisions
(Map<String, RevisionDTO> referencingComponentRevisions) void
setDisconnectedNodeAcknowledged
(Boolean disconnectedNodeAcknowledged) void
void
setReferencingComponentRevisions
(Map<String, RevisionDTO> referencingComponentRevisions) void
void
private String
Convert the given object to string with each line indented by 4 spaces (except the first line).toString()
-
Field Details
-
id
-
state
-
referencingComponentRevisions
-
disconnectedNodeAcknowledged
-
uiOnly
-
-
Constructor Details
-
UpdateControllerServiceReferenceRequestEntity
public UpdateControllerServiceReferenceRequestEntity()
-
-
Method Details
-
id
-
getId
The identifier of the Controller Service.- Returns:
- id
-
setId
-
state
-
getState
The new state of the references for the controller service.- Returns:
- state
-
setState
-
referencingComponentRevisions
public UpdateControllerServiceReferenceRequestEntity referencingComponentRevisions(Map<String, RevisionDTO> referencingComponentRevisions) -
putReferencingComponentRevisionsItem
public UpdateControllerServiceReferenceRequestEntity putReferencingComponentRevisionsItem(String key, RevisionDTO referencingComponentRevisionsItem) -
getReferencingComponentRevisions
The revisions for all referencing components.- Returns:
- referencingComponentRevisions
-
setReferencingComponentRevisions
-
disconnectedNodeAcknowledged
public UpdateControllerServiceReferenceRequestEntity 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 the response 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).
-