Package com.cloudera.cdp.datahub.model
Class ImageDetails
java.lang.Object
com.cloudera.cdp.datahub.model.ImageDetails
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
date="2024-09-27T08:40:24.392-07:00")
public class ImageDetails
extends Object
The details of the image used for cluster instances.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Getter for catalogName.Getter for catalogUrl.getId()
Getter for id.getName()
Getter for name.getOs()
Getter for os.int
hashCode()
void
setCatalogName
(String catalogName) Setter for catalogName.void
setCatalogUrl
(String catalogUrl) Setter for catalogUrl.void
Setter for id.void
Setter for name.void
Setter for os.toString()
-
Constructor Details
-
ImageDetails
public ImageDetails()
-
-
Method Details
-
getName
Getter for name. The name of the image used for cluster instances. -
setName
Setter for name. The name of the image used for cluster instances. -
getId
Getter for id. The ID of the image used for cluster instances. This is internally generated by the cloud provider to uniquely identify the image. -
setId
Setter for id. The ID of the image used for cluster instances. This is internally generated by the cloud provider to uniquely identify the image. -
getOs
Getter for os. The OS of the image used for cluster instances. -
setOs
Setter for os. The OS of the image used for cluster instances. -
getCatalogUrl
Getter for catalogUrl. The image catalog URL. -
setCatalogUrl
Setter for catalogUrl. The image catalog URL. -
getCatalogName
Getter for catalogName. The image catalog name. -
setCatalogName
Setter for catalogName. The image catalog name. -
equals
-
hashCode
public int hashCode() -
toString
-