Class FilingItem


  • public class FilingItem
    extends Object
    Filing item
    • Constructor Detail

      • FilingItem

        public FilingItem()
    • Method Detail

      • getId

        public String getId()
        Returns the filing ID.
        Returns:
        the filing ID
      • getTitle

        public String getTitle()
        Returns the title.
        Returns:
        the title
      • getDescription

        public String getDescription()
        Returns the description.
        Returns:
        the description
      • getFileName

        public String getFileName()
        Returns the file name.
        Returns:
        the file name
      • getFileUrls

        public String[] getFileUrls()
        Returns the file URLs.
        Returns:
        the file URLs
      • getPublishedAt

        public OffsetDateTime getPublishedAt()
        Returns the published time.
        Returns:
        the published time