Class EntityInfoImpl

java.lang.Object
org.aksw.commons.util.entity.EntityInfoImpl
All Implemented Interfaces:
EntityInfo

public class EntityInfoImpl extends Object implements EntityInfo
A basic java implementation of the EntityInfo interface
Author:
raven
  • Field Details

    • contentEncodings

      protected List<String> contentEncodings
    • contentType

      protected String contentType
    • charset

      protected String charset
    • languageTags

      protected Set<String> languageTags
    • conformsTo

      protected Set<String> conformsTo
    • byteSize

      protected Long byteSize
    • uncompressedByteSize

      protected Long uncompressedByteSize
  • Constructor Details

  • Method Details