Class FreeipaDiagnosticsCollectionResponse
- java.lang.Object
-
- com.cloudera.cdp.client.BaseResponse
-
- com.cloudera.cdp.client.CdpResponse
-
- com.cloudera.cdp.environments.model.FreeipaDiagnosticsCollectionResponse
-
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen", date="2023-09-27T13:27:53.061-07:00") public class FreeipaDiagnosticsCollectionResponse extends CdpResponse
Response object for diagnostic collection flow details.
-
-
Field Summary
-
Fields inherited from class com.cloudera.cdp.client.CdpResponse
ALTUS_HEADER_REQUESTID, CDP_HEADER_REQUESTID
-
-
Constructor Summary
Constructors Constructor Description FreeipaDiagnosticsCollectionResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
FreeipaDiagnosticsCollectionDetailsResponse
getCollectionDetails()
Getter for collectionDetails.ZonedDateTime
getCreated()
Getter for created.String
getFlowId()
Getter for flowId.String
getFlowState()
Getter for flowState.Integer
getProgressPercentage()
Getter for progressPercentage.String
getStatus()
Getter for status.int
hashCode()
void
setCollectionDetails(FreeipaDiagnosticsCollectionDetailsResponse collectionDetails)
Setter for collectionDetails.void
setCreated(ZonedDateTime created)
Setter for created.void
setFlowId(String flowId)
Setter for flowId.void
setFlowState(String flowState)
Setter for flowState.void
setProgressPercentage(Integer progressPercentage)
Setter for progressPercentage.void
setStatus(String status)
Setter for status.String
toString()
-
Methods inherited from class com.cloudera.cdp.client.CdpResponse
getRequestId
-
Methods inherited from class com.cloudera.cdp.client.BaseResponse
getHttpCode, getResponseHeaders
-
-
-
-
Method Detail
-
getStatus
public String getStatus()
Getter for status. Status of the diagnostics collection flow.
-
setStatus
public void setStatus(String status)
Setter for status. Status of the diagnostics collection flow.
-
getFlowId
public String getFlowId()
Getter for flowId. Flow ID of the diagnostics collection flow.
-
setFlowId
public void setFlowId(String flowId)
Setter for flowId. Flow ID of the diagnostics collection flow.
-
getFlowState
public String getFlowState()
Getter for flowState. Current state of the diagnostics collection flow.
-
setFlowState
public void setFlowState(String flowState)
Setter for flowState. Current state of the diagnostics collection flow.
-
getCreated
public ZonedDateTime getCreated()
Getter for created. Creation date of the diagnostics collection flow.
-
setCreated
public void setCreated(ZonedDateTime created)
Setter for created. Creation date of the diagnostics collection flow.
-
getProgressPercentage
public Integer getProgressPercentage()
Getter for progressPercentage. Progress percentage of the diagnostics collection flow (maximum value if finished).
-
setProgressPercentage
public void setProgressPercentage(Integer progressPercentage)
Setter for progressPercentage. Progress percentage of the diagnostics collection flow (maximum value if finished).
-
getCollectionDetails
public FreeipaDiagnosticsCollectionDetailsResponse getCollectionDetails()
Getter for collectionDetails. Additional details about the diagnostics collection.
-
setCollectionDetails
public void setCollectionDetails(FreeipaDiagnosticsCollectionDetailsResponse collectionDetails)
Setter for collectionDetails. Additional details about the diagnostics collection.
-
-