Class DataShareResponse
java.lang.Object
com.cloudera.cdp.client.BaseResponse
com.cloudera.cdp.client.CdpResponse
com.cloudera.cdp.datacatalog.model.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.
-
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 createdAt.Getter for createdBy.Getter for dataShareId.Getter for dataShareName.Getter for expiryTime.Getter for isShared.Getter for keywords.inthashCode()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.voidsetIsShared(Boolean isShared) Setter for isShared.voidsetKeywords(List<String> keywords) Setter for keywords.toString()Methods inherited from class com.cloudera.cdp.client.CdpResponse
getRequestIdMethods inherited from class com.cloudera.cdp.client.BaseResponse
getHttpCode, getResponseHeaders
-
Constructor Details
-
DataShareResponse
public DataShareResponse()
-
-
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. -
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. -
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. -
equals
-
hashCode
public int hashCode() -
toString