-
public class MeshActionLinkageData
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public class
MeshActionLinkageData.Builder
-
Field Summary
Fields Modifier and Type Field Description private final MeshLinkageActionType
actionType
private final String
dpId
private final MeshLinkageOperator
operator
private final Array<Object>
operateParam
private final int
delayTime
private final int
automationID
private final int
automationOperate
-
Method Summary
Modifier and Type Method Description MeshLinkageActionType
getActionType()
String
getDpId()
MeshLinkageOperator
getOperator()
Array<Object>
getOperateParam()
int
getDelayTime()
int
getAutomationID()
int
getAutomationOperate()
-
-
Method Detail
-
getActionType
MeshLinkageActionType getActionType()
-
getDpId
String getDpId()
-
getOperator
MeshLinkageOperator getOperator()
-
getOperateParam
Array<Object> getOperateParam()
-
getDelayTime
int getDelayTime()
-
getAutomationID
int getAutomationID()
-
getAutomationOperate
int getAutomationOperate()
-
-
-
-