Package net.stickycode.kuuty.model.v18
Class IoK8sApiCoreV1ContainerImage
- java.lang.Object
-
- net.stickycode.kuuty.model.v18.IoK8sApiCoreV1ContainerImage
-
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2020-11-26T11:01:11.402583+13:00[Pacific/Auckland]") public class IoK8sApiCoreV1ContainerImage extends Object
Describe a container image
-
-
Field Summary
Fields Modifier and Type Field Description static StringJSON_PROPERTY_NAMESstatic StringJSON_PROPERTY_SIZE_BYTES
-
Constructor Summary
Constructors Constructor Description IoK8sApiCoreV1ContainerImage()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IoK8sApiCoreV1ContainerImageaddNamesItem(String namesItem)booleanequals(Object o)List<String>getNames()Names by which this image is known.LonggetSizeBytes()The size of the image in bytes.inthashCode()IoK8sApiCoreV1ContainerImagenames(List<String> names)voidsetNames(List<String> names)voidsetSizeBytes(Long sizeBytes)IoK8sApiCoreV1ContainerImagesizeBytes(Long sizeBytes)StringtoString()
-
-
-
Field Detail
-
JSON_PROPERTY_NAMES
public static final String JSON_PROPERTY_NAMES
- See Also:
- Constant Field Values
-
JSON_PROPERTY_SIZE_BYTES
public static final String JSON_PROPERTY_SIZE_BYTES
- See Also:
- Constant Field Values
-
-
Method Detail
-
names
public IoK8sApiCoreV1ContainerImage names(List<String> names)
-
addNamesItem
public IoK8sApiCoreV1ContainerImage addNamesItem(String namesItem)
-
getNames
public List<String> getNames()
Names by which this image is known. e.g. [\"k8s.gcr.io/hyperkube:v1.0.7\", \"dockerhub.io/google_containers/hyperkube:v1.0.7\"]- Returns:
- names
-
sizeBytes
public IoK8sApiCoreV1ContainerImage sizeBytes(Long sizeBytes)
-
getSizeBytes
@Nullable public Long getSizeBytes()
The size of the image in bytes.- Returns:
- sizeBytes
-
setSizeBytes
public void setSizeBytes(Long sizeBytes)
-
-