public interface  io.fabric.chaosmesh.v1alpha.HTTPChaosStatusFluent extends java.lang.Object implements io.fabric.kubernetes.api.builder.Fluent
{
public abstract io.fabric.chaosmesh.v1alpha.ExperimentStatus getExperiment();
public abstract io.fabric.chaosmesh.v1alpha.ExperimentStatus buildExperiment();
public abstract io.fabric.chaosmesh.v1alpha.HTTPChaosStatusFluent withExperiment(io.fabric.chaosmesh.v1alpha.ExperimentStatus);
public abstract java.lang.Boolean hasExperiment();
public abstract io.fabric.chaosmesh.v1alpha.HTTPChaosStatusFluent$ExperimentNested withNewExperiment();
public abstract io.fabric.chaosmesh.v1alpha.HTTPChaosStatusFluent$ExperimentNested withNewExperimentLike(io.fabric.chaosmesh.v1alpha.ExperimentStatus);
public abstract io.fabric.chaosmesh.v1alpha.HTTPChaosStatusFluent$ExperimentNested editExperiment();
public abstract io.fabric.chaosmesh.v1alpha.HTTPChaosStatusFluent$ExperimentNested editOrNewExperiment();
public abstract io.fabric.chaosmesh.v1alpha.HTTPChaosStatusFluent$ExperimentNested editOrNewExperimentLike(io.fabric.chaosmesh.v1alpha.ExperimentStatus);
public abstract java.lang.String getFailedMessage();
public abstract io.fabric.chaosmesh.v1alpha.HTTPChaosStatusFluent withFailedMessage(java.lang.String);
public abstract java.lang.Boolean hasFailedMessage();
public abstract io.fabric.chaosmesh.v1alpha.HTTPChaosStatusFluent withNewFailedMessage(java.lang.String);
public abstract io.fabric.chaosmesh.v1alpha.ScheduleStatus getScheduler();
public abstract io.fabric.chaosmesh.v1alpha.ScheduleStatus buildScheduler();
public abstract io.fabric.chaosmesh.v1alpha.HTTPChaosStatusFluent withScheduler(io.fabric.chaosmesh.v1alpha.ScheduleStatus);
public abstract java.lang.Boolean hasScheduler();
public abstract io.fabric.chaosmesh.v1alpha.HTTPChaosStatusFluent withNewScheduler(java.lang.String, java.lang.String);
public abstract io.fabric.chaosmesh.v1alpha.HTTPChaosStatusFluent$SchedulerNested withNewScheduler();
public abstract io.fabric.chaosmesh.v1alpha.HTTPChaosStatusFluent$SchedulerNested withNewSchedulerLike(io.fabric.chaosmesh.v1alpha.ScheduleStatus);
public abstract io.fabric.chaosmesh.v1alpha.HTTPChaosStatusFluent$SchedulerNested editScheduler();
public abstract io.fabric.chaosmesh.v1alpha.HTTPChaosStatusFluent$SchedulerNested editOrNewScheduler();
public abstract io.fabric.chaosmesh.v1alpha.HTTPChaosStatusFluent$SchedulerNested editOrNewSchedulerLike(io.fabric.chaosmesh.v1alpha.ScheduleStatus);
}