public class AccessPolicySummaryDTO extends ComponentDTO
| Modifier and Type | Field and Description |
|---|---|
private String |
action |
private ComponentReferenceEntity |
componentReference |
private Boolean |
configurable |
private String |
resource |
| Constructor and Description |
|---|
AccessPolicySummaryDTO() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAction() |
ComponentReferenceEntity |
getComponentReference() |
Boolean |
getConfigurable() |
String |
getResource() |
void |
setAction(String action) |
void |
setComponentReference(ComponentReferenceEntity componentReference) |
void |
setConfigurable(Boolean configurable) |
void |
setResource(String resource) |
equals, getId, getParentGroupId, getPosition, getVersionedComponentId, hashCode, setId, setParentGroupId, setPosition, setVersionedComponentId, toStringprivate String resource
private String action
private ComponentReferenceEntity componentReference
private Boolean configurable
public String getAction()
public void setAction(String action)
public String getResource()
public void setResource(String resource)
public ComponentReferenceEntity getComponentReference()
public void setComponentReference(ComponentReferenceEntity componentReference)
public Boolean getConfigurable()
public void setConfigurable(Boolean configurable)
Copyright © 2023 Apache NiFi Project. All rights reserved.