Class V1ContainerImage
java.lang.Object
io.micronaut.kubernetes.client.openapi.model.V1ContainerImage
@Generated("io.micronaut.openapi.generator.JavaMicronautClientCodegen")
public class V1ContainerImage
extends Object
Describe a container image
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddNamesItem(String namesItem) Add an item to the names property in a chainable fashion.booleangetNames()Names by which this image is known.The size of the image in bytes.inthashCode()Set names in a chainable fashion.voidSet the names property valuevoidsetSizeBytes(Long sizeBytes) Set the sizeBytes property valueSet sizeBytes in a chainable fashion.toString()
-
Field Details
-
JSON_PROPERTY_NAMES
- See Also:
-
JSON_PROPERTY_SIZE_BYTES
- See Also:
-
-
Constructor Details
-
V1ContainerImage
public V1ContainerImage()
-
-
Method Details
-
getNames
-
setNames
-
names
Set names in a chainable fashion.- Returns:
- The same instance of V1ContainerImage for chaining.
-
addNamesItem
Add an item to the names property in a chainable fashion.- Returns:
- The same instance of V1ContainerImage for chaining.
-
getSizeBytes
-
setSizeBytes
Set the sizeBytes property value- Parameters:
sizeBytes- property value to set
-
sizeBytes
Set sizeBytes in a chainable fashion.- Returns:
- The same instance of V1ContainerImage for chaining.
-
equals
-
hashCode
-
toString
-