Class DefinedType

java.lang.Object
org.apache.nifi.c2.protocol.component.api.DefinedType
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ExtensionComponent

public class DefinedType extends Object implements Serializable
A reference to a defined type identified by bundle and fully qualified class type identifiers
See Also:
  • Field Details

    • serialVersionUID

      private static final long serialVersionUID
      See Also:
    • group

      private String group
    • artifact

      private String artifact
    • version

      private String version
    • type

      private String type
    • typeDescription

      private String typeDescription
  • Constructor Details

    • DefinedType

      public DefinedType()
  • Method Details

    • getGroup

      public String getGroup()
    • setGroup

      public void setGroup(String group)
    • getArtifact

      public String getArtifact()
    • setArtifact

      public void setArtifact(String artifact)
    • getVersion

      public String getVersion()
    • setVersion

      public void setVersion(String version)
    • getType

      public String getType()
    • setType

      public void setType(String type)
    • getTypeDescription

      public String getTypeDescription()
    • setTypeDescription

      public void setTypeDescription(String typeDescription)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object