public class PerNodeAPIRequestLogFluentImpl<A extends PerNodeAPIRequestLogFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements PerNodeAPIRequestLogFluent<A>
| Modifier and Type | Class and Description |
|---|---|
class |
PerNodeAPIRequestLogFluentImpl.ByUserNestedImpl<N> |
PerNodeAPIRequestLogFluent.ByUserNested<N>| Constructor and Description |
|---|
PerNodeAPIRequestLogFluentImpl() |
PerNodeAPIRequestLogFluentImpl(PerNodeAPIRequestLog instance) |
public PerNodeAPIRequestLogFluentImpl()
public PerNodeAPIRequestLogFluentImpl(PerNodeAPIRequestLog instance)
public A addToByUser(Integer index, PerUserAPIRequestCount item)
addToByUser in interface PerNodeAPIRequestLogFluent<A extends PerNodeAPIRequestLogFluent<A>>public A setToByUser(Integer index, PerUserAPIRequestCount item)
setToByUser in interface PerNodeAPIRequestLogFluent<A extends PerNodeAPIRequestLogFluent<A>>public A addToByUser(PerUserAPIRequestCount... items)
addToByUser in interface PerNodeAPIRequestLogFluent<A extends PerNodeAPIRequestLogFluent<A>>public A addAllToByUser(Collection<PerUserAPIRequestCount> items)
addAllToByUser in interface PerNodeAPIRequestLogFluent<A extends PerNodeAPIRequestLogFluent<A>>public A removeFromByUser(PerUserAPIRequestCount... items)
removeFromByUser in interface PerNodeAPIRequestLogFluent<A extends PerNodeAPIRequestLogFluent<A>>public A removeAllFromByUser(Collection<PerUserAPIRequestCount> items)
removeAllFromByUser in interface PerNodeAPIRequestLogFluent<A extends PerNodeAPIRequestLogFluent<A>>public A removeMatchingFromByUser(Predicate<PerUserAPIRequestCountBuilder> predicate)
removeMatchingFromByUser in interface PerNodeAPIRequestLogFluent<A extends PerNodeAPIRequestLogFluent<A>>@Deprecated public List<PerUserAPIRequestCount> getByUser()
getByUser in interface PerNodeAPIRequestLogFluent<A extends PerNodeAPIRequestLogFluent<A>>public List<PerUserAPIRequestCount> buildByUser()
buildByUser in interface PerNodeAPIRequestLogFluent<A extends PerNodeAPIRequestLogFluent<A>>public PerUserAPIRequestCount buildByUser(Integer index)
buildByUser in interface PerNodeAPIRequestLogFluent<A extends PerNodeAPIRequestLogFluent<A>>public PerUserAPIRequestCount buildFirstByUser()
buildFirstByUser in interface PerNodeAPIRequestLogFluent<A extends PerNodeAPIRequestLogFluent<A>>public PerUserAPIRequestCount buildLastByUser()
buildLastByUser in interface PerNodeAPIRequestLogFluent<A extends PerNodeAPIRequestLogFluent<A>>public PerUserAPIRequestCount buildMatchingByUser(Predicate<PerUserAPIRequestCountBuilder> predicate)
buildMatchingByUser in interface PerNodeAPIRequestLogFluent<A extends PerNodeAPIRequestLogFluent<A>>public Boolean hasMatchingByUser(Predicate<PerUserAPIRequestCountBuilder> predicate)
hasMatchingByUser in interface PerNodeAPIRequestLogFluent<A extends PerNodeAPIRequestLogFluent<A>>public A withByUser(List<PerUserAPIRequestCount> byUser)
withByUser in interface PerNodeAPIRequestLogFluent<A extends PerNodeAPIRequestLogFluent<A>>public A withByUser(PerUserAPIRequestCount... byUser)
withByUser in interface PerNodeAPIRequestLogFluent<A extends PerNodeAPIRequestLogFluent<A>>public Boolean hasByUser()
hasByUser in interface PerNodeAPIRequestLogFluent<A extends PerNodeAPIRequestLogFluent<A>>public PerNodeAPIRequestLogFluent.ByUserNested<A> addNewByUser()
addNewByUser in interface PerNodeAPIRequestLogFluent<A extends PerNodeAPIRequestLogFluent<A>>public PerNodeAPIRequestLogFluent.ByUserNested<A> addNewByUserLike(PerUserAPIRequestCount item)
addNewByUserLike in interface PerNodeAPIRequestLogFluent<A extends PerNodeAPIRequestLogFluent<A>>public PerNodeAPIRequestLogFluent.ByUserNested<A> setNewByUserLike(Integer index, PerUserAPIRequestCount item)
setNewByUserLike in interface PerNodeAPIRequestLogFluent<A extends PerNodeAPIRequestLogFluent<A>>public PerNodeAPIRequestLogFluent.ByUserNested<A> editByUser(Integer index)
editByUser in interface PerNodeAPIRequestLogFluent<A extends PerNodeAPIRequestLogFluent<A>>public PerNodeAPIRequestLogFluent.ByUserNested<A> editFirstByUser()
editFirstByUser in interface PerNodeAPIRequestLogFluent<A extends PerNodeAPIRequestLogFluent<A>>public PerNodeAPIRequestLogFluent.ByUserNested<A> editLastByUser()
editLastByUser in interface PerNodeAPIRequestLogFluent<A extends PerNodeAPIRequestLogFluent<A>>public PerNodeAPIRequestLogFluent.ByUserNested<A> editMatchingByUser(Predicate<PerUserAPIRequestCountBuilder> predicate)
editMatchingByUser in interface PerNodeAPIRequestLogFluent<A extends PerNodeAPIRequestLogFluent<A>>public String getNodeName()
getNodeName in interface PerNodeAPIRequestLogFluent<A extends PerNodeAPIRequestLogFluent<A>>public A withNodeName(String nodeName)
withNodeName in interface PerNodeAPIRequestLogFluent<A extends PerNodeAPIRequestLogFluent<A>>public Boolean hasNodeName()
hasNodeName in interface PerNodeAPIRequestLogFluent<A extends PerNodeAPIRequestLogFluent<A>>@Deprecated public A withNewNodeName(String arg0)
withNewNodeName in interface PerNodeAPIRequestLogFluent<A extends PerNodeAPIRequestLogFluent<A>>public Long getRequestCount()
getRequestCount in interface PerNodeAPIRequestLogFluent<A extends PerNodeAPIRequestLogFluent<A>>public A withRequestCount(Long requestCount)
withRequestCount in interface PerNodeAPIRequestLogFluent<A extends PerNodeAPIRequestLogFluent<A>>public Boolean hasRequestCount()
hasRequestCount in interface PerNodeAPIRequestLogFluent<A extends PerNodeAPIRequestLogFluent<A>>public A addToAdditionalProperties(String key, Object value)
addToAdditionalProperties in interface PerNodeAPIRequestLogFluent<A extends PerNodeAPIRequestLogFluent<A>>public A addToAdditionalProperties(Map<String,Object> map)
addToAdditionalProperties in interface PerNodeAPIRequestLogFluent<A extends PerNodeAPIRequestLogFluent<A>>public A removeFromAdditionalProperties(String key)
removeFromAdditionalProperties in interface PerNodeAPIRequestLogFluent<A extends PerNodeAPIRequestLogFluent<A>>public A removeFromAdditionalProperties(Map<String,Object> map)
removeFromAdditionalProperties in interface PerNodeAPIRequestLogFluent<A extends PerNodeAPIRequestLogFluent<A>>public Map<String,Object> getAdditionalProperties()
getAdditionalProperties in interface PerNodeAPIRequestLogFluent<A extends PerNodeAPIRequestLogFluent<A>>public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
withAdditionalProperties in interface PerNodeAPIRequestLogFluent<A extends PerNodeAPIRequestLogFluent<A>>public Boolean hasAdditionalProperties()
hasAdditionalProperties in interface PerNodeAPIRequestLogFluent<A extends PerNodeAPIRequestLogFluent<A>>Copyright © 2015–2020 Red Hat. All rights reserved.