public class AuthResponseFluentImpl<A extends AuthResponseFluent<A>> extends io.fabric8.docker.api.builder.BaseFluent<A> implements AuthResponseFluent<A>
| Constructor and Description |
|---|
AuthResponseFluentImpl() |
AuthResponseFluentImpl(AuthResponse instance) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getStatus() |
Boolean |
hasStatus() |
A |
withStatus(String Status) |
public AuthResponseFluentImpl()
public AuthResponseFluentImpl(AuthResponse instance)
public String getStatus()
getStatus in interface AuthResponseFluent<A extends AuthResponseFluent<A>>public A withStatus(String Status)
withStatus in interface AuthResponseFluent<A extends AuthResponseFluent<A>>public Boolean hasStatus()
hasStatus in interface AuthResponseFluent<A extends AuthResponseFluent<A>>Copyright © 2015–2017 Red Hat. All rights reserved.