-
public class VendorDpAction.Builder
-
-
Field Summary
Fields Modifier and Type Field Description public Stringdpsprivate Map<String, SchemaBean>schemaBeanMapprivate StringnodeId
-
Method Summary
Modifier and Type Method Description VendorDpAction.BuildersetDps(String dps)VendorDpAction.BuildersetSchemaBeanMap(Map<String, SchemaBean> schemaBeanMap)VendorDpAction.BuildersetNodeId(String nodeId)VendorDpAction.BuildersetFastConfig(boolean fastConfig)VendorDpAction.BuildersetAck(boolean ack)VendorDpActionbuild()-
-
Method Detail
-
setDps
VendorDpAction.Builder setDps(String dps)
-
setSchemaBeanMap
VendorDpAction.Builder setSchemaBeanMap(Map<String, SchemaBean> schemaBeanMap)
-
setNodeId
VendorDpAction.Builder setNodeId(String nodeId)
-
setFastConfig
VendorDpAction.Builder setFastConfig(boolean fastConfig)
-
setAck
VendorDpAction.Builder setAck(boolean ack)
-
build
VendorDpAction build()
-
-
-
-