Class ConsistencyCheckResponse
- java.lang.Object
-
- de.aristaflow.ilm.model.execution.ConsistencyCheckResponse
-
- All Implemented Interfaces:
Serializable
public class ConsistencyCheckResponse extends Object implements Serializable
This is the response toInstanceControlWebService.checkForAndFixInconsistencies(de.aristaflow.ilm.base.sessionmanagement.SessionToken, java.util.UUID, Boolean)
.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description @NotNull Boolean
inconsFound
@NotNull ProcessConstants.InstanceExecutionStatus
status
-
Constructor Summary
Constructors Constructor Description ConsistencyCheckResponse()
-
-
-
Field Detail
-
inconsFound
@NotNull public @NotNull Boolean inconsFound
-
status
@NotNull public @NotNull ProcessConstants.InstanceExecutionStatus status
-
-