public class ObjectMetaFluentImpl<T extends ObjectMetaFluent<T>> extends BaseFluent<T> implements ObjectMetaFluent<T>
_visitables
Constructor and Description |
---|
ObjectMetaFluentImpl() |
ObjectMetaFluentImpl(ObjectMeta instance) |
public ObjectMetaFluentImpl()
public ObjectMetaFluentImpl(ObjectMeta instance)
public T addToAnnotations(String key, String value)
addToAnnotations
in interface ObjectMetaFluent<T extends ObjectMetaFluent<T>>
public T addToAnnotations(Map<String,String> map)
addToAnnotations
in interface ObjectMetaFluent<T extends ObjectMetaFluent<T>>
public T removeFromAnnotations(String key)
removeFromAnnotations
in interface ObjectMetaFluent<T extends ObjectMetaFluent<T>>
public T removeFromAnnotations(Map<String,String> map)
removeFromAnnotations
in interface ObjectMetaFluent<T extends ObjectMetaFluent<T>>
public Map<String,String> getAnnotations()
getAnnotations
in interface ObjectMetaFluent<T extends ObjectMetaFluent<T>>
public T withAnnotations(Map<String,String> annotations)
withAnnotations
in interface ObjectMetaFluent<T extends ObjectMetaFluent<T>>
public String getCreationTimestamp()
getCreationTimestamp
in interface ObjectMetaFluent<T extends ObjectMetaFluent<T>>
public T withCreationTimestamp(String creationTimestamp)
withCreationTimestamp
in interface ObjectMetaFluent<T extends ObjectMetaFluent<T>>
public Long getDeletionGracePeriodSeconds()
getDeletionGracePeriodSeconds
in interface ObjectMetaFluent<T extends ObjectMetaFluent<T>>
public T withDeletionGracePeriodSeconds(Long deletionGracePeriodSeconds)
withDeletionGracePeriodSeconds
in interface ObjectMetaFluent<T extends ObjectMetaFluent<T>>
public String getDeletionTimestamp()
getDeletionTimestamp
in interface ObjectMetaFluent<T extends ObjectMetaFluent<T>>
public T withDeletionTimestamp(String deletionTimestamp)
withDeletionTimestamp
in interface ObjectMetaFluent<T extends ObjectMetaFluent<T>>
public String getGenerateName()
getGenerateName
in interface ObjectMetaFluent<T extends ObjectMetaFluent<T>>
public T withGenerateName(String generateName)
withGenerateName
in interface ObjectMetaFluent<T extends ObjectMetaFluent<T>>
public Long getGeneration()
getGeneration
in interface ObjectMetaFluent<T extends ObjectMetaFluent<T>>
public T withGeneration(Long generation)
withGeneration
in interface ObjectMetaFluent<T extends ObjectMetaFluent<T>>
public T addToLabels(String key, String value)
addToLabels
in interface ObjectMetaFluent<T extends ObjectMetaFluent<T>>
public T addToLabels(Map<String,String> map)
addToLabels
in interface ObjectMetaFluent<T extends ObjectMetaFluent<T>>
public T removeFromLabels(String key)
removeFromLabels
in interface ObjectMetaFluent<T extends ObjectMetaFluent<T>>
public T removeFromLabels(Map<String,String> map)
removeFromLabels
in interface ObjectMetaFluent<T extends ObjectMetaFluent<T>>
public Map<String,String> getLabels()
getLabels
in interface ObjectMetaFluent<T extends ObjectMetaFluent<T>>
public T withLabels(Map<String,String> labels)
withLabels
in interface ObjectMetaFluent<T extends ObjectMetaFluent<T>>
public String getName()
getName
in interface ObjectMetaFluent<T extends ObjectMetaFluent<T>>
public T withName(String name)
withName
in interface ObjectMetaFluent<T extends ObjectMetaFluent<T>>
public String getNamespace()
getNamespace
in interface ObjectMetaFluent<T extends ObjectMetaFluent<T>>
public T withNamespace(String namespace)
withNamespace
in interface ObjectMetaFluent<T extends ObjectMetaFluent<T>>
public String getResourceVersion()
getResourceVersion
in interface ObjectMetaFluent<T extends ObjectMetaFluent<T>>
public T withResourceVersion(String resourceVersion)
withResourceVersion
in interface ObjectMetaFluent<T extends ObjectMetaFluent<T>>
public String getSelfLink()
getSelfLink
in interface ObjectMetaFluent<T extends ObjectMetaFluent<T>>
public T withSelfLink(String selfLink)
withSelfLink
in interface ObjectMetaFluent<T extends ObjectMetaFluent<T>>
public String getUid()
getUid
in interface ObjectMetaFluent<T extends ObjectMetaFluent<T>>
public T withUid(String uid)
withUid
in interface ObjectMetaFluent<T extends ObjectMetaFluent<T>>
public T addToAdditionalProperties(String key, Object value)
addToAdditionalProperties
in interface ObjectMetaFluent<T extends ObjectMetaFluent<T>>
public T addToAdditionalProperties(Map<String,Object> map)
addToAdditionalProperties
in interface ObjectMetaFluent<T extends ObjectMetaFluent<T>>
public T removeFromAdditionalProperties(String key)
removeFromAdditionalProperties
in interface ObjectMetaFluent<T extends ObjectMetaFluent<T>>
public T removeFromAdditionalProperties(Map<String,Object> map)
removeFromAdditionalProperties
in interface ObjectMetaFluent<T extends ObjectMetaFluent<T>>
public Map<String,Object> getAdditionalProperties()
getAdditionalProperties
in interface ObjectMetaFluent<T extends ObjectMetaFluent<T>>
public T withAdditionalProperties(Map<String,Object> additionalProperties)
withAdditionalProperties
in interface ObjectMetaFluent<T extends ObjectMetaFluent<T>>
Copyright © 2011–2016 Red Hat. All rights reserved.