Class DeviceCounterConsumptionFluent<A extends DeviceCounterConsumptionFluent<A>>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.kubernetes.api.model.resource.v1alpha3.DeviceCounterConsumptionFluent<A>
-
- Direct Known Subclasses:
BasicDeviceFluent.ConsumesCountersNested,DeviceCounterConsumptionBuilder
public class DeviceCounterConsumptionFluent<A extends DeviceCounterConsumptionFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A>Generated
-
-
Constructor Summary
Constructors Constructor Description DeviceCounterConsumptionFluent()DeviceCounterConsumptionFluent(DeviceCounterConsumption instance)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AaddToAdditionalProperties(String key, Object value)AaddToAdditionalProperties(Map<String,Object> map)AaddToCounters(String key, Counter value)AaddToCounters(Map<String,Counter> map)protected voidcopyInstance(DeviceCounterConsumption instance)booleanequals(Object o)Map<String,Object>getAdditionalProperties()Map<String,Counter>getCounters()StringgetCounterSet()booleanhasAdditionalProperties()booleanhasCounters()booleanhasCounterSet()inthashCode()AremoveFromAdditionalProperties(String key)AremoveFromAdditionalProperties(Map<String,Object> map)AremoveFromCounters(String key)AremoveFromCounters(Map<String,Counter> map)StringtoString()<K,V>
AwithAdditionalProperties(Map<String,Object> additionalProperties)<K,V>
AwithCounters(Map<String,Counter> counters)AwithCounterSet(String counterSet)
-
-
-
Constructor Detail
-
DeviceCounterConsumptionFluent
public DeviceCounterConsumptionFluent()
-
DeviceCounterConsumptionFluent
public DeviceCounterConsumptionFluent(DeviceCounterConsumption instance)
-
-
Method Detail
-
copyInstance
protected void copyInstance(DeviceCounterConsumption instance)
-
getCounterSet
public String getCounterSet()
-
hasCounterSet
public boolean hasCounterSet()
-
hasCounters
public boolean hasCounters()
-
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 DeviceCounterConsumptionFluent<A>>
-
hashCode
public int hashCode()
- Overrides:
hashCodein classio.fabric8.kubernetes.api.builder.BaseFluent<A extends DeviceCounterConsumptionFluent<A>>
-
-