Class DeviceRequestAllocationResultFluent<A extends DeviceRequestAllocationResultFluent<A>>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.kubernetes.api.model.resource.v1alpha3.DeviceRequestAllocationResultFluent<A>
-
- Direct Known Subclasses:
DeviceAllocationResultFluent.ResultsNested,DeviceRequestAllocationResultBuilder
public class DeviceRequestAllocationResultFluent<A extends DeviceRequestAllocationResultFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A>Generated
-
-
Constructor Summary
Constructors Constructor Description DeviceRequestAllocationResultFluent()DeviceRequestAllocationResultFluent(DeviceRequestAllocationResult 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(DeviceRequestAllocationResult instance)booleanequals(Object o)Map<String,Object>getAdditionalProperties()BooleangetAdminAccess()StringgetDevice()StringgetDriver()StringgetPool()StringgetRequest()booleanhasAdditionalProperties()booleanhasAdminAccess()booleanhasDevice()booleanhasDriver()inthashCode()booleanhasPool()booleanhasRequest()AremoveFromAdditionalProperties(String key)AremoveFromAdditionalProperties(Map<String,Object> map)StringtoString()<K,V>
AwithAdditionalProperties(Map<String,Object> additionalProperties)AwithAdminAccess()AwithAdminAccess(Boolean adminAccess)AwithDevice(String device)AwithDriver(String driver)AwithPool(String pool)AwithRequest(String request)
-
-
-
Constructor Detail
-
DeviceRequestAllocationResultFluent
public DeviceRequestAllocationResultFluent()
-
DeviceRequestAllocationResultFluent
public DeviceRequestAllocationResultFluent(DeviceRequestAllocationResult instance)
-
-
Method Detail
-
copyInstance
protected void copyInstance(DeviceRequestAllocationResult instance)
-
getAdminAccess
public Boolean getAdminAccess()
-
hasAdminAccess
public boolean hasAdminAccess()
-
getDevice
public String getDevice()
-
hasDevice
public boolean hasDevice()
-
getDriver
public String getDriver()
-
hasDriver
public boolean hasDriver()
-
getPool
public String getPool()
-
hasPool
public boolean hasPool()
-
getRequest
public String getRequest()
-
hasRequest
public boolean hasRequest()
-
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 DeviceRequestAllocationResultFluent<A>>
-
hashCode
public int hashCode()
- Overrides:
hashCodein classio.fabric8.kubernetes.api.builder.BaseFluent<A extends DeviceRequestAllocationResultFluent<A>>
-
withAdminAccess
public A withAdminAccess()
-
-