Class SchemaLookupResult<T>


  • public class SchemaLookupResult<T>
    extends Object
    Author:
    Fabian Martinez
    • Method Detail

      • getParsedSchema

        public ParsedSchema<T> getParsedSchema()
        Returns:
        the parsedSchema
      • getGlobalId

        public long getGlobalId()
        Returns:
        the globalId
      • getContentId

        public long getContentId()
        Returns:
        the contentId
      • getContentHash

        public String getContentHash()
        Returns:
        the contentHash
      • getGroupId

        public String getGroupId()
        Returns:
        the groupId
      • getArtifactId

        public String getArtifactId()
        Returns:
        the artifactId
      • getVersion

        public String getVersion()
        Returns:
        the version