Class GetDataShareResponse

java.lang.Object
com.cloudera.cdp.client.BaseResponse
com.cloudera.cdp.client.CdpResponse
com.cloudera.cdp.datacatalog.model.GetDataShareResponse

@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen", date="2026-03-31T14:25:30.688-07:00") public class GetDataShareResponse extends CdpResponse
Response of the Get Data Share operation.
  • Constructor Details

    • GetDataShareResponse

      public GetDataShareResponse()
  • Method Details

    • getDataShareId

      public String getDataShareId()
      Getter for dataShareId. The unique identifier of the Data Share.
    • setDataShareId

      public void setDataShareId(String dataShareId)
      Setter for dataShareId. The unique identifier of the Data Share.
    • getDataShareName

      public String getDataShareName()
      Getter for dataShareName. The name of the Data Share.
    • setDataShareName

      public void setDataShareName(String dataShareName)
      Setter for dataShareName. The name of the Data Share.
    • getIsShared

      public Boolean getIsShared()
      Getter for isShared. Indicates whether the Data Share is in Shared state or not.
    • setIsShared

      public void setIsShared(Boolean isShared)
      Setter for isShared. Indicates whether the Data Share is in Shared state or not.
    • getCreatedAt

      public ZonedDateTime getCreatedAt()
      Getter for createdAt. The date and time when the Data Share was created.
    • setCreatedAt

      public void setCreatedAt(ZonedDateTime createdAt)
      Setter for createdAt. The date and time when the Data Share was created.
    • getUpdatedAt

      public ZonedDateTime getUpdatedAt()
      Getter for updatedAt. The date and time when the Data Share was last updated.
    • setUpdatedAt

      public void setUpdatedAt(ZonedDateTime updatedAt)
      Setter for updatedAt. The date and time when the Data Share was last updated.
    • getCreatedBy

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

      public void setCreatedBy(String createdBy)
      Setter for createdBy. The CDP user who created the Data Share.
    • getKeywords

      public List<String> getKeywords()
      Getter for keywords. List of keywords associated with the Data Share.
    • setKeywords

      public void setKeywords(List<String> keywords)
      Setter for keywords. List of keywords associated with the Data Share.
    • getTags

      public List<String> getTags()
      Getter for tags. List of the Atlas tags associated with the Data Share.
    • setTags

      public void setTags(List<String> tags)
      Setter for tags. List of the Atlas tags associated with the Data Share.
    • getExpiryTime

      public ZonedDateTime getExpiryTime()
      Getter for expiryTime. The date and time when the Data Share will expire.
    • setExpiryTime

      public void setExpiryTime(ZonedDateTime expiryTime)
      Setter for expiryTime. The date and time when the Data Share will expire.
    • getAssets

      public List<AssetResponse> getAssets()
      Getter for assets. List of assets included in the Data Share.
    • setAssets

      public void setAssets(List<AssetResponse> assets)
      Setter for assets. List of assets included in the Data Share.
    • getExternalUsers

      public List<DataShareExternalUser> getExternalUsers()
      Getter for externalUsers. List of external users granted access to the Data Share.
    • setExternalUsers

      public void setExternalUsers(List<DataShareExternalUser> externalUsers)
      Setter for externalUsers. List of external users granted access to the Data Share.
    • getSummary

      public String getSummary()
      Getter for summary. A brief summary of the Data Share.
    • setSummary

      public void setSummary(String summary)
      Setter for summary. A brief summary of the Data Share.
    • getTermsOfUse

      public String getTermsOfUse()
      Getter for termsOfUse. The terms of use for the Data Share.
    • setTermsOfUse

      public void setTermsOfUse(String termsOfUse)
      Setter for termsOfUse. The terms of use for the Data Share.
    • 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