public class SearchResultFluentImpl<A extends SearchResultFluent<A>> extends io.fabric8.docker.api.builder.BaseFluent<A> implements SearchResultFluent<A>
| Constructor and Description |
|---|
SearchResultFluentImpl() |
SearchResultFluentImpl(SearchResult instance) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getDescription() |
String |
getName() |
Integer |
getStarCount() |
Boolean |
hasDescription() |
Boolean |
hasIsAutomated() |
Boolean |
hasIsOfficial() |
Boolean |
hasIsTrusted() |
Boolean |
hasName() |
Boolean |
hasStarCount() |
Boolean |
isIsAutomated() |
Boolean |
isIsOfficial() |
Boolean |
isIsTrusted() |
A |
withDescription(String description) |
A |
withIsAutomated(Boolean isAutomated) |
A |
withIsOfficial(Boolean isOfficial) |
A |
withIsTrusted(Boolean isTrusted) |
A |
withName(String name) |
A |
withStarCount(Integer starCount) |
public SearchResultFluentImpl()
public SearchResultFluentImpl(SearchResult instance)
public String getDescription()
getDescription in interface SearchResultFluent<A extends SearchResultFluent<A>>public A withDescription(String description)
withDescription in interface SearchResultFluent<A extends SearchResultFluent<A>>public Boolean hasDescription()
hasDescription in interface SearchResultFluent<A extends SearchResultFluent<A>>public Boolean isIsAutomated()
isIsAutomated in interface SearchResultFluent<A extends SearchResultFluent<A>>public A withIsAutomated(Boolean isAutomated)
withIsAutomated in interface SearchResultFluent<A extends SearchResultFluent<A>>public Boolean hasIsAutomated()
hasIsAutomated in interface SearchResultFluent<A extends SearchResultFluent<A>>public Boolean isIsOfficial()
isIsOfficial in interface SearchResultFluent<A extends SearchResultFluent<A>>public A withIsOfficial(Boolean isOfficial)
withIsOfficial in interface SearchResultFluent<A extends SearchResultFluent<A>>public Boolean hasIsOfficial()
hasIsOfficial in interface SearchResultFluent<A extends SearchResultFluent<A>>public Boolean isIsTrusted()
isIsTrusted in interface SearchResultFluent<A extends SearchResultFluent<A>>public A withIsTrusted(Boolean isTrusted)
withIsTrusted in interface SearchResultFluent<A extends SearchResultFluent<A>>public Boolean hasIsTrusted()
hasIsTrusted in interface SearchResultFluent<A extends SearchResultFluent<A>>public String getName()
getName in interface SearchResultFluent<A extends SearchResultFluent<A>>public A withName(String name)
withName in interface SearchResultFluent<A extends SearchResultFluent<A>>public Boolean hasName()
hasName in interface SearchResultFluent<A extends SearchResultFluent<A>>public Integer getStarCount()
getStarCount in interface SearchResultFluent<A extends SearchResultFluent<A>>public A withStarCount(Integer starCount)
withStarCount in interface SearchResultFluent<A extends SearchResultFluent<A>>public Boolean hasStarCount()
hasStarCount in interface SearchResultFluent<A extends SearchResultFluent<A>>Copyright © 2015–2017 Red Hat. All rights reserved.