public class ContainerPathStatFluentImpl<T extends ContainerPathStatFluent<T>> extends BaseFluent<T> implements ContainerPathStatFluent<T>
_visitables| Constructor and Description |
|---|
ContainerPathStatFluentImpl() |
ContainerPathStatFluentImpl(ContainerPathStat 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 |
getLinkTarget() |
Integer |
getMode() |
String |
getMtime() |
String |
getName() |
Long |
getSize() |
T |
removeFromAdditionalProperties(Map<String,Object> map) |
T |
removeFromAdditionalProperties(String key) |
T |
withAdditionalProperties(Map<String,Object> additionalProperties) |
T |
withLinkTarget(String linkTarget) |
T |
withMode(Integer mode) |
T |
withMtime(String mtime) |
T |
withName(String name) |
T |
withSize(Long size) |
public ContainerPathStatFluentImpl()
public ContainerPathStatFluentImpl(ContainerPathStat instance)
public String getLinkTarget()
getLinkTarget in interface ContainerPathStatFluent<T extends ContainerPathStatFluent<T>>public T withLinkTarget(String linkTarget)
withLinkTarget in interface ContainerPathStatFluent<T extends ContainerPathStatFluent<T>>public Integer getMode()
getMode in interface ContainerPathStatFluent<T extends ContainerPathStatFluent<T>>public T withMode(Integer mode)
withMode in interface ContainerPathStatFluent<T extends ContainerPathStatFluent<T>>public String getMtime()
getMtime in interface ContainerPathStatFluent<T extends ContainerPathStatFluent<T>>public T withMtime(String mtime)
withMtime in interface ContainerPathStatFluent<T extends ContainerPathStatFluent<T>>public String getName()
getName in interface ContainerPathStatFluent<T extends ContainerPathStatFluent<T>>public T withName(String name)
withName in interface ContainerPathStatFluent<T extends ContainerPathStatFluent<T>>public Long getSize()
getSize in interface ContainerPathStatFluent<T extends ContainerPathStatFluent<T>>public T withSize(Long size)
withSize in interface ContainerPathStatFluent<T extends ContainerPathStatFluent<T>>public T addToAdditionalProperties(String key, Object value)
addToAdditionalProperties in interface ContainerPathStatFluent<T extends ContainerPathStatFluent<T>>public T addToAdditionalProperties(Map<String,Object> map)
addToAdditionalProperties in interface ContainerPathStatFluent<T extends ContainerPathStatFluent<T>>public T removeFromAdditionalProperties(String key)
removeFromAdditionalProperties in interface ContainerPathStatFluent<T extends ContainerPathStatFluent<T>>public T removeFromAdditionalProperties(Map<String,Object> map)
removeFromAdditionalProperties in interface ContainerPathStatFluent<T extends ContainerPathStatFluent<T>>public Map<String,Object> getAdditionalProperties()
getAdditionalProperties in interface ContainerPathStatFluent<T extends ContainerPathStatFluent<T>>public T withAdditionalProperties(Map<String,Object> additionalProperties)
withAdditionalProperties in interface ContainerPathStatFluent<T extends ContainerPathStatFluent<T>>Copyright © 2015–2016 Red Hat. All rights reserved.