Package io.fabric8.kubernetes.api.model
Class ListMetaFluent<A extends ListMetaFluent<A>>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.kubernetes.api.model.ListMetaFluent<A>
-
- Direct Known Subclasses:
APIServiceListFluent.MetadataNested,ComponentStatusListFluent.MetadataNested,ConfigMapListFluent.MetadataNested,EndpointsListFluent.MetadataNested,EventListFluent.MetadataNested,KubernetesListFluent.MetadataNested,LimitRangeListFluent.MetadataNested,ListMetaBuilder,NamespaceListFluent.MetadataNested,NodeListFluent.MetadataNested,PersistentVolumeClaimListFluent.MetadataNested,PersistentVolumeListFluent.MetadataNested,PodListFluent.MetadataNested,PodTemplateListFluent.MetadataNested,ReplicationControllerListFluent.MetadataNested,ResourceQuotaListFluent.MetadataNested,SecretListFluent.MetadataNested,ServiceAccountListFluent.MetadataNested,ServiceListFluent.MetadataNested,StatusFluent.MetadataNested
public class ListMetaFluent<A extends ListMetaFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A>Generated
-
-
Constructor Summary
Constructors Constructor Description ListMetaFluent()ListMetaFluent(ListMeta instance)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AaddToAdditionalProperties(String key, Object value)AaddToAdditionalProperties(Map<String,Object> map)protected voidcopyInstance(ListMeta instance)booleanequals(Object o)Map<String,Object>getAdditionalProperties()StringgetContinue()LonggetRemainingItemCount()StringgetResourceVersion()StringgetSelfLink()booleanhasAdditionalProperties()booleanhasContinue()inthashCode()booleanhasRemainingItemCount()booleanhasResourceVersion()booleanhasSelfLink()AremoveFromAdditionalProperties(String key)AremoveFromAdditionalProperties(Map<String,Object> map)StringtoString()<K,V>
AwithAdditionalProperties(Map<String,Object> additionalProperties)AwithContinue(String _continue)AwithRemainingItemCount(Long remainingItemCount)AwithResourceVersion(String resourceVersion)AwithSelfLink(String selfLink)
-
-
-
Constructor Detail
-
ListMetaFluent
public ListMetaFluent()
-
ListMetaFluent
public ListMetaFluent(ListMeta instance)
-
-
Method Detail
-
copyInstance
protected void copyInstance(ListMeta instance)
-
equals
public boolean equals(Object o)
- Overrides:
equalsin classio.fabric8.kubernetes.api.builder.BaseFluent<A extends ListMetaFluent<A>>
-
getContinue
public String getContinue()
-
getRemainingItemCount
public Long getRemainingItemCount()
-
getResourceVersion
public String getResourceVersion()
-
getSelfLink
public String getSelfLink()
-
hasAdditionalProperties
public boolean hasAdditionalProperties()
-
hasContinue
public boolean hasContinue()
-
hasRemainingItemCount
public boolean hasRemainingItemCount()
-
hasResourceVersion
public boolean hasResourceVersion()
-
hasSelfLink
public boolean hasSelfLink()
-
hashCode
public int hashCode()
- Overrides:
hashCodein classio.fabric8.kubernetes.api.builder.BaseFluent<A extends ListMetaFluent<A>>
-
withAdditionalProperties
public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
-
-