public class ExtensionComponent extends DefinedType
| Modifier and Type | Field and Description |
|---|---|
private BuildInfo |
buildInfo |
private Boolean |
deprecated |
private String |
deprecationReason |
private Set<Restriction> |
explicitRestrictions |
private List<DefinedType> |
providedApiImplementations |
private Boolean |
restricted |
private String |
restrictedExplanation |
private static long |
serialVersionUID |
private Stateful |
stateful |
private Set<String> |
tags |
| Constructor and Description |
|---|
ExtensionComponent() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
BuildInfo |
getBuildInfo() |
Boolean |
getDeprecated() |
String |
getDeprecationReason() |
Set<Restriction> |
getExplicitRestrictions() |
List<DefinedType> |
getProvidedApiImplementations() |
String |
getRestrictedExplanation() |
Stateful |
getStateful() |
Set<String> |
getTags() |
int |
hashCode() |
Boolean |
isRestricted() |
void |
setBuildInfo(BuildInfo buildInfo) |
void |
setDeprecated(Boolean deprecated) |
void |
setDeprecationReason(String deprecationReason) |
void |
setExplicitRestrictions(Set<Restriction> explicitRestrictions) |
void |
setProvidedApiImplementations(List<DefinedType> providedApiImplementations) |
void |
setRestricted(Boolean restricted) |
void |
setRestrictedExplanation(String restrictedExplanation) |
void |
setStateful(Stateful stateful) |
void |
setTags(Set<String> tags) |
getArtifact, getGroup, getType, getTypeDescription, getVersion, setArtifact, setGroup, setType, setTypeDescription, setVersionprivate static final long serialVersionUID
private BuildInfo buildInfo
private List<DefinedType> providedApiImplementations
private Boolean deprecated
private String deprecationReason
private Boolean restricted
private String restrictedExplanation
private Set<Restriction> explicitRestrictions
private Stateful stateful
public BuildInfo getBuildInfo()
public void setBuildInfo(BuildInfo buildInfo)
public List<DefinedType> getProvidedApiImplementations()
public void setProvidedApiImplementations(List<DefinedType> providedApiImplementations)
public Boolean getDeprecated()
public void setDeprecated(Boolean deprecated)
public String getDeprecationReason()
public void setDeprecationReason(String deprecationReason)
public Boolean isRestricted()
public void setRestricted(Boolean restricted)
public String getRestrictedExplanation()
public void setRestrictedExplanation(String restrictedExplanation)
public Set<Restriction> getExplicitRestrictions()
public void setExplicitRestrictions(Set<Restriction> explicitRestrictions)
public Stateful getStateful()
public void setStateful(Stateful stateful)
public boolean equals(Object o)
equals in class DefinedTypepublic int hashCode()
hashCode in class DefinedTypeCopyright © 2022 Apache NiFi Project. All rights reserved.