Class ControllerServiceEntity
java.lang.Object
org.apache.nifi.api.toolkit.model.ControllerServiceEntity
@Generated(value="io.swagger.codegen.v3.generators.java.JavaClientCodegen",
date="2023-11-22T19:25:26.907436939-06:00[America/Chicago]")
public class ControllerServiceEntity
extends Object
ControllerServiceEntity
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate List
<BulletinEntity> private ControllerServiceDTO
private Boolean
private String
private PermissionsDTO
private String
private PermissionsDTO
private PositionDTO
private RevisionDTO
private ControllerServiceStatusDTO
private String
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddBulletinsItem
(BulletinEntity bulletinsItem) bulletins
(List<BulletinEntity> bulletins) component
(ControllerServiceDTO component) disconnectedNodeAcknowledged
(Boolean disconnectedNodeAcknowledged) boolean
The bulletins for this component.Get componentgetId()
The id of the component.Get operatePermissionsThe id of parent process group of this ControllerService.Get permissionsGet positionGet revisionGet statusgetUri()
The URI for futures requests to the component.int
hashCode()
Acknowledges that this node is disconnected to allow for mutable requests to proceed.operatePermissions
(PermissionsDTO operatePermissions) parentGroupId
(String parentGroupId) permissions
(PermissionsDTO permissions) position
(PositionDTO position) revision
(RevisionDTO revision) void
setBulletins
(List<BulletinEntity> bulletins) void
setComponent
(ControllerServiceDTO component) void
setDisconnectedNodeAcknowledged
(Boolean disconnectedNodeAcknowledged) void
void
setOperatePermissions
(PermissionsDTO operatePermissions) void
setParentGroupId
(String parentGroupId) void
setPermissions
(PermissionsDTO permissions) void
setPosition
(PositionDTO position) void
setRevision
(RevisionDTO revision) void
setStatus
(ControllerServiceStatusDTO status) void
status
(ControllerServiceStatusDTO status) private String
Convert the given object to string with each line indented by 4 spaces (except the first line).toString()
-
Field Details
-
revision
-
id
-
uri
-
position
-
permissions
-
bulletins
-
disconnectedNodeAcknowledged
-
parentGroupId
-
component
-
operatePermissions
-
status
-
-
Constructor Details
-
ControllerServiceEntity
public ControllerServiceEntity()
-
-
Method Details
-
revision
-
getRevision
Get revision- Returns:
- revision
-
setRevision
-
id
-
getId
The id of the component.- Returns:
- id
-
setId
-
uri
-
getUri
The URI for futures requests to the component.- Returns:
- uri
-
setUri
-
position
-
getPosition
Get position- Returns:
- position
-
setPosition
-
permissions
-
getPermissions
Get permissions- Returns:
- permissions
-
setPermissions
-
bulletins
-
addBulletinsItem
-
getBulletins
The bulletins for this component.- Returns:
- bulletins
-
setBulletins
-
disconnectedNodeAcknowledged
-
isDisconnectedNodeAcknowledged
Acknowledges that this node is disconnected to allow for mutable requests to proceed.- Returns:
- disconnectedNodeAcknowledged
-
setDisconnectedNodeAcknowledged
-
parentGroupId
-
getParentGroupId
The id of parent process group of this ControllerService.- Returns:
- parentGroupId
-
setParentGroupId
-
component
-
getComponent
Get component- Returns:
- component
-
setComponent
-
operatePermissions
-
getOperatePermissions
Get operatePermissions- Returns:
- operatePermissions
-
setOperatePermissions
-
status
-
getStatus
Get status- Returns:
- status
-
setStatus
-
equals
-
hashCode
public int hashCode() -
toString
-
toIndentedString
Convert the given object to string with each line indented by 4 spaces (except the first line).
-