Class DeviceAttributeFluent<A extends DeviceAttributeFluent<A>>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.kubernetes.api.model.resource.v1.DeviceAttributeFluent<A>
-
- Direct Known Subclasses:
DeviceAttributeBuilder
public class DeviceAttributeFluent<A extends DeviceAttributeFluent<A>> extends BaseFluent<A>
Generated
-
-
Field Summary
-
Fields inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
_visitables, VISIT
-
-
Constructor Summary
Constructors Constructor Description DeviceAttributeFluent()DeviceAttributeFluent(DeviceAttribute instance)
-
Method Summary
-
Methods inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
aggregate, aggregate, build, build, builderOf, getVisitableMap
-
-
-
-
Constructor Detail
-
DeviceAttributeFluent
public DeviceAttributeFluent()
-
DeviceAttributeFluent
public DeviceAttributeFluent(DeviceAttribute instance)
-
-
Method Detail
-
addAllToBools
public A addAllToBools(Collection<Boolean> items)
-
addAllToInts
public A addAllToInts(Collection<Long> items)
-
addAllToStrings
public A addAllToStrings(Collection<String> items)
-
addAllToVersions
public A addAllToVersions(Collection<String> items)
-
copyInstance
protected void copyInstance(DeviceAttribute instance)
-
equals
public boolean equals(Object o)
- Overrides:
equalsin classBaseFluent<A extends DeviceAttributeFluent<A>>
-
getBool
public Boolean getBool()
-
getBool
public Boolean getBool(int index)
-
getFirstBool
public Boolean getFirstBool()
-
getFirstInt
public Long getFirstInt()
-
getFirstString
public String getFirstString()
-
getFirstVersion
public String getFirstVersion()
-
getInt
public Long getInt()
-
getInt
public Long getInt(int index)
-
getLastBool
public Boolean getLastBool()
-
getLastInt
public Long getLastInt()
-
getLastString
public String getLastString()
-
getLastVersion
public String getLastVersion()
-
getString
public String getString()
-
getString
public String getString(int index)
-
getVersion
public String getVersion()
-
getVersion
public String getVersion(int index)
-
hasAdditionalProperties
public boolean hasAdditionalProperties()
-
hasBool
public boolean hasBool()
-
hasBools
public boolean hasBools()
-
hasInt
public boolean hasInt()
-
hasInts
public boolean hasInts()
-
hasString
public boolean hasString()
-
hasStrings
public boolean hasStrings()
-
hasVersion
public boolean hasVersion()
-
hasVersions
public boolean hasVersions()
-
hashCode
public int hashCode()
- Overrides:
hashCodein classBaseFluent<A extends DeviceAttributeFluent<A>>
-
removeAllFromBools
public A removeAllFromBools(Collection<Boolean> items)
-
removeAllFromInts
public A removeAllFromInts(Collection<Long> items)
-
removeAllFromStrings
public A removeAllFromStrings(Collection<String> items)
-
removeAllFromVersions
public A removeAllFromVersions(Collection<String> items)
-
withAdditionalProperties
public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
-
withBool
public A withBool()
-
-