Class OperatingItem


  • public class OperatingItem
    extends Object
    One operating summary report (annual or quarterly).
    • Field Detail

      • id

        public String id
        Internal report ID.
      • report

        public String report
        Report period code, e.g. "af" (annual), "qf" (quarterly).
      • title

        public String title
        Report title, e.g. "2025 财年年报".
      • txt

        public String txt
        Management discussion text.
      • latest

        public boolean latest
        Whether this is the most recent report.
      • webUrl

        public String webUrl
        URL to the full community report page.
      • financial

        public OperatingFinancial financial
        Key financial metrics extracted from the report.
      • keywords

        public String[] keywords
        Keyword tags (usually empty).
    • Constructor Detail

      • OperatingItem

        public OperatingItem()