Package tech.kronicle.sdk.models
Interface ComponentEnvironmentState
-
- All Superinterfaces:
ComponentState,ObjectWithId,State
- All Known Implementing Classes:
CheckState,DiscoveredState,LogSummaryState
public interface ComponentEnvironmentState extends ComponentState
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description @NotEmpty @Pattern(regexp="[a-z][a-z0-9]*(-[a-z0-9]+)*") java.lang.StringgetEnvironmentId()-
Methods inherited from interface tech.kronicle.sdk.models.ComponentState
getId, getPluginId, getType
-
-