-
public class SendCommandParamsauthor : yuzhouxu date : 2021/6/2 15:30 description :Send command related parameters
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classSendCommandParams.SendCommandParamsBuilder
-
Field Summary
Fields Modifier and Type Field Description private final Stringmacprivate final Stringkeyprivate final StringnodeIdprivate final Stringpccprivate final Stringdpsprivate byteopCodeprivate Array<byte>dpParamsprivate Array<byte>sessionKeyprivate intcommandType
-
Method Summary
Modifier and Type Method Description StringgetMac()StringgetKey()StringgetNodeId()StringgetPcc()StringgetDps()bytegetOpCode()Array<byte>getDpParams()Array<byte>getSessionKey()intgetCommandType()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()
-
-
-
-