Class StatusNormalizer

java.lang.Object
com.qtsurfer.api.sdk.internal.StatusNormalizer

public final class StatusNormalizer extends Object
Maps the raw backend job status (which in the live API is lowercase — queued, started, completed, failed, …) to a stable enum so the rest of the SDK reasons about it without caring about OpenAPI spec drift or generator casing.