Package com.cloudera.cdp.df.model
Class ListDiagnosticsResponseItem
- java.lang.Object
-
- com.cloudera.cdp.df.model.ListDiagnosticsResponseItem
-
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen", date="2023-09-27T13:27:54.329-07:00") public class ListDiagnosticsResponseItem extends Object
Object representation of a diagnostics request list item.
-
-
Constructor Summary
Constructors Constructor Description ListDiagnosticsResponseItem()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
String
getBundleCloudPath()
Getter for bundleCloudPath.String
getCaseNumber()
Getter for caseNumber.String
getCollectionScope()
Getter for collectionScope.List<String>
getDeployments()
Getter for deployments.String
getDescription()
Getter for description.String
getDestination()
Getter for destination.String
getDfServiceCrn()
Getter for dfServiceCrn.String
getEndTime()
Getter for endTime.List<String>
getEnvironmentComponents()
Getter for environmentComponents.String
getRequestedTime()
Getter for requestedTime.String
getStartTime()
Getter for startTime.String
getStatus()
Getter for status.String
getUuid()
Getter for uuid.int
hashCode()
void
setBundleCloudPath(String bundleCloudPath)
Setter for bundleCloudPath.void
setCaseNumber(String caseNumber)
Setter for caseNumber.void
setCollectionScope(String collectionScope)
Setter for collectionScope.void
setDeployments(List<String> deployments)
Setter for deployments.void
setDescription(String description)
Setter for description.void
setDestination(String destination)
Setter for destination.void
setDfServiceCrn(String dfServiceCrn)
Setter for dfServiceCrn.void
setEndTime(String endTime)
Setter for endTime.void
setEnvironmentComponents(List<String> environmentComponents)
Setter for environmentComponents.void
setRequestedTime(String requestedTime)
Setter for requestedTime.void
setStartTime(String startTime)
Setter for startTime.void
setStatus(String status)
Setter for status.void
setUuid(String uuid)
Setter for uuid.String
toString()
-
-
-
Method Detail
-
getDfServiceCrn
public String getDfServiceCrn()
Getter for dfServiceCrn. DataFlow Service CRN.
-
setDfServiceCrn
public void setDfServiceCrn(String dfServiceCrn)
Setter for dfServiceCrn. DataFlow Service CRN.
-
getStatus
public String getStatus()
Getter for status. Status of request.
-
setStatus
public void setStatus(String status)
Setter for status. Status of request.
-
getDescription
public String getDescription()
Getter for description. User provided description of request.
-
setDescription
public void setDescription(String description)
Setter for description. User provided description of request.
-
getDestination
public String getDestination()
Getter for destination. Upload destination.
-
setDestination
public void setDestination(String destination)
Setter for destination. Upload destination.
-
getBundleCloudPath
public String getBundleCloudPath()
Getter for bundleCloudPath. Cloud storage path of the bundle, only populated for CLOUD_STORAGE destinations.
-
setBundleCloudPath
public void setBundleCloudPath(String bundleCloudPath)
Setter for bundleCloudPath. Cloud storage path of the bundle, only populated for CLOUD_STORAGE destinations.
-
getStartTime
public String getStartTime()
Getter for startTime. Time from which to collect logs.
-
setStartTime
public void setStartTime(String startTime)
Setter for startTime. Time from which to collect logs.
-
getEndTime
public String getEndTime()
Getter for endTime. Time to which to collect logs.
-
setEndTime
public void setEndTime(String endTime)
Setter for endTime. Time to which to collect logs.
-
getEnvironmentComponents
public List<String> getEnvironmentComponents()
Getter for environmentComponents. List of environment components included in the collection.
-
setEnvironmentComponents
public void setEnvironmentComponents(List<String> environmentComponents)
Setter for environmentComponents. List of environment components included in the collection.
-
getCollectionScope
public String getCollectionScope()
Getter for collectionScope. Collection scope.
-
setCollectionScope
public void setCollectionScope(String collectionScope)
Setter for collectionScope. Collection scope.
-
getDeployments
public List<String> getDeployments()
Getter for deployments. List of Flow deployments included in the collection.
-
setDeployments
public void setDeployments(List<String> deployments)
Setter for deployments. List of Flow deployments included in the collection.
-
getCaseNumber
public String getCaseNumber()
Getter for caseNumber. Support case number associated with the collection.
-
setCaseNumber
public void setCaseNumber(String caseNumber)
Setter for caseNumber. Support case number associated with the collection.
-
getUuid
public String getUuid()
Getter for uuid. Uuid of the collection.
-
setUuid
public void setUuid(String uuid)
Setter for uuid. Uuid of the collection.
-
getRequestedTime
public String getRequestedTime()
Getter for requestedTime. Time at which the collection was requested.
-
setRequestedTime
public void setRequestedTime(String requestedTime)
Setter for requestedTime. Time at which the collection was requested.
-
-