Class AutoValue_ProgressMessage
java.lang.Object
com.spotify.docker.client.messages.ProgressMessage
com.spotify.docker.client.messages.AutoValue_ProgressMessage
@Generated("com.google.auto.value.processor.AutoValueProcessor")
final class AutoValue_ProgressMessage
extends ProgressMessage
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescription(package private) static final class -
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprivateAutoValue_ProgressMessage(String id, String status, String stream, String error, String progress, ProgressDetail progressDetail) -
Method Summary
Methods inherited from class com.spotify.docker.client.messages.ProgressMessage
builder, buildImageId, create, digest
-
Field Details
-
id
-
status
-
stream
-
error
-
progress
-
progressDetail
-
-
Constructor Details
-
AutoValue_ProgressMessage
-
-
Method Details
-
id
- Specified by:
idin classProgressMessage
-
status
- Specified by:
statusin classProgressMessage
-
stream
- Specified by:
streamin classProgressMessage
-
error
- Specified by:
errorin classProgressMessage
-
progress
- Specified by:
progressin classProgressMessage
-
progressDetail
- Specified by:
progressDetailin classProgressMessage
-
toString
-
equals
-
hashCode
public int hashCode()
-