Class DataShareResponse


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

    • DataShareResponse

      public DataShareResponse()
  • 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.
    • 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.
    • 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.
    • 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