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