public class HTTPCookieFluentImpl<A extends HTTPCookieFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements HTTPCookieFluent<A>
| Constructor and Description |
|---|
HTTPCookieFluentImpl() |
HTTPCookieFluentImpl(HTTPCookie instance) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getName() |
String |
getPath() |
Long |
getTtl() |
Boolean |
hasName() |
Boolean |
hasPath() |
Boolean |
hasTtl() |
A |
withName(String name) |
A |
withNewTtl(long arg1) |
A |
withNewTtl(String arg1) |
A |
withPath(String path) |
A |
withTtl(Long ttl) |
public HTTPCookieFluentImpl()
public HTTPCookieFluentImpl(HTTPCookie instance)
public String getName()
getName in interface HTTPCookieFluent<A extends HTTPCookieFluent<A>>public A withName(String name)
withName in interface HTTPCookieFluent<A extends HTTPCookieFluent<A>>public Boolean hasName()
hasName in interface HTTPCookieFluent<A extends HTTPCookieFluent<A>>public String getPath()
getPath in interface HTTPCookieFluent<A extends HTTPCookieFluent<A>>public A withPath(String path)
withPath in interface HTTPCookieFluent<A extends HTTPCookieFluent<A>>public Boolean hasPath()
hasPath in interface HTTPCookieFluent<A extends HTTPCookieFluent<A>>public Long getTtl()
getTtl in interface HTTPCookieFluent<A extends HTTPCookieFluent<A>>public A withTtl(Long ttl)
withTtl in interface HTTPCookieFluent<A extends HTTPCookieFluent<A>>public Boolean hasTtl()
hasTtl in interface HTTPCookieFluent<A extends HTTPCookieFluent<A>>public A withNewTtl(String arg1)
withNewTtl in interface HTTPCookieFluent<A extends HTTPCookieFluent<A>>public A withNewTtl(long arg1)
withNewTtl in interface HTTPCookieFluent<A extends HTTPCookieFluent<A>>Copyright © 2017–2018 Red Hat. All rights reserved.