public class DocumentedTypeDTO extends Object
| Modifier and Type | Field and Description |
|---|---|
private BundleDTO |
bundle |
private List<ControllerServiceApiDTO> |
controllerServiceApis |
private String |
deprecationReason |
private String |
description |
private Set<ExplicitRestrictionDTO> |
explicitRestrictions |
private boolean |
restricted |
private Set<String> |
tags |
private String |
type |
private String |
usageRestriction |
| Constructor and Description |
|---|
DocumentedTypeDTO() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
BundleDTO |
getBundle()
The details of the artifact that bundled this type.
|
List<ControllerServiceApiDTO> |
getControllerServiceApis()
If this type represents a ControllerService, this lists the APIs it implements.
|
String |
getDeprecationReason() |
String |
getDescription() |
Set<ExplicitRestrictionDTO> |
getExplicitRestrictions() |
Set<String> |
getTags() |
String |
getType() |
String |
getUsageRestriction() |
int |
hashCode() |
boolean |
isRestricted() |
void |
setBundle(BundleDTO bundle) |
void |
setControllerServiceApis(List<ControllerServiceApiDTO> controllerServiceApis) |
void |
setDeprecationReason(String deprecationReason) |
void |
setDescription(String description) |
void |
setExplicitRestrictions(Set<ExplicitRestrictionDTO> explicitRestrictions) |
void |
setRestricted(boolean restricted) |
void |
setTags(Set<String> tags) |
void |
setType(String type) |
void |
setUsageRestriction(String usageRestriction) |
private String type
private BundleDTO bundle
private List<ControllerServiceApiDTO> controllerServiceApis
private String description
private boolean restricted
private String usageRestriction
private Set<ExplicitRestrictionDTO> explicitRestrictions
private String deprecationReason
public String getDescription()
public void setDescription(String description)
public boolean isRestricted()
public void setRestricted(boolean restricted)
public Set<ExplicitRestrictionDTO> getExplicitRestrictions()
public void setExplicitRestrictions(Set<ExplicitRestrictionDTO> explicitRestrictions)
public String getUsageRestriction()
public void setUsageRestriction(String usageRestriction)
public String getDeprecationReason()
public void setDeprecationReason(String deprecationReason)
public String getType()
public void setType(String type)
public BundleDTO getBundle()
public void setBundle(BundleDTO bundle)
public List<ControllerServiceApiDTO> getControllerServiceApis()
public void setControllerServiceApis(List<ControllerServiceApiDTO> controllerServiceApis)
Copyright © 2023 Apache NiFi Project. All rights reserved.