public class V1ComponentConditionFluentImpl<A extends V1ComponentConditionFluent<A>> extends BaseFluent<A> implements V1ComponentConditionFluent<A>
_visitables
Constructor and Description |
---|
V1ComponentConditionFluentImpl() |
V1ComponentConditionFluentImpl(V1ComponentCondition instance) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getError() |
String |
getMessage() |
String |
getStatus() |
String |
getType() |
Boolean |
hasError() |
Boolean |
hasMessage() |
Boolean |
hasStatus() |
Boolean |
hasType() |
A |
withError(String error) |
A |
withMessage(String message) |
A |
withStatus(String status) |
A |
withType(String type) |
public V1ComponentConditionFluentImpl()
public V1ComponentConditionFluentImpl(V1ComponentCondition instance)
public String getError()
getError
in interface V1ComponentConditionFluent<A extends V1ComponentConditionFluent<A>>
public A withError(String error)
withError
in interface V1ComponentConditionFluent<A extends V1ComponentConditionFluent<A>>
public Boolean hasError()
hasError
in interface V1ComponentConditionFluent<A extends V1ComponentConditionFluent<A>>
public String getMessage()
getMessage
in interface V1ComponentConditionFluent<A extends V1ComponentConditionFluent<A>>
public A withMessage(String message)
withMessage
in interface V1ComponentConditionFluent<A extends V1ComponentConditionFluent<A>>
public Boolean hasMessage()
hasMessage
in interface V1ComponentConditionFluent<A extends V1ComponentConditionFluent<A>>
public String getStatus()
getStatus
in interface V1ComponentConditionFluent<A extends V1ComponentConditionFluent<A>>
public A withStatus(String status)
withStatus
in interface V1ComponentConditionFluent<A extends V1ComponentConditionFluent<A>>
public Boolean hasStatus()
hasStatus
in interface V1ComponentConditionFluent<A extends V1ComponentConditionFluent<A>>
public String getType()
getType
in interface V1ComponentConditionFluent<A extends V1ComponentConditionFluent<A>>
public A withType(String type)
withType
in interface V1ComponentConditionFluent<A extends V1ComponentConditionFluent<A>>
public Boolean hasType()
hasType
in interface V1ComponentConditionFluent<A extends V1ComponentConditionFluent<A>>
Copyright © 2019. All rights reserved.