-
public class SendCommandParams.SendCommandParamsBuilder
-
-
Field Summary
Fields Modifier and Type Field Description private String
mac
private String
nodeId
private String
pcc
private String
dps
private byte
opCode
private Array<byte>
dpParams
private Array<byte>
sessionKey
private int
commandType
-
Constructor Summary
Constructors Constructor Description SendCommandParams.SendCommandParamsBuilder(String mac)
SendCommandParams.SendCommandParamsBuilder(String mac, String nodeId)
SendCommandParams.SendCommandParamsBuilder(String mac, String nodeId, String pcc)
-
Method Summary
Modifier and Type Method Description SendCommandParams.SendCommandParamsBuilder
setMac(String mac)
SendCommandParams.SendCommandParamsBuilder
setNodeId(String nodeId)
SendCommandParams.SendCommandParamsBuilder
setPcc(String pcc)
SendCommandParams.SendCommandParamsBuilder
setDps(String dps)
SendCommandParams.SendCommandParamsBuilder
setOpCode(byte opCode)
SendCommandParams.SendCommandParamsBuilder
setDpParams(Array<byte> params)
SendCommandParams.SendCommandParamsBuilder
setSessionKey(Array<byte> sessionKey)
SendCommandParams.SendCommandParamsBuilder
setCommandType(int commandType)
SendCommandParams.SendCommandParamsBuilder
setAppKey(String key)
SendCommandParams.SendCommandParamsBuilder
setSchemaMap(Map<String, SchemaBean> schemaMap)
SendCommandParams
createSigMeshCommandParams()
SendCommandParams
createThingMeshCommandParams()
-
-
Constructor Detail
-
SendCommandParams.SendCommandParamsBuilder
SendCommandParams.SendCommandParamsBuilder(String mac)
-
SendCommandParams.SendCommandParamsBuilder
SendCommandParams.SendCommandParamsBuilder(String mac, String nodeId)
-
SendCommandParams.SendCommandParamsBuilder
SendCommandParams.SendCommandParamsBuilder(String mac, String nodeId, String pcc)
-
-
Method Detail
-
setMac
SendCommandParams.SendCommandParamsBuilder setMac(String mac)
-
setNodeId
SendCommandParams.SendCommandParamsBuilder setNodeId(String nodeId)
-
setPcc
SendCommandParams.SendCommandParamsBuilder setPcc(String pcc)
-
setDps
SendCommandParams.SendCommandParamsBuilder setDps(String dps)
-
setOpCode
SendCommandParams.SendCommandParamsBuilder setOpCode(byte opCode)
-
setDpParams
SendCommandParams.SendCommandParamsBuilder setDpParams(Array<byte> params)
-
setSessionKey
SendCommandParams.SendCommandParamsBuilder setSessionKey(Array<byte> sessionKey)
-
setCommandType
SendCommandParams.SendCommandParamsBuilder setCommandType(int commandType)
-
setAppKey
SendCommandParams.SendCommandParamsBuilder setAppKey(String key)
-
setSchemaMap
SendCommandParams.SendCommandParamsBuilder setSchemaMap(Map<String, SchemaBean> schemaMap)
-
createSigMeshCommandParams
SendCommandParams createSigMeshCommandParams()
-
createThingMeshCommandParams
SendCommandParams createThingMeshCommandParams()
-
-
-
-