-
public class SendCommandParams
author : yuzhouxu date : 2021/6/2 15:30 description :Send command related parameters
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public class
SendCommandParams.SendCommandParamsBuilder
-
Field Summary
Fields Modifier and Type Field Description private final String
mac
private final String
key
private final String
nodeId
private final String
pcc
private final String
dps
private byte
opCode
private Array<byte>
dpParams
private Array<byte>
sessionKey
private int
commandType
-
Method Summary
Modifier and Type Method Description String
getMac()
String
getKey()
String
getNodeId()
String
getPcc()
String
getDps()
byte
getOpCode()
Array<byte>
getDpParams()
Array<byte>
getSessionKey()
int
getCommandType()
Map<String, SchemaBean>
getSchemaMap()
-
-
Method Detail
-
getMac
String getMac()
-
getKey
String getKey()
-
getNodeId
String getNodeId()
-
getPcc
String getPcc()
-
getDps
String getDps()
-
getOpCode
byte getOpCode()
-
getDpParams
Array<byte> getDpParams()
-
getSessionKey
Array<byte> getSessionKey()
-
getCommandType
int getCommandType()
-
getSchemaMap
Map<String, SchemaBean> getSchemaMap()
-
-
-
-