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

org.testifyproject.github.dockerjava.api.command.CreateImageResponse Maven / Gradle / Ivy

package org.testifyproject.testifyproject.github.dockerjava.api.org.testifyproject.testifyprojectmand;

import org.testifyproject.apache.org.testifyproject.testifyprojectmons.lang.builder.ToStringBuilder;

import org.testifyproject.testifyproject.fasterxml.jackson.annotation.JsonIgnoreProperties;
import org.testifyproject.testifyproject.fasterxml.jackson.annotation.JsonProperty;

/**
 * Parse reponses from /images/create
 *
 * @author Ryan Campbell ([email protected])
 *
 */
@JsonIgnoreProperties(ignoreUnknown = true)
public class CreateImageResponse {

    @JsonProperty("status")
    private String id;

    public String getId() {
        return id;
    }

    @Override
    public String toString() {
        return ToStringBuilder.reflectionToString(this);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy