com.fitbur.github.dockerjava.api.model.ErrorDetail Maven / Gradle / Ivy
package com.fitbur.github.dockerjava.api.model;
import com.fitbur.fasterxml.jackson.annotation.JsonProperty;
public class ErrorDetail {
@JsonProperty
private String message;
public String getMessage() {
return message;
}
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy