Class ChartInfo
java.lang.Object
com.inductiveautomation.sfc.scripting.ChartInfo
- All Implemented Interfaces:
 Serializable
- See Also:
 
- 
Constructor Summary
ConstructorsConstructorDescriptionChartInfo(ProjectResourceId resourceId, UUID instanceId, String chartPath, Date startDate, String startedBy, ChartStateEnum chartState, String keyParamName, Object keyParamValue)  - 
Method Summary
Modifier and TypeMethodDescription 
- 
Constructor Details
- 
ChartInfo
public ChartInfo(ProjectResourceId resourceId, UUID instanceId, String chartPath, Date startDate, String startedBy, ChartStateEnum chartState, @Nullable String keyParamName, @Nullable Object keyParamValue)  
 - 
 - 
Method Details
- 
getResourceId
 - 
getInstanceId
 - 
getChartPath
 - 
getStartDate
 - 
getStartedBy
 - 
getChartState
 - 
getKeyParamName
 - 
getKeyParamValue
 
 -