-
public class MeshConditionLinkageData extends ConditionLinkageData
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public class
MeshConditionLinkageData.Builder
-
Field Summary
Fields Modifier and Type Field Description private String
devId
private final String
dpId
private final boolean
isContinuous
private final MeshLinkageLogicOperator
operator
private final Array<Object>
operateParams
-
Constructor Summary
Constructors Constructor Description MeshConditionLinkageData(MeshConditionLinkageData.Builder builder)
-
Method Summary
Modifier and Type Method Description String
getDevId()
String
getDpId()
boolean
isContinuous()
MeshLinkageLogicOperator
getOperator()
Array<Object>
getOperateParams()
String
getPubAddress()
-
-
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()
-
-
-
-