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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanGetter for columns.Getter for databaseName.getGuid()Getter for guid.Getter for tableName.inthashCode()voidsetColumns(List<String> columns) Setter for columns.voidsetDatabaseName(String databaseName) Setter for databaseName.voidSetter for guid.voidsetTableName(String tableName) Setter for tableName.toString()
-
Constructor Details
-
AssetRequest
public AssetRequest()
-
-
Method Details
-
getDatabaseName
Getter for databaseName. The name of the database containing the asset. -
setDatabaseName
Setter for databaseName. The name of the database containing the asset. -
getTableName
Getter for tableName. The name of the table containing the asset. -
setTableName
Setter for tableName. The name of the table containing the asset. -
getGuid
Getter for guid. The unique identifier of the asset (asset guid from the Atlas). -
setGuid
Setter for guid. The unique identifier of the asset (asset guid from the Atlas). -
getColumns
Getter for columns. List of columns in the asset (default all is included). -
setColumns
Setter for columns. List of columns in the asset (default all is included). -
equals
-
hashCode
public int hashCode() -
toString
-