public class HTTPRewriteFluentImpl<A extends HTTPRewriteFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements HTTPRewriteFluent<A>
| Constructor and Description |
|---|
HTTPRewriteFluentImpl() |
HTTPRewriteFluentImpl(HTTPRewrite instance) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getAuthority() |
String |
getUri() |
Boolean |
hasAuthority() |
int |
hashCode() |
Boolean |
hasUri() |
String |
toString() |
A |
withAuthority(String authority) |
A |
withUri(String uri) |
accept, accept, accept, accept, aggregate, aggregate, build, build, builderOfpublic HTTPRewriteFluentImpl()
public HTTPRewriteFluentImpl(HTTPRewrite instance)
public String getAuthority()
getAuthority in interface HTTPRewriteFluent<A extends HTTPRewriteFluent<A>>public A withAuthority(String authority)
withAuthority in interface HTTPRewriteFluent<A extends HTTPRewriteFluent<A>>public Boolean hasAuthority()
hasAuthority in interface HTTPRewriteFluent<A extends HTTPRewriteFluent<A>>public String getUri()
getUri in interface HTTPRewriteFluent<A extends HTTPRewriteFluent<A>>public A withUri(String uri)
withUri in interface HTTPRewriteFluent<A extends HTTPRewriteFluent<A>>public Boolean hasUri()
hasUri in interface HTTPRewriteFluent<A extends HTTPRewriteFluent<A>>public boolean equals(Object o)
equals in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends HTTPRewriteFluent<A>>public int hashCode()
hashCode in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends HTTPRewriteFluent<A>>Copyright © 2015–2023 Red Hat. All rights reserved.