public class IndexInfoFluentImpl<T extends IndexInfoFluent<T>> extends BaseFluent<T> implements IndexInfoFluent<T>
_visitables| Constructor and Description |
|---|
IndexInfoFluentImpl() |
IndexInfoFluentImpl(IndexInfo instance) |
| Modifier and Type | Method and Description |
|---|---|
T |
addToAdditionalProperties(Map<String,Object> map) |
T |
addToAdditionalProperties(String key,
Object value) |
T |
addToMirrors(String... items) |
boolean |
equals(Object o) |
Map<String,Object> |
getAdditionalProperties() |
List<String> |
getMirrors() |
String |
getName() |
Boolean |
isOfficial() |
Boolean |
isSecure() |
T |
removeFromAdditionalProperties(Map<String,Object> map) |
T |
removeFromAdditionalProperties(String key) |
T |
removeFromMirrors(String... items) |
T |
withAdditionalProperties(Map<String,Object> additionalProperties) |
T |
withMirrors(List<String> Mirrors) |
T |
withMirrors(String... Mirrors) |
T |
withName(String Name) |
T |
withOfficial(Boolean Official) |
T |
withSecure(Boolean Secure) |
public IndexInfoFluentImpl()
public IndexInfoFluentImpl(IndexInfo instance)
public T addToMirrors(String... items)
addToMirrors in interface IndexInfoFluent<T extends IndexInfoFluent<T>>public T removeFromMirrors(String... items)
removeFromMirrors in interface IndexInfoFluent<T extends IndexInfoFluent<T>>public List<String> getMirrors()
getMirrors in interface IndexInfoFluent<T extends IndexInfoFluent<T>>public T withMirrors(List<String> Mirrors)
withMirrors in interface IndexInfoFluent<T extends IndexInfoFluent<T>>public T withMirrors(String... Mirrors)
withMirrors in interface IndexInfoFluent<T extends IndexInfoFluent<T>>public String getName()
getName in interface IndexInfoFluent<T extends IndexInfoFluent<T>>public T withName(String Name)
withName in interface IndexInfoFluent<T extends IndexInfoFluent<T>>public Boolean isOfficial()
isOfficial in interface IndexInfoFluent<T extends IndexInfoFluent<T>>public T withOfficial(Boolean Official)
withOfficial in interface IndexInfoFluent<T extends IndexInfoFluent<T>>public Boolean isSecure()
isSecure in interface IndexInfoFluent<T extends IndexInfoFluent<T>>public T withSecure(Boolean Secure)
withSecure in interface IndexInfoFluent<T extends IndexInfoFluent<T>>public T addToAdditionalProperties(String key, Object value)
addToAdditionalProperties in interface IndexInfoFluent<T extends IndexInfoFluent<T>>public T addToAdditionalProperties(Map<String,Object> map)
addToAdditionalProperties in interface IndexInfoFluent<T extends IndexInfoFluent<T>>public T removeFromAdditionalProperties(String key)
removeFromAdditionalProperties in interface IndexInfoFluent<T extends IndexInfoFluent<T>>public T removeFromAdditionalProperties(Map<String,Object> map)
removeFromAdditionalProperties in interface IndexInfoFluent<T extends IndexInfoFluent<T>>public Map<String,Object> getAdditionalProperties()
getAdditionalProperties in interface IndexInfoFluent<T extends IndexInfoFluent<T>>public T withAdditionalProperties(Map<String,Object> additionalProperties)
withAdditionalProperties in interface IndexInfoFluent<T extends IndexInfoFluent<T>>Copyright © 2015–2016 Red Hat. All rights reserved.