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.
-
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 assets.Getter for createdAt.Getter for createdBy.Getter for dataShareId.Getter for dataShareName.Getter for expiryTime.Getter for externalUsers.Getter for isShared.Getter for keywords.Getter for summary.getTags()Getter for tags.Getter for termsOfUse.Getter for updatedAt.inthashCode()voidsetAssets(List<AssetResponse> assets) Setter for assets.voidsetCreatedAt(ZonedDateTime createdAt) Setter for createdAt.voidsetCreatedBy(String createdBy) Setter for createdBy.voidsetDataShareId(String dataShareId) Setter for dataShareId.voidsetDataShareName(String dataShareName) Setter for dataShareName.voidsetExpiryTime(ZonedDateTime expiryTime) Setter for expiryTime.voidsetExternalUsers(List<DataShareExternalUser> externalUsers) Setter for externalUsers.voidsetIsShared(Boolean isShared) Setter for isShared.voidsetKeywords(List<String> keywords) Setter for keywords.voidsetSummary(String summary) Setter for summary.voidSetter for tags.voidsetTermsOfUse(String termsOfUse) Setter for termsOfUse.voidsetUpdatedAt(ZonedDateTime updatedAt) Setter for updatedAt.toString()Methods inherited from class com.cloudera.cdp.client.CdpResponse
getRequestIdMethods inherited from class com.cloudera.cdp.client.BaseResponse
getHttpCode, getResponseHeaders
-
Constructor Details
-
GetDataShareResponse
public GetDataShareResponse()
-
-
Method Details
-
getCreatedAt
Getter for createdAt. The date and time when the Data Share was created. -
setCreatedAt
Setter for createdAt. The date and time when the Data Share was created. -
getUpdatedAt
Getter for updatedAt. The date and time when the Data Share was last updated. -
setUpdatedAt
Setter for updatedAt. The date and time when the Data Share was last updated. -
getCreatedBy
Getter for createdBy. The CDP user who created the Data Share. -
setCreatedBy
Setter for createdBy. The CDP user who created the Data Share. -
getKeywords
Getter for keywords. List of keywords associated with the Data Share. -
setKeywords
Setter for keywords. List of keywords associated with the Data Share. -
getTags
Getter for tags. List of the Atlas tags associated with the Data Share. -
setTags
Setter for tags. List of the Atlas tags associated with the Data Share. -
getExpiryTime
Getter for expiryTime. The date and time when the Data Share will expire. -
setExpiryTime
Setter for expiryTime. The date and time when the Data Share will expire. -
getAssets
Getter for assets. List of assets included in the Data Share. -
setAssets
Setter for assets. List of assets included in the Data Share. -
getExternalUsers
Getter for externalUsers. List of external users granted access to the Data Share. -
setExternalUsers
Setter for externalUsers. List of external users granted access to the Data Share. -
getSummary
Getter for summary. A brief summary of the Data Share. -
setSummary
Setter for summary. A brief summary of the Data Share. -
getTermsOfUse
Getter for termsOfUse. The terms of use for the Data Share. -
setTermsOfUse
Setter for termsOfUse. The terms of use for the Data Share. -
equals
-
hashCode
public int hashCode() -
toString