public interface  io.fabric.chaosmesh.v1alpha.TimeChaosSpecFluent extends java.lang.Object implements io.fabric.kubernetes.api.builder.Fluent
{
public abstract io.fabric.chaosmesh.v1alpha.TimeChaosSpecFluent addToClockIds(int, java.lang.String);
public abstract io.fabric.chaosmesh.v1alpha.TimeChaosSpecFluent setToClockIds(int, java.lang.String);
public abstract transient io.fabric.chaosmesh.v1alpha.TimeChaosSpecFluent addToClockIds(java.lang.String[]);
public abstract io.fabric.chaosmesh.v1alpha.TimeChaosSpecFluent addAllToClockIds(java.util.Collection);
public abstract transient io.fabric.chaosmesh.v1alpha.TimeChaosSpecFluent removeFromClockIds(java.lang.String[]);
public abstract io.fabric.chaosmesh.v1alpha.TimeChaosSpecFluent removeAllFromClockIds(java.util.Collection);
public abstract java.util.List getClockIds();
public abstract java.lang.String getClockId(int);
public abstract java.lang.String getFirstClockId();
public abstract java.lang.String getLastClockId();
public abstract java.lang.String getMatchingClockId(java.util.function.Predicate);
public abstract java.lang.Boolean hasMatchingClockId(java.util.function.Predicate);
public abstract io.fabric.chaosmesh.v1alpha.TimeChaosSpecFluent withClockIds(java.util.List);
public abstract transient io.fabric.chaosmesh.v1alpha.TimeChaosSpecFluent withClockIds(java.lang.String[]);
public abstract java.lang.Boolean hasClockIds();
public abstract io.fabric.chaosmesh.v1alpha.TimeChaosSpecFluent addNewClockId(java.lang.String);
public abstract io.fabric.chaosmesh.v1alpha.TimeChaosSpecFluent addNewClockId(java.lang.StringBuilder);
public abstract io.fabric.chaosmesh.v1alpha.TimeChaosSpecFluent addNewClockId(java.lang.StringBuffer);
public abstract io.fabric.chaosmesh.v1alpha.TimeChaosSpecFluent addToContainerNames(int, java.lang.String);
public abstract io.fabric.chaosmesh.v1alpha.TimeChaosSpecFluent setToContainerNames(int, java.lang.String);
public abstract transient io.fabric.chaosmesh.v1alpha.TimeChaosSpecFluent addToContainerNames(java.lang.String[]);
public abstract io.fabric.chaosmesh.v1alpha.TimeChaosSpecFluent addAllToContainerNames(java.util.Collection);
public abstract transient io.fabric.chaosmesh.v1alpha.TimeChaosSpecFluent removeFromContainerNames(java.lang.String[]);
public abstract io.fabric.chaosmesh.v1alpha.TimeChaosSpecFluent removeAllFromContainerNames(java.util.Collection);
public abstract java.util.List getContainerNames();
public abstract java.lang.String getContainerName(int);
public abstract java.lang.String getFirstContainerName();
public abstract java.lang.String getLastContainerName();
public abstract java.lang.String getMatchingContainerName(java.util.function.Predicate);
public abstract java.lang.Boolean hasMatchingContainerName(java.util.function.Predicate);
public abstract io.fabric.chaosmesh.v1alpha.TimeChaosSpecFluent withContainerNames(java.util.List);
public abstract transient io.fabric.chaosmesh.v1alpha.TimeChaosSpecFluent withContainerNames(java.lang.String[]);
public abstract java.lang.Boolean hasContainerNames();
public abstract io.fabric.chaosmesh.v1alpha.TimeChaosSpecFluent addNewContainerName(java.lang.String);
public abstract io.fabric.chaosmesh.v1alpha.TimeChaosSpecFluent addNewContainerName(java.lang.StringBuilder);
public abstract io.fabric.chaosmesh.v1alpha.TimeChaosSpecFluent addNewContainerName(java.lang.StringBuffer);
public abstract java.lang.String getDuration();
public abstract io.fabric.chaosmesh.v1alpha.TimeChaosSpecFluent withDuration(java.lang.String);
public abstract java.lang.Boolean hasDuration();
public abstract io.fabric.chaosmesh.v1alpha.TimeChaosSpecFluent withNewDuration(java.lang.String);
public abstract io.fabric.chaosmesh.v1alpha.TimeChaosSpecFluent withNewDuration(java.lang.StringBuilder);
public abstract io.fabric.chaosmesh.v1alpha.TimeChaosSpecFluent withNewDuration(java.lang.StringBuffer);
public abstract java.lang.String getMode();
public abstract io.fabric.chaosmesh.v1alpha.TimeChaosSpecFluent withMode(java.lang.String);
public abstract java.lang.Boolean hasMode();
public abstract io.fabric.chaosmesh.v1alpha.TimeChaosSpecFluent withNewMode(java.lang.String);
public abstract io.fabric.chaosmesh.v1alpha.TimeChaosSpecFluent withNewMode(java.lang.StringBuilder);
public abstract io.fabric.chaosmesh.v1alpha.TimeChaosSpecFluent withNewMode(java.lang.StringBuffer);
public abstract io.fabric.chaosmesh.v1alpha.SchedulerSpec getScheduler();
public abstract io.fabric.chaosmesh.v1alpha.SchedulerSpec buildScheduler();
public abstract io.fabric.chaosmesh.v1alpha.TimeChaosSpecFluent withScheduler(io.fabric.chaosmesh.v1alpha.SchedulerSpec);
public abstract java.lang.Boolean hasScheduler();
public abstract io.fabric.chaosmesh.v1alpha.TimeChaosSpecFluent withNewScheduler(java.lang.String);
public abstract io.fabric.chaosmesh.v1alpha.TimeChaosSpecFluent$SchedulerNested withNewScheduler();
public abstract io.fabric.chaosmesh.v1alpha.TimeChaosSpecFluent$SchedulerNested withNewSchedulerLike(io.fabric.chaosmesh.v1alpha.SchedulerSpec);
public abstract io.fabric.chaosmesh.v1alpha.TimeChaosSpecFluent$SchedulerNested editScheduler();
public abstract io.fabric.chaosmesh.v1alpha.TimeChaosSpecFluent$SchedulerNested editOrNewScheduler();
public abstract io.fabric.chaosmesh.v1alpha.TimeChaosSpecFluent$SchedulerNested editOrNewSchedulerLike(io.fabric.chaosmesh.v1alpha.SchedulerSpec);
public abstract io.fabric.chaosmesh.v1alpha.SelectorSpec getSelector();
public abstract io.fabric.chaosmesh.v1alpha.SelectorSpec buildSelector();
public abstract io.fabric.chaosmesh.v1alpha.TimeChaosSpecFluent withSelector(io.fabric.chaosmesh.v1alpha.SelectorSpec);
public abstract java.lang.Boolean hasSelector();
public abstract io.fabric.chaosmesh.v1alpha.TimeChaosSpecFluent$SelectorNested withNewSelector();
public abstract io.fabric.chaosmesh.v1alpha.TimeChaosSpecFluent$SelectorNested withNewSelectorLike(io.fabric.chaosmesh.v1alpha.SelectorSpec);
public abstract io.fabric.chaosmesh.v1alpha.TimeChaosSpecFluent$SelectorNested editSelector();
public abstract io.fabric.chaosmesh.v1alpha.TimeChaosSpecFluent$SelectorNested editOrNewSelector();
public abstract io.fabric.chaosmesh.v1alpha.TimeChaosSpecFluent$SelectorNested editOrNewSelectorLike(io.fabric.chaosmesh.v1alpha.SelectorSpec);
public abstract java.lang.String getTimeOffset();
public abstract io.fabric.chaosmesh.v1alpha.TimeChaosSpecFluent withTimeOffset(java.lang.String);
public abstract java.lang.Boolean hasTimeOffset();
public abstract io.fabric.chaosmesh.v1alpha.TimeChaosSpecFluent withNewTimeOffset(java.lang.String);
public abstract io.fabric.chaosmesh.v1alpha.TimeChaosSpecFluent withNewTimeOffset(java.lang.StringBuilder);
public abstract io.fabric.chaosmesh.v1alpha.TimeChaosSpecFluent withNewTimeOffset(java.lang.StringBuffer);
public abstract java.lang.String getValue();
public abstract io.fabric.chaosmesh.v1alpha.TimeChaosSpecFluent withValue(java.lang.String);
public abstract java.lang.Boolean hasValue();
public abstract io.fabric.chaosmesh.v1alpha.TimeChaosSpecFluent withNewValue(java.lang.String);
public abstract io.fabric.chaosmesh.v1alpha.TimeChaosSpecFluent withNewValue(java.lang.StringBuilder);
public abstract io.fabric.chaosmesh.v1alpha.TimeChaosSpecFluent withNewValue(java.lang.StringBuffer);
}