public class SearchResultFluentImpl<T extends SearchResultFluent<T>> extends BaseFluent<T> implements SearchResultFluent<T>
_visitables| Constructor and Description |
|---|
SearchResultFluentImpl() |
SearchResultFluentImpl(SearchResult instance) |
| Modifier and Type | Method and Description |
|---|---|
T |
addToAdditionalProperties(Map<String,Object> map) |
T |
addToAdditionalProperties(String key,
Object value) |
boolean |
equals(Object o) |
Map<String,Object> |
getAdditionalProperties() |
String |
getDescription() |
String |
getName() |
Integer |
getStarCount() |
Boolean |
isIsAutomated() |
Boolean |
isIsOfficial() |
Boolean |
isIsTrusted() |
T |
removeFromAdditionalProperties(Map<String,Object> map) |
T |
removeFromAdditionalProperties(String key) |
T |
withAdditionalProperties(Map<String,Object> additionalProperties) |
T |
withDescription(String description) |
T |
withIsAutomated(Boolean isAutomated) |
T |
withIsOfficial(Boolean isOfficial) |
T |
withIsTrusted(Boolean isTrusted) |
T |
withName(String name) |
T |
withStarCount(Integer starCount) |
public SearchResultFluentImpl()
public SearchResultFluentImpl(SearchResult instance)
public String getDescription()
getDescription in interface SearchResultFluent<T extends SearchResultFluent<T>>public T withDescription(String description)
withDescription in interface SearchResultFluent<T extends SearchResultFluent<T>>public Boolean isIsAutomated()
isIsAutomated in interface SearchResultFluent<T extends SearchResultFluent<T>>public T withIsAutomated(Boolean isAutomated)
withIsAutomated in interface SearchResultFluent<T extends SearchResultFluent<T>>public Boolean isIsOfficial()
isIsOfficial in interface SearchResultFluent<T extends SearchResultFluent<T>>public T withIsOfficial(Boolean isOfficial)
withIsOfficial in interface SearchResultFluent<T extends SearchResultFluent<T>>public Boolean isIsTrusted()
isIsTrusted in interface SearchResultFluent<T extends SearchResultFluent<T>>public T withIsTrusted(Boolean isTrusted)
withIsTrusted in interface SearchResultFluent<T extends SearchResultFluent<T>>public String getName()
getName in interface SearchResultFluent<T extends SearchResultFluent<T>>public T withName(String name)
withName in interface SearchResultFluent<T extends SearchResultFluent<T>>public Integer getStarCount()
getStarCount in interface SearchResultFluent<T extends SearchResultFluent<T>>public T withStarCount(Integer starCount)
withStarCount in interface SearchResultFluent<T extends SearchResultFluent<T>>public T addToAdditionalProperties(String key, Object value)
addToAdditionalProperties in interface SearchResultFluent<T extends SearchResultFluent<T>>public T addToAdditionalProperties(Map<String,Object> map)
addToAdditionalProperties in interface SearchResultFluent<T extends SearchResultFluent<T>>public T removeFromAdditionalProperties(String key)
removeFromAdditionalProperties in interface SearchResultFluent<T extends SearchResultFluent<T>>public T removeFromAdditionalProperties(Map<String,Object> map)
removeFromAdditionalProperties in interface SearchResultFluent<T extends SearchResultFluent<T>>public Map<String,Object> getAdditionalProperties()
getAdditionalProperties in interface SearchResultFluent<T extends SearchResultFluent<T>>public T withAdditionalProperties(Map<String,Object> additionalProperties)
withAdditionalProperties in interface SearchResultFluent<T extends SearchResultFluent<T>>Copyright © 2015–2016 Red Hat. All rights reserved.