Class DefinedType
java.lang.Object
org.apache.nifi.c2.protocol.component.api.DefinedType
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
ExtensionComponent
A reference to a defined type identified by bundle and fully qualified class type identifiers
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetGroup()getType()inthashCode()voidsetArtifact(String artifact) voidvoidvoidsetTypeDescription(String typeDescription) voidsetVersion(String version)
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
group
-
artifact
-
version
-
type
-
typeDescription
-
-
Constructor Details
-
DefinedType
public DefinedType()
-
-
Method Details