Class V1NodeSwapStatus
java.lang.Object
io.micronaut.kubernetes.client.openapi.model.V1NodeSwapStatus
@Generated("io.micronaut.openapi.generator.JavaMicronautClientCodegen")
public class V1NodeSwapStatus
extends Object
NodeSwapStatus represents swap memory information.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionSet capacity in a chainable fashion.boolean
Total amount of swap memory in bytes.int
hashCode()
void
setCapacity
(Long capacity) Set the capacity property valuetoString()
-
Field Details
-
JSON_PROPERTY_CAPACITY
- See Also:
-
-
Constructor Details
-
V1NodeSwapStatus
public V1NodeSwapStatus()
-
-
Method Details
-
getCapacity
Total amount of swap memory in bytes.- Returns:
- the capacity property value
-
setCapacity
Set the capacity property value- Parameters:
capacity
- property value to set
-
capacity
Set capacity in a chainable fashion.- Returns:
- The same instance of V1NodeSwapStatus for chaining.
-
equals
-
hashCode
public int hashCode() -
toString
-