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="2024-09-27T08:40:28.348-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
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Getter for author.Getter for createdTimestamp.getCrn()
Getter for crn.Getter for description.Getter for modifiedTimestamp.getName()
Getter for name.Getter for versionCount.Getter for versions.int
hashCode()
void
Setter for author.void
setCreatedTimestamp
(Long createdTimestamp) Setter for createdTimestamp.void
Setter for crn.void
setDescription
(String description) Setter for description.void
setModifiedTimestamp
(Long modifiedTimestamp) Setter for modifiedTimestamp.void
Setter for name.void
setVersionCount
(Integer versionCount) Setter for versionCount.void
setVersions
(List<FlowVersion> versions) Setter for versions.toString()
Methods inherited from class com.cloudera.cdp.client.CdpResponse
getRequestId
Methods 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 -
equals
-
hashCode
public int hashCode() -
toString
-