public class ResponseItem extends DockerObject implements Serializable
Modifier and Type | Class and Description |
---|---|
static class |
ResponseItem.AuxDetail |
static class |
ResponseItem.ErrorDetail |
static class |
ResponseItem.ProgressDetail |
Constructor and Description |
---|
ResponseItem() |
Modifier and Type | Method and Description |
---|---|
ResponseItem.AuxDetail |
getAux() |
String |
getError()
Deprecated.
|
ResponseItem.ErrorDetail |
getErrorDetail() |
String |
getFrom() |
String |
getId() |
String |
getProgress()
Deprecated.
|
ResponseItem.ProgressDetail |
getProgressDetail() |
String |
getStatus() |
String |
getStream() |
Long |
getTime() |
boolean |
isErrorIndicated()
Returns whether the error field indicates an error
|
getRawValues
@CheckForNull public String getStream()
@CheckForNull public String getStatus()
@CheckForNull public ResponseItem.ProgressDetail getProgressDetail()
@CheckForNull @Deprecated public String getProgress()
@CheckForNull public String getId()
@CheckForNull public String getFrom()
@CheckForNull public Long getTime()
@CheckForNull public ResponseItem.ErrorDetail getErrorDetail()
@Deprecated public String getError()
@CheckForNull public ResponseItem.AuxDetail getAux()
aux
public boolean isErrorIndicated()
Copyright © 2024. All rights reserved.