-
public class MeshConditionLinkageData extends ConditionLinkageData
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classMeshConditionLinkageData.Builder
-
Field Summary
Fields Modifier and Type Field Description private StringdevIdprivate final StringdpIdprivate final booleanisContinuousprivate final MeshLinkageLogicOperatoroperatorprivate final Array<Object>operateParams
-
Constructor Summary
Constructors Constructor Description MeshConditionLinkageData(MeshConditionLinkageData.Builder builder)
-
Method Summary
Modifier and Type Method Description StringgetDevId()StringgetDpId()booleanisContinuous()MeshLinkageLogicOperatorgetOperator()Array<Object>getOperateParams()StringgetPubAddress()-
-
Constructor Detail
-
MeshConditionLinkageData
MeshConditionLinkageData(MeshConditionLinkageData.Builder builder)
-
-
Method Detail
-
getDevId
String getDevId()
-
getDpId
String getDpId()
-
isContinuous
boolean isContinuous()
-
getOperator
MeshLinkageLogicOperator getOperator()
-
getOperateParams
Array<Object> getOperateParams()
-
getPubAddress
String getPubAddress()
-
-
-
-