Package com.cloudera.cdp.df.model
Class ImportFlowDefinitionVersionResponse
java.lang.Object
com.cloudera.cdp.client.BaseResponse
com.cloudera.cdp.client.CdpResponse
com.cloudera.cdp.df.model.ImportFlowDefinitionVersionResponse
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
date="2024-09-27T08:40:28.348-07:00")
public class ImportFlowDefinitionVersionResponse
extends CdpResponse
Response object for ImportFlowDefinitionVersion
-
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 bucketIdentifier.Getter for comments.getCrn()
Getter for crn.Getter for deploymentCount.getTags()
Getter for tags.Getter for timestamp.Getter for version.int
hashCode()
void
Setter for author.void
setBucketIdentifier
(String bucketIdentifier) Setter for bucketIdentifier.void
setComments
(String comments) Setter for comments.void
Setter for crn.void
setDeploymentCount
(Integer deploymentCount) Setter for deploymentCount.void
setTags
(List<FlowVersionTag> tags) Setter for tags.void
setTimestamp
(Long timestamp) Setter for timestamp.void
setVersion
(Integer version) Setter for version.toString()
Methods inherited from class com.cloudera.cdp.client.CdpResponse
getRequestId
Methods inherited from class com.cloudera.cdp.client.BaseResponse
getHttpCode, getResponseHeaders
-
Constructor Details
-
ImportFlowDefinitionVersionResponse
public ImportFlowDefinitionVersionResponse()
-
-
Method Details
-
getCrn
Getter for crn. The flow version CRN -
setCrn
Setter for crn. The flow version CRN -
getBucketIdentifier
Getter for bucketIdentifier. The bucketIdentifier of the flow -
setBucketIdentifier
Setter for bucketIdentifier. The bucketIdentifier of the flow -
getAuthor
Getter for author. The author of the flow -
setAuthor
Setter for author. The author of the flow -
getVersion
Getter for version. The version of the flow -
setVersion
Setter for version. The version of the flow -
getTimestamp
Getter for timestamp. The timestamp of the flow -
setTimestamp
Setter for timestamp. The timestamp of the flow -
getDeploymentCount
Getter for deploymentCount. The number of deployments of the flow -
setDeploymentCount
Setter for deploymentCount. The number of deployments of the flow -
getComments
Getter for comments. Comments about the flow -
setComments
Setter for comments. Comments about the flow -
getTags
Getter for tags. The tags for the flow version. -
setTags
Setter for tags. The tags for the flow version. -
equals
-
hashCode
public int hashCode() -
toString
-