-
public class VendorDpAction.Builder
-
-
Field Summary
Fields Modifier and Type Field Description public String
dps
private Map<String, SchemaBean>
schemaBeanMap
private String
nodeId
-
Method Summary
Modifier and Type Method Description VendorDpAction.Builder
setDps(String dps)
VendorDpAction.Builder
setSchemaBeanMap(Map<String, SchemaBean> schemaBeanMap)
VendorDpAction.Builder
setNodeId(String nodeId)
VendorDpAction.Builder
setFastConfig(boolean fastConfig)
VendorDpAction.Builder
setAck(boolean ack)
VendorDpAction
build()
-
-
-
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()
-
-