Class AccessPolicySummaryDTO
java.lang.Object
org.apache.nifi.api.toolkit.model.AccessPolicySummaryDTO
@Generated(value="io.swagger.codegen.v3.generators.java.JavaClientCodegen",
date="2023-11-22T19:25:26.907436939-06:00[America/Chicago]")
public class AccessPolicySummaryDTO
extends Object
AccessPolicySummaryDTO
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enum
The action associated with this access policy. -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate ComponentReferenceEntity
private Boolean
private String
private String
private PositionDTO
private String
private String
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncomponentReference
(ComponentReferenceEntity componentReference) configurable
(Boolean configurable) boolean
The action associated with this access policy.Get componentReferencegetId()
The id of the component.The id of parent process group of this component if applicable.Get positionThe resource for this access policy.The ID of the corresponding component that is under version controlint
hashCode()
Whether this policy is configurable.parentGroupId
(String parentGroupId) position
(PositionDTO position) void
void
setComponentReference
(ComponentReferenceEntity componentReference) void
setConfigurable
(Boolean configurable) void
void
setParentGroupId
(String parentGroupId) void
setPosition
(PositionDTO position) void
setResource
(String resource) void
setVersionedComponentId
(String versionedComponentId) private String
Convert the given object to string with each line indented by 4 spaces (except the first line).toString()
versionedComponentId
(String versionedComponentId)
-
Field Details
-
id
-
versionedComponentId
-
parentGroupId
-
position
-
resource
-
action
-
componentReference
-
configurable
-
-
Constructor Details
-
AccessPolicySummaryDTO
public AccessPolicySummaryDTO()
-
-
Method Details
-
id
-
getId
The id of the component.- Returns:
- id
-
setId
-
versionedComponentId
-
getVersionedComponentId
The ID of the corresponding component that is under version control- Returns:
- versionedComponentId
-
setVersionedComponentId
-
parentGroupId
-
getParentGroupId
The id of parent process group of this component if applicable.- Returns:
- parentGroupId
-
setParentGroupId
-
position
-
getPosition
Get position- Returns:
- position
-
setPosition
-
resource
-
getResource
The resource for this access policy.- Returns:
- resource
-
setResource
-
action
-
getAction
The action associated with this access policy.- Returns:
- action
-
setAction
-
componentReference
-
getComponentReference
Get componentReference- Returns:
- componentReference
-
setComponentReference
-
configurable
-
isConfigurable
Whether this policy is configurable.- Returns:
- configurable
-
setConfigurable
-
equals
-
hashCode
public int hashCode() -
toString
-
toIndentedString
Convert the given object to string with each line indented by 4 spaces (except the first line).
-