public class HttpCookieHashKeyFluentImpl<A extends HttpCookieHashKeyFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements HttpCookieHashKeyFluent<A>
| Modifier and Type | Class and Description |
|---|---|
class |
HttpCookieHashKeyFluentImpl.HttpCookieNestedImpl<N> |
HttpCookieHashKeyFluent.HttpCookieNested<N>| Constructor and Description |
|---|
HttpCookieHashKeyFluentImpl() |
HttpCookieHashKeyFluentImpl(HttpCookieHashKey instance) |
| Modifier and Type | Method and Description |
|---|---|
HTTPCookie |
buildHttpCookie() |
HttpCookieHashKeyFluent.HttpCookieNested<A> |
editHttpCookie() |
HttpCookieHashKeyFluent.HttpCookieNested<A> |
editOrNewHttpCookie() |
HttpCookieHashKeyFluent.HttpCookieNested<A> |
editOrNewHttpCookieLike(HTTPCookie item) |
boolean |
equals(Object o) |
HTTPCookie |
getHttpCookie()
Deprecated.
|
Boolean |
hasHttpCookie() |
A |
withHttpCookie(HTTPCookie httpCookie) |
HttpCookieHashKeyFluent.HttpCookieNested<A> |
withNewHttpCookie() |
A |
withNewHttpCookie(String name,
String path,
Long ttl) |
HttpCookieHashKeyFluent.HttpCookieNested<A> |
withNewHttpCookieLike(HTTPCookie item) |
public HttpCookieHashKeyFluentImpl()
public HttpCookieHashKeyFluentImpl(HttpCookieHashKey instance)
@Deprecated public HTTPCookie getHttpCookie()
getHttpCookie in interface HttpCookieHashKeyFluent<A extends HttpCookieHashKeyFluent<A>>public HTTPCookie buildHttpCookie()
buildHttpCookie in interface HttpCookieHashKeyFluent<A extends HttpCookieHashKeyFluent<A>>public A withHttpCookie(HTTPCookie httpCookie)
withHttpCookie in interface HttpCookieHashKeyFluent<A extends HttpCookieHashKeyFluent<A>>public Boolean hasHttpCookie()
hasHttpCookie in interface HttpCookieHashKeyFluent<A extends HttpCookieHashKeyFluent<A>>public A withNewHttpCookie(String name, String path, Long ttl)
withNewHttpCookie in interface HttpCookieHashKeyFluent<A extends HttpCookieHashKeyFluent<A>>public HttpCookieHashKeyFluent.HttpCookieNested<A> withNewHttpCookie()
withNewHttpCookie in interface HttpCookieHashKeyFluent<A extends HttpCookieHashKeyFluent<A>>public HttpCookieHashKeyFluent.HttpCookieNested<A> withNewHttpCookieLike(HTTPCookie item)
withNewHttpCookieLike in interface HttpCookieHashKeyFluent<A extends HttpCookieHashKeyFluent<A>>public HttpCookieHashKeyFluent.HttpCookieNested<A> editHttpCookie()
editHttpCookie in interface HttpCookieHashKeyFluent<A extends HttpCookieHashKeyFluent<A>>public HttpCookieHashKeyFluent.HttpCookieNested<A> editOrNewHttpCookie()
editOrNewHttpCookie in interface HttpCookieHashKeyFluent<A extends HttpCookieHashKeyFluent<A>>public HttpCookieHashKeyFluent.HttpCookieNested<A> editOrNewHttpCookieLike(HTTPCookie item)
editOrNewHttpCookieLike in interface HttpCookieHashKeyFluent<A extends HttpCookieHashKeyFluent<A>>Copyright © 2017–2018 Red Hat. All rights reserved.