Package io.fabric8.kubernetes.api.model
Class ListMetaFluentImpl<A extends ListMetaFluent<A>>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.kubernetes.api.model.ListMetaFluentImpl<A>
-
- All Implemented Interfaces:
Fluent<A>,Visitable<A>,ListMetaFluent<A>
- Direct Known Subclasses:
APIServiceListFluentImpl.MetadataNestedImpl,BaseKubernetesListFluentImpl.MetadataNestedImpl,ComponentStatusListFluentImpl.MetadataNestedImpl,ConfigMapListFluentImpl.MetadataNestedImpl,EndpointsListFluentImpl.MetadataNestedImpl,EventListFluentImpl.MetadataNestedImpl,LimitRangeListFluentImpl.MetadataNestedImpl,ListMetaBuilder,NamespaceListFluentImpl.MetadataNestedImpl,NodeListFluentImpl.MetadataNestedImpl,PersistentVolumeClaimListFluentImpl.MetadataNestedImpl,PersistentVolumeListFluentImpl.MetadataNestedImpl,PodListFluentImpl.MetadataNestedImpl,PodTemplateListFluentImpl.MetadataNestedImpl,ReplicationControllerListFluentImpl.MetadataNestedImpl,ResourceQuotaListFluentImpl.MetadataNestedImpl,SecretListFluentImpl.MetadataNestedImpl,ServiceAccountListFluentImpl.MetadataNestedImpl,ServiceListFluentImpl.MetadataNestedImpl,StatusFluentImpl.MetadataNestedImpl,WatchEventFluentImpl.ListMetaObjectNestedImpl
public class ListMetaFluentImpl<A extends ListMetaFluent<A>> extends BaseFluent<A> implements ListMetaFluent<A>
-
-
Field Summary
-
Fields inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
_visitables
-
-
Constructor Summary
Constructors Constructor Description ListMetaFluentImpl()ListMetaFluentImpl(ListMeta instance)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetContinue()LonggetRemainingItemCount()StringgetResourceVersion()StringgetSelfLink()BooleanhasContinue()inthashCode()BooleanhasRemainingItemCount()BooleanhasResourceVersion()BooleanhasSelfLink()AwithContinue(String _continue)AwithNewContinue(String arg1)AwithNewContinue(StringBuffer arg1)AwithNewContinue(StringBuilder arg1)AwithNewResourceVersion(String arg1)AwithNewResourceVersion(StringBuffer arg1)AwithNewResourceVersion(StringBuilder arg1)AwithNewSelfLink(String arg1)AwithNewSelfLink(StringBuffer arg1)AwithNewSelfLink(StringBuilder arg1)AwithRemainingItemCount(Long remainingItemCount)AwithResourceVersion(String resourceVersion)AwithSelfLink(String selfLink)
-
-
-
Constructor Detail
-
ListMetaFluentImpl
public ListMetaFluentImpl()
-
ListMetaFluentImpl
public ListMetaFluentImpl(ListMeta instance)
-
-
Method Detail
-
getContinue
public String getContinue()
- Specified by:
getContinuein interfaceListMetaFluent<A extends ListMetaFluent<A>>
-
withContinue
public A withContinue(String _continue)
- Specified by:
withContinuein interfaceListMetaFluent<A extends ListMetaFluent<A>>
-
hasContinue
public Boolean hasContinue()
- Specified by:
hasContinuein interfaceListMetaFluent<A extends ListMetaFluent<A>>
-
withNewContinue
public A withNewContinue(String arg1)
- Specified by:
withNewContinuein interfaceListMetaFluent<A extends ListMetaFluent<A>>
-
withNewContinue
public A withNewContinue(StringBuilder arg1)
- Specified by:
withNewContinuein interfaceListMetaFluent<A extends ListMetaFluent<A>>
-
withNewContinue
public A withNewContinue(StringBuffer arg1)
- Specified by:
withNewContinuein interfaceListMetaFluent<A extends ListMetaFluent<A>>
-
getRemainingItemCount
public Long getRemainingItemCount()
- Specified by:
getRemainingItemCountin interfaceListMetaFluent<A extends ListMetaFluent<A>>
-
withRemainingItemCount
public A withRemainingItemCount(Long remainingItemCount)
- Specified by:
withRemainingItemCountin interfaceListMetaFluent<A extends ListMetaFluent<A>>
-
hasRemainingItemCount
public Boolean hasRemainingItemCount()
- Specified by:
hasRemainingItemCountin interfaceListMetaFluent<A extends ListMetaFluent<A>>
-
getResourceVersion
public String getResourceVersion()
- Specified by:
getResourceVersionin interfaceListMetaFluent<A extends ListMetaFluent<A>>
-
withResourceVersion
public A withResourceVersion(String resourceVersion)
- Specified by:
withResourceVersionin interfaceListMetaFluent<A extends ListMetaFluent<A>>
-
hasResourceVersion
public Boolean hasResourceVersion()
- Specified by:
hasResourceVersionin interfaceListMetaFluent<A extends ListMetaFluent<A>>
-
withNewResourceVersion
public A withNewResourceVersion(String arg1)
- Specified by:
withNewResourceVersionin interfaceListMetaFluent<A extends ListMetaFluent<A>>
-
withNewResourceVersion
public A withNewResourceVersion(StringBuilder arg1)
- Specified by:
withNewResourceVersionin interfaceListMetaFluent<A extends ListMetaFluent<A>>
-
withNewResourceVersion
public A withNewResourceVersion(StringBuffer arg1)
- Specified by:
withNewResourceVersionin interfaceListMetaFluent<A extends ListMetaFluent<A>>
-
getSelfLink
public String getSelfLink()
- Specified by:
getSelfLinkin interfaceListMetaFluent<A extends ListMetaFluent<A>>
-
withSelfLink
public A withSelfLink(String selfLink)
- Specified by:
withSelfLinkin interfaceListMetaFluent<A extends ListMetaFluent<A>>
-
hasSelfLink
public Boolean hasSelfLink()
- Specified by:
hasSelfLinkin interfaceListMetaFluent<A extends ListMetaFluent<A>>
-
withNewSelfLink
public A withNewSelfLink(String arg1)
- Specified by:
withNewSelfLinkin interfaceListMetaFluent<A extends ListMetaFluent<A>>
-
withNewSelfLink
public A withNewSelfLink(StringBuilder arg1)
- Specified by:
withNewSelfLinkin interfaceListMetaFluent<A extends ListMetaFluent<A>>
-
withNewSelfLink
public A withNewSelfLink(StringBuffer arg1)
- Specified by:
withNewSelfLinkin interfaceListMetaFluent<A extends ListMetaFluent<A>>
-
-