public class HttpStatusErrorTypeFluentImpl<A extends HttpStatusErrorTypeFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements HttpStatusErrorTypeFluent<A>
| Constructor and Description |
|---|
HttpStatusErrorTypeFluentImpl() |
HttpStatusErrorTypeFluentImpl(HttpStatusErrorType instance) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Integer |
getHttpStatus() |
Boolean |
hasHttpStatus() |
A |
withHttpStatus(Integer httpStatus) |
A |
withNewHttpStatus(int arg1) |
A |
withNewHttpStatus(String arg1) |
public HttpStatusErrorTypeFluentImpl()
public HttpStatusErrorTypeFluentImpl(HttpStatusErrorType instance)
public Integer getHttpStatus()
getHttpStatus in interface HttpStatusErrorTypeFluent<A extends HttpStatusErrorTypeFluent<A>>public A withHttpStatus(Integer httpStatus)
withHttpStatus in interface HttpStatusErrorTypeFluent<A extends HttpStatusErrorTypeFluent<A>>public Boolean hasHttpStatus()
hasHttpStatus in interface HttpStatusErrorTypeFluent<A extends HttpStatusErrorTypeFluent<A>>public A withNewHttpStatus(String arg1)
withNewHttpStatus in interface HttpStatusErrorTypeFluent<A extends HttpStatusErrorTypeFluent<A>>public A withNewHttpStatus(int arg1)
withNewHttpStatus in interface HttpStatusErrorTypeFluent<A extends HttpStatusErrorTypeFluent<A>>Copyright © 2017–2018 Red Hat. All rights reserved.