Class 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.
  • Constructor Details

    • AssetResponse

      public AssetResponse()
  • Method Details

    • getResourceId

      public String getResourceId()
      Getter for resourceId. The unique identifier of the resource.
    • setResourceId

      public void setResourceId(String resourceId)
      Setter for resourceId. The unique identifier of the resource.
    • 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).
    • getCreateTime

      public ZonedDateTime getCreateTime()
      Getter for createTime. The date and time when the asset was created.
    • setCreateTime

      public void setCreateTime(ZonedDateTime createTime)
      Setter for createTime. The date and time when the asset was created.
    • getCreatedBy

      public String getCreatedBy()
      Getter for createdBy. The user who created the asset.
    • setCreatedBy

      public void setCreatedBy(String createdBy)
      Setter for createdBy. The user who created the asset.
    • getUpdateTime

      public ZonedDateTime getUpdateTime()
      Getter for updateTime. The date and time when the asset was last updated.
    • setUpdateTime

      public void setUpdateTime(ZonedDateTime updateTime)
      Setter for updateTime. The date and time when the asset was last updated.
    • getUpdatedBy

      public String getUpdatedBy()
      Getter for updatedBy. The user who last updated the asset.
    • setUpdatedBy

      public void setUpdatedBy(String updatedBy)
      Setter for updatedBy. The user who last updated the asset.
    • 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.
    • 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