public class MemoryStatsFluentImpl<T extends MemoryStatsFluent<T>> extends io.fabric8.docker.api.builder.BaseFluent<T> implements MemoryStatsFluent<T>
| Constructor and Description |
|---|
MemoryStatsFluentImpl() |
MemoryStatsFluentImpl(MemoryStats instance) |
| Modifier and Type | Method and Description |
|---|---|
T |
addToAdditionalProperties(Map<String,Object> map) |
T |
addToAdditionalProperties(String key,
Object value) |
T |
addToStats(Map<String,Long> map) |
T |
addToStats(String key,
Long value) |
boolean |
equals(Object o) |
Map<String,Object> |
getAdditionalProperties() |
Long |
getFailcnt() |
Long |
getLimit() |
Long |
getMaxUsage() |
Map<String,Long> |
getStats() |
Long |
getUsage() |
T |
removeFromAdditionalProperties(Map<String,Object> map) |
T |
removeFromAdditionalProperties(String key) |
T |
removeFromStats(Map<String,Long> map) |
T |
removeFromStats(String key) |
T |
withAdditionalProperties(Map<String,Object> additionalProperties) |
T |
withFailcnt(Long failcnt) |
T |
withLimit(Long limit) |
T |
withMaxUsage(Long maxUsage) |
T |
withStats(Map<String,Long> stats) |
T |
withUsage(Long usage) |
public MemoryStatsFluentImpl()
public MemoryStatsFluentImpl(MemoryStats instance)
public Long getFailcnt()
getFailcnt in interface MemoryStatsFluent<T extends MemoryStatsFluent<T>>public T withFailcnt(Long failcnt)
withFailcnt in interface MemoryStatsFluent<T extends MemoryStatsFluent<T>>public Long getLimit()
getLimit in interface MemoryStatsFluent<T extends MemoryStatsFluent<T>>public T withLimit(Long limit)
withLimit in interface MemoryStatsFluent<T extends MemoryStatsFluent<T>>public Long getMaxUsage()
getMaxUsage in interface MemoryStatsFluent<T extends MemoryStatsFluent<T>>public T withMaxUsage(Long maxUsage)
withMaxUsage in interface MemoryStatsFluent<T extends MemoryStatsFluent<T>>public T addToStats(String key, Long value)
addToStats in interface MemoryStatsFluent<T extends MemoryStatsFluent<T>>public T addToStats(Map<String,Long> map)
addToStats in interface MemoryStatsFluent<T extends MemoryStatsFluent<T>>public T removeFromStats(String key)
removeFromStats in interface MemoryStatsFluent<T extends MemoryStatsFluent<T>>public T removeFromStats(Map<String,Long> map)
removeFromStats in interface MemoryStatsFluent<T extends MemoryStatsFluent<T>>public Map<String,Long> getStats()
getStats in interface MemoryStatsFluent<T extends MemoryStatsFluent<T>>public T withStats(Map<String,Long> stats)
withStats in interface MemoryStatsFluent<T extends MemoryStatsFluent<T>>public Long getUsage()
getUsage in interface MemoryStatsFluent<T extends MemoryStatsFluent<T>>public T withUsage(Long usage)
withUsage in interface MemoryStatsFluent<T extends MemoryStatsFluent<T>>public T addToAdditionalProperties(String key, Object value)
addToAdditionalProperties in interface MemoryStatsFluent<T extends MemoryStatsFluent<T>>public T addToAdditionalProperties(Map<String,Object> map)
addToAdditionalProperties in interface MemoryStatsFluent<T extends MemoryStatsFluent<T>>public T removeFromAdditionalProperties(String key)
removeFromAdditionalProperties in interface MemoryStatsFluent<T extends MemoryStatsFluent<T>>public T removeFromAdditionalProperties(Map<String,Object> map)
removeFromAdditionalProperties in interface MemoryStatsFluent<T extends MemoryStatsFluent<T>>public Map<String,Object> getAdditionalProperties()
getAdditionalProperties in interface MemoryStatsFluent<T extends MemoryStatsFluent<T>>public T withAdditionalProperties(Map<String,Object> additionalProperties)
withAdditionalProperties in interface MemoryStatsFluent<T extends MemoryStatsFluent<T>>Copyright © 2015–2016 Red Hat. All rights reserved.