Class AssetRequest

java.lang.Object
com.cloudera.cdp.datacatalog.model.AssetRequest

@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen", date="2026-03-31T14:25:30.688-07:00") public class AssetRequest extends Object
Details of an asset to be included in the Data Share.
  • Constructor Details

    • AssetRequest

      public AssetRequest()
  • Method Details

    • getDatabaseName

      public String getDatabaseName()
      Getter for databaseName. The name of the database containing the asset.
    • setDatabaseName

      public void setDatabaseName(String databaseName)
      Setter for databaseName. The name of the database containing the asset.
    • getTableName

      public String getTableName()
      Getter for tableName. The name of the table containing the asset.
    • setTableName

      public void setTableName(String tableName)
      Setter for tableName. The name of the table containing the asset.
    • getGuid

      public String getGuid()
      Getter for guid. The unique identifier of the asset (asset guid from the Atlas).
    • setGuid

      public void setGuid(String guid)
      Setter for guid. The unique identifier of the asset (asset guid from the Atlas).
    • getColumns

      public List<String> getColumns()
      Getter for columns. List of columns in the asset (default all is included).
    • setColumns

      public void setColumns(List<String> columns)
      Setter for columns. List of columns in the asset (default all is included).
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object