public class RouteIngressConditionFluentImpl<T extends RouteIngressConditionFluent<T>> extends BaseFluent<T> implements RouteIngressConditionFluent<T>
_visitables| Constructor and Description |
|---|
RouteIngressConditionFluentImpl() |
RouteIngressConditionFluentImpl(RouteIngressCondition 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 |
getLastTransitionTime() |
String |
getMessage() |
String |
getReason() |
String |
getStatus() |
String |
getType() |
T |
removeFromAdditionalProperties(Map<String,Object> map) |
T |
removeFromAdditionalProperties(String key) |
T |
withAdditionalProperties(Map<String,Object> additionalProperties) |
T |
withLastTransitionTime(String lastTransitionTime) |
T |
withMessage(String message) |
T |
withReason(String reason) |
T |
withStatus(String status) |
T |
withType(String type) |
public RouteIngressConditionFluentImpl()
public RouteIngressConditionFluentImpl(RouteIngressCondition instance)
public String getLastTransitionTime()
getLastTransitionTime in interface RouteIngressConditionFluent<T extends RouteIngressConditionFluent<T>>public T withLastTransitionTime(String lastTransitionTime)
withLastTransitionTime in interface RouteIngressConditionFluent<T extends RouteIngressConditionFluent<T>>public String getMessage()
getMessage in interface RouteIngressConditionFluent<T extends RouteIngressConditionFluent<T>>public T withMessage(String message)
withMessage in interface RouteIngressConditionFluent<T extends RouteIngressConditionFluent<T>>public String getReason()
getReason in interface RouteIngressConditionFluent<T extends RouteIngressConditionFluent<T>>public T withReason(String reason)
withReason in interface RouteIngressConditionFluent<T extends RouteIngressConditionFluent<T>>public String getStatus()
getStatus in interface RouteIngressConditionFluent<T extends RouteIngressConditionFluent<T>>public T withStatus(String status)
withStatus in interface RouteIngressConditionFluent<T extends RouteIngressConditionFluent<T>>public String getType()
getType in interface RouteIngressConditionFluent<T extends RouteIngressConditionFluent<T>>public T withType(String type)
withType in interface RouteIngressConditionFluent<T extends RouteIngressConditionFluent<T>>public T addToAdditionalProperties(String key, Object value)
addToAdditionalProperties in interface RouteIngressConditionFluent<T extends RouteIngressConditionFluent<T>>public T addToAdditionalProperties(Map<String,Object> map)
addToAdditionalProperties in interface RouteIngressConditionFluent<T extends RouteIngressConditionFluent<T>>public T removeFromAdditionalProperties(String key)
removeFromAdditionalProperties in interface RouteIngressConditionFluent<T extends RouteIngressConditionFluent<T>>public T removeFromAdditionalProperties(Map<String,Object> map)
removeFromAdditionalProperties in interface RouteIngressConditionFluent<T extends RouteIngressConditionFluent<T>>public Map<String,Object> getAdditionalProperties()
getAdditionalProperties in interface RouteIngressConditionFluent<T extends RouteIngressConditionFluent<T>>public T withAdditionalProperties(Map<String,Object> additionalProperties)
withAdditionalProperties in interface RouteIngressConditionFluent<T extends RouteIngressConditionFluent<T>>Copyright © 2011–2016 Red Hat. All rights reserved.