public interface  io.fabric.volumesnapshot.api.model.VolumeSnapshotContentStatusFluent extends java.lang.Object implements io.fabric.kubernetes.api.builder.Fluent
{
public abstract java.lang.Long getCreationTime();
public abstract io.fabric.volumesnapshot.api.model.VolumeSnapshotContentStatusFluent withCreationTime(java.lang.Long);
public abstract java.lang.Boolean hasCreationTime();
public abstract io.fabric.volumesnapshot.api.model.VolumeSnapshotError getError();
public abstract io.fabric.volumesnapshot.api.model.VolumeSnapshotError buildError();
public abstract io.fabric.volumesnapshot.api.model.VolumeSnapshotContentStatusFluent withError(io.fabric.volumesnapshot.api.model.VolumeSnapshotError);
public abstract java.lang.Boolean hasError();
public abstract io.fabric.volumesnapshot.api.model.VolumeSnapshotContentStatusFluent withNewError(java.lang.String, java.lang.String);
public abstract io.fabric.volumesnapshot.api.model.VolumeSnapshotContentStatusFluent$ErrorNested withNewError();
public abstract io.fabric.volumesnapshot.api.model.VolumeSnapshotContentStatusFluent$ErrorNested withNewErrorLike(io.fabric.volumesnapshot.api.model.VolumeSnapshotError);
public abstract io.fabric.volumesnapshot.api.model.VolumeSnapshotContentStatusFluent$ErrorNested editError();
public abstract io.fabric.volumesnapshot.api.model.VolumeSnapshotContentStatusFluent$ErrorNested editOrNewError();
public abstract io.fabric.volumesnapshot.api.model.VolumeSnapshotContentStatusFluent$ErrorNested editOrNewErrorLike(io.fabric.volumesnapshot.api.model.VolumeSnapshotError);
public abstract java.lang.Boolean getReadyToUse();
public abstract io.fabric.volumesnapshot.api.model.VolumeSnapshotContentStatusFluent withReadyToUse(java.lang.Boolean);
public abstract java.lang.Boolean hasReadyToUse();
public abstract java.lang.Long getRestoreSize();
public abstract io.fabric.volumesnapshot.api.model.VolumeSnapshotContentStatusFluent withRestoreSize(java.lang.Long);
public abstract java.lang.Boolean hasRestoreSize();
public abstract java.lang.String getSnapshotHandle();
public abstract io.fabric.volumesnapshot.api.model.VolumeSnapshotContentStatusFluent withSnapshotHandle(java.lang.String);
public abstract java.lang.Boolean hasSnapshotHandle();
public abstract io.fabric.volumesnapshot.api.model.VolumeSnapshotContentStatusFluent withReadyToUse();
}