Package com.cloudera.cdp.df.model
Class ImportFlowDefinitionResponse
java.lang.Object
com.cloudera.cdp.client.BaseResponse
com.cloudera.cdp.client.CdpResponse
com.cloudera.cdp.df.model.ImportFlowDefinitionResponse
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
date="2025-10-28T14:00:30.597-07:00")
public class ImportFlowDefinitionResponse
extends CdpResponse
Response object for ImportFlowDefinition
-
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 author.Getter for collectionCrn.Getter for collectionName.Getter for createdTimestamp.getCrn()Getter for crn.Getter for description.Getter for modifiedTimestamp.getName()Getter for name.Getter for versionCount.Getter for versions.inthashCode()voidSetter for author.voidsetCollectionCrn(String collectionCrn) Setter for collectionCrn.voidsetCollectionName(String collectionName) Setter for collectionName.voidsetCreatedTimestamp(Long createdTimestamp) Setter for createdTimestamp.voidSetter for crn.voidsetDescription(String description) Setter for description.voidsetModifiedTimestamp(Long modifiedTimestamp) Setter for modifiedTimestamp.voidSetter for name.voidsetVersionCount(Integer versionCount) Setter for versionCount.voidsetVersions(List<FlowVersion> versions) Setter for versions.toString()Methods inherited from class com.cloudera.cdp.client.CdpResponse
getRequestIdMethods inherited from class com.cloudera.cdp.client.BaseResponse
getHttpCode, getResponseHeaders
-
Constructor Details
-
ImportFlowDefinitionResponse
public ImportFlowDefinitionResponse()
-
-
Method Details
-
getCrn
Getter for crn. The artifact CRN -
setCrn
Setter for crn. The artifact CRN -
getName
Getter for name. The artifact name. -
setName
Setter for name. The artifact name. -
getVersionCount
Getter for versionCount. The number of versions uploaded to the catalog. -
setVersionCount
Setter for versionCount. The number of versions uploaded to the catalog. -
getCreatedTimestamp
Getter for createdTimestamp. The created timestamp. -
setCreatedTimestamp
Setter for createdTimestamp. The created timestamp. -
getAuthor
Getter for author. Author of the most recent version -
setAuthor
Setter for author. Author of the most recent version -
getDescription
Getter for description. The artifact description. -
setDescription
Setter for description. The artifact description. -
getModifiedTimestamp
Getter for modifiedTimestamp. The modified timestamp. -
setModifiedTimestamp
Setter for modifiedTimestamp. The modified timestamp. -
getVersions
Getter for versions. The list of artifactDetail versions -
setVersions
Setter for versions. The list of artifactDetail versions -
getCollectionName
Getter for collectionName. The collection name. -
setCollectionName
Setter for collectionName. The collection name. -
getCollectionCrn
Getter for collectionCrn. The collection CRN. -
setCollectionCrn
Setter for collectionCrn. The collection CRN. -
equals
-
hashCode
public int hashCode() -
toString
-