Class Document

java.lang.Object
com.iohao.net.framework.core.doc.Document

public final class Document extends Object
Document-related information, such as action-related, broadcast-related, and error code-related details.
Since:
21.11
Author:
渔民小镇
date:
2024-06-25
  • Field Details

    • broadcastDocumentList

      public List<BroadcastDocument> broadcastDocumentList
      Parsed broadcast document list
    • errorCodeDocumentList

      public List<ErrorCodeDocument> errorCodeDocumentList
      Parsed error code document list
    • actionDocList

      public List<ActionDoc> actionDocList
      Parsed action document list
  • Constructor Details

    • Document

      public Document()