Class V1ListMetaFluentImpl<A extends V1ListMetaFluent<A>>
java.lang.Object
io.kubernetes.client.fluent.BaseFluent<A>
io.kubernetes.client.openapi.models.V1ListMetaFluentImpl<A>
- All Implemented Interfaces:
Fluent<A>
,Visitable<A>
,V1ListMetaFluent<A>
- Direct Known Subclasses:
V1ListMetaBuilder
public class V1ListMetaFluentImpl<A extends V1ListMetaFluent<A>>
extends BaseFluent<A>
implements V1ListMetaFluent<A>
Generated
-
Field Summary
Fields inherited from class io.kubernetes.client.fluent.BaseFluent
_visitables, VISIT
-
Constructor Summary
ConstructorsConstructorDescriptionV1ListMetaFluentImpl
(io.kubernetes.client.openapi.models.V1ListMeta instance) -
Method Summary
Modifier and TypeMethodDescriptionboolean
int
hashCode()
toString()
withContinue
(String _continue) withRemainingItemCount
(Long remainingItemCount) withResourceVersion
(String resourceVersion) withSelfLink
(String selfLink) Methods inherited from class io.kubernetes.client.fluent.BaseFluent
accept, accept, accept, accept, aggregate, aggregate, build, build, builderOf
-
Constructor Details
-
V1ListMetaFluentImpl
public V1ListMetaFluentImpl() -
V1ListMetaFluentImpl
public V1ListMetaFluentImpl(io.kubernetes.client.openapi.models.V1ListMeta instance)
-
-
Method Details
-
getContinue
- Specified by:
getContinue
in interfaceV1ListMetaFluent<A extends V1ListMetaFluent<A>>
-
withContinue
- Specified by:
withContinue
in interfaceV1ListMetaFluent<A extends V1ListMetaFluent<A>>
-
hasContinue
- Specified by:
hasContinue
in interfaceV1ListMetaFluent<A extends V1ListMetaFluent<A>>
-
getRemainingItemCount
- Specified by:
getRemainingItemCount
in interfaceV1ListMetaFluent<A extends V1ListMetaFluent<A>>
-
withRemainingItemCount
- Specified by:
withRemainingItemCount
in interfaceV1ListMetaFluent<A extends V1ListMetaFluent<A>>
-
hasRemainingItemCount
- Specified by:
hasRemainingItemCount
in interfaceV1ListMetaFluent<A extends V1ListMetaFluent<A>>
-
getResourceVersion
- Specified by:
getResourceVersion
in interfaceV1ListMetaFluent<A extends V1ListMetaFluent<A>>
-
withResourceVersion
- Specified by:
withResourceVersion
in interfaceV1ListMetaFluent<A extends V1ListMetaFluent<A>>
-
hasResourceVersion
- Specified by:
hasResourceVersion
in interfaceV1ListMetaFluent<A extends V1ListMetaFluent<A>>
-
getSelfLink
- Specified by:
getSelfLink
in interfaceV1ListMetaFluent<A extends V1ListMetaFluent<A>>
-
withSelfLink
- Specified by:
withSelfLink
in interfaceV1ListMetaFluent<A extends V1ListMetaFluent<A>>
-
hasSelfLink
- Specified by:
hasSelfLink
in interfaceV1ListMetaFluent<A extends V1ListMetaFluent<A>>
-
equals
- Overrides:
equals
in classBaseFluent<A extends V1ListMetaFluent<A>>
-
hashCode
public int hashCode()- Overrides:
hashCode
in classBaseFluent<A extends V1ListMetaFluent<A>>
-
toString
-