Class AssetResponse
java.lang.Object
com.cloudera.cdp.client.BaseResponse
com.cloudera.cdp.client.CdpResponse
com.cloudera.cdp.datacatalog.model.AssetResponse
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
date="2026-03-31T14:25:30.688-07:00")
public class AssetResponse
extends CdpResponse
Details of an asset to be included in the Data Share.
-
Field Summary
Fields inherited from class com.cloudera.cdp.client.CdpResponse
ALTUS_HEADER_REQUESTID, CDP_HEADER_REQUESTID -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanGetter for columns.Getter for createdBy.Getter for createTime.Getter for databaseName.getGuid()Getter for guid.Getter for resourceId.Getter for tableName.Getter for updatedBy.Getter for updateTime.inthashCode()voidsetColumns(List<String> columns) Setter for columns.voidsetCreatedBy(String createdBy) Setter for createdBy.voidsetCreateTime(ZonedDateTime createTime) Setter for createTime.voidsetDatabaseName(String databaseName) Setter for databaseName.voidSetter for guid.voidsetResourceId(String resourceId) Setter for resourceId.voidsetTableName(String tableName) Setter for tableName.voidsetUpdatedBy(String updatedBy) Setter for updatedBy.voidsetUpdateTime(ZonedDateTime updateTime) Setter for updateTime.toString()Methods inherited from class com.cloudera.cdp.client.CdpResponse
getRequestIdMethods inherited from class com.cloudera.cdp.client.BaseResponse
getHttpCode, getResponseHeaders
-
Constructor Details
-
AssetResponse
public AssetResponse()
-
-
Method Details
-
getResourceId
Getter for resourceId. The unique identifier of the resource. -
setResourceId
Setter for resourceId. The unique identifier of the resource. -
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). -
getCreateTime
Getter for createTime. The date and time when the asset was created. -
setCreateTime
Setter for createTime. The date and time when the asset was created. -
getCreatedBy
Getter for createdBy. The user who created the asset. -
setCreatedBy
Setter for createdBy. The user who created the asset. -
getUpdateTime
Getter for updateTime. The date and time when the asset was last updated. -
setUpdateTime
Setter for updateTime. The date and time when the asset was last updated. -
getUpdatedBy
Getter for updatedBy. The user who last updated the asset. -
setUpdatedBy
Setter for updatedBy. The user who last updated the asset. -
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. -
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
-