Class ImageDetails
java.lang.Object
com.cloudera.cdp.datacatalog.model.ImageDetails
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
date="2024-09-27T08:40:25.653-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.int
hashCode()
void
setCatalogName
(String catalogName) Setter for catalogName.void
setCatalogUrl
(String catalogUrl) Setter for catalogUrl.void
Setter for id.void
Setter for name.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. -
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
-