Package com.inductiveautomation.sfc.rpc
Class ChartStatus.StepElementStatus
java.lang.Object
com.inductiveautomation.sfc.rpc.ChartStatus.StepElementStatus
- All Implemented Interfaces:
ChartStatus.ElementStatus
,Serializable
- Enclosing class:
- ChartStatus
public static class ChartStatus.StepElementStatus
extends Object
implements ChartStatus.ElementStatus
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionStepElementStatus
(UUID id, ElementStateEnum state, Date lastActivation, boolean breakpointActive) -
Method Summary
Modifier and TypeMethodDescriptiongetType()
boolean
toProto
(ChartStatus.StepElementStatus status) toString()
-
Constructor Details
-
StepElementStatus
public StepElementStatus(UUID id, ElementStateEnum state, Date lastActivation, boolean breakpointActive)
-
-
Method Details
-
getElementId
- Specified by:
getElementId
in interfaceChartStatus.ElementStatus
-
getElementState
- Specified by:
getElementState
in interfaceChartStatus.ElementStatus
-
getLastActivation
- Specified by:
getLastActivation
in interfaceChartStatus.ElementStatus
-
isBreakpointActive
public boolean isBreakpointActive() -
getType
- Specified by:
getType
in interfaceChartStatus.ElementStatus
-
fromProto
public static ChartStatus.StepElementStatus fromProto(ChartStatusProto.ChartStatusPb.StepElementStatusPb pb) -
toProto
public static ChartStatusProto.ChartStatusPb.StepElementStatusPb toProto(ChartStatus.StepElementStatus status) -
toString
-