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()booleantoProto(ChartStatus.StepElementStatus status) toString()
-
Constructor Details
-
StepElementStatus
public StepElementStatus(UUID id, ElementStateEnum state, Date lastActivation, boolean breakpointActive)
-
-
Method Details
-
getElementId
- Specified by:
getElementIdin interfaceChartStatus.ElementStatus
-
getElementState
- Specified by:
getElementStatein interfaceChartStatus.ElementStatus
-
getLastActivation
- Specified by:
getLastActivationin interfaceChartStatus.ElementStatus
-
isBreakpointActive
public boolean isBreakpointActive() -
getType
- Specified by:
getTypein interfaceChartStatus.ElementStatus
-
fromProto
public static ChartStatus.StepElementStatus fromProto(ChartStatusProto.ChartStatusPb.StepElementStatusPb pb) -
toProto
public static ChartStatusProto.ChartStatusPb.StepElementStatusPb toProto(ChartStatus.StepElementStatus status) -
toString
-