public class AuthResponseFluentImpl<T extends AuthResponseFluent<T>> extends BaseFluent<T> implements AuthResponseFluent<T>
_visitables| Constructor and Description |
|---|
AuthResponseFluentImpl() |
AuthResponseFluentImpl(AuthResponse instance) |
| Modifier and Type | Method and Description |
|---|---|
T |
addToAdditionalProperties(Map<String,Object> map) |
T |
addToAdditionalProperties(String key,
Object value) |
boolean |
equals(Object o) |
Map<String,Object> |
getAdditionalProperties() |
String |
getStatus() |
T |
removeFromAdditionalProperties(Map<String,Object> map) |
T |
removeFromAdditionalProperties(String key) |
T |
withAdditionalProperties(Map<String,Object> additionalProperties) |
T |
withStatus(String Status) |
public AuthResponseFluentImpl()
public AuthResponseFluentImpl(AuthResponse instance)
public String getStatus()
getStatus in interface AuthResponseFluent<T extends AuthResponseFluent<T>>public T withStatus(String Status)
withStatus in interface AuthResponseFluent<T extends AuthResponseFluent<T>>public T addToAdditionalProperties(String key, Object value)
addToAdditionalProperties in interface AuthResponseFluent<T extends AuthResponseFluent<T>>public T addToAdditionalProperties(Map<String,Object> map)
addToAdditionalProperties in interface AuthResponseFluent<T extends AuthResponseFluent<T>>public T removeFromAdditionalProperties(String key)
removeFromAdditionalProperties in interface AuthResponseFluent<T extends AuthResponseFluent<T>>public T removeFromAdditionalProperties(Map<String,Object> map)
removeFromAdditionalProperties in interface AuthResponseFluent<T extends AuthResponseFluent<T>>public Map<String,Object> getAdditionalProperties()
getAdditionalProperties in interface AuthResponseFluent<T extends AuthResponseFluent<T>>public T withAdditionalProperties(Map<String,Object> additionalProperties)
withAdditionalProperties in interface AuthResponseFluent<T extends AuthResponseFluent<T>>Copyright © 2015–2016 Red Hat. All rights reserved.