All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.fabric8.docker.client.ProgressEventFluent Maven / Gradle / Ivy

There is a newer version: 1.3.1
Show newest version
package io.fabric8.docker.client;

import java.io.Serializable;
import io.sundr.builder.Fluent;

public interface ProgressEventFluent> extends Fluent{


    public String getId();    public T withId( String id);    public String getStatus();    public T withStatus( String status);    public String getProgressDetail();    public T withProgressDetail( String progressDetail);    public String getStream();    public T withStream( String stream);    public ProgressEvent.ErrorDetail getErrorDetail();    public T withErrorDetail( ProgressEvent.ErrorDetail errorDetail);    public String getError();    public T withError( String error);

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy