public interface SearchResultFluent<A extends SearchResultFluent<A>>
extends io.fabric8.docker.api.builder.Fluent<A>
| Modifier and Type | Method and Description |
|---|---|
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) |
String getDescription()
Boolean hasDescription()
Boolean isIsAutomated()
Boolean hasIsAutomated()
Boolean isIsOfficial()
Boolean hasIsOfficial()
Boolean isIsTrusted()
Boolean hasIsTrusted()
String getName()
Boolean hasName()
Integer getStarCount()
Boolean hasStarCount()
Copyright © 2015–2017 Red Hat. All rights reserved.