Class BroadcastDocument
java.lang.Object
com.iohao.net.framework.core.doc.BroadcastDocument
Documentation model for a single broadcast (server-push) route, describing the
command info, data type, method name, and associated metadata used for client
SDK code generation.
- Author:
- 渔民小镇
- date:
- 2024-06-25
-
Method Summary
Modifier and TypeMethodDescriptionstatic BroadcastDocumentBuilderintgetCmd()intintstatic BroadcastDocumentBuildernewBuilder(CmdInfo cmdInfo) Deprecated.
-
Method Details
-
getCmdMerge
public int getCmdMerge() -
getCmd
public int getCmd() -
getSubCmd
public int getSubCmd() -
builder
-
newBuilder
Deprecated.seebuilder(CmdInfo)create BroadcastDocumentBuilder- Parameters:
cmdInfo- cmdInfo- Returns:
- BroadcastDocumentBuilder
-
builder(CmdInfo)