Class NamedResourcesIntSliceFluent<A extends NamedResourcesIntSliceFluent<A>>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.kubernetes.api.model.resource.v1alpha2.NamedResourcesIntSliceFluent<A>
-
- Direct Known Subclasses:
NamedResourcesAttributeFluent.IntSliceNested,NamedResourcesIntSliceBuilder
public class NamedResourcesIntSliceFluent<A extends NamedResourcesIntSliceFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A>Generated
-
-
Constructor Summary
Constructors Constructor Description NamedResourcesIntSliceFluent()NamedResourcesIntSliceFluent(NamedResourcesIntSlice instance)
-
Method Summary
-
-
-
Constructor Detail
-
NamedResourcesIntSliceFluent
public NamedResourcesIntSliceFluent()
-
NamedResourcesIntSliceFluent
public NamedResourcesIntSliceFluent(NamedResourcesIntSlice instance)
-
-
Method Detail
-
copyInstance
protected void copyInstance(NamedResourcesIntSlice instance)
-
addAllToInts
public A addAllToInts(Collection<Long> items)
-
removeAllFromInts
public A removeAllFromInts(Collection<Long> items)
-
getInt
public Long getInt(int index)
-
getFirstInt
public Long getFirstInt()
-
getLastInt
public Long getLastInt()
-
hasInts
public boolean hasInts()
-
withAdditionalProperties
public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
-
hasAdditionalProperties
public boolean hasAdditionalProperties()
-
equals
public boolean equals(Object o)
- Overrides:
equalsin classio.fabric8.kubernetes.api.builder.BaseFluent<A extends NamedResourcesIntSliceFluent<A>>
-
hashCode
public int hashCode()
- Overrides:
hashCodein classio.fabric8.kubernetes.api.builder.BaseFluent<A extends NamedResourcesIntSliceFluent<A>>
-
-