Class PolicyInstanceResponse

java.lang.Object
com.cloudera.cdp.client.BaseResponse
com.cloudera.cdp.client.CdpResponse
com.cloudera.cdp.replicationmanager.model.PolicyInstanceResponse

@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen", date="2025-04-23T14:14:37.930-07:00") public class PolicyInstanceResponse extends CdpResponse
Policy execution details.
  • Constructor Details Link icon

    • PolicyInstanceResponse Link icon

      public PolicyInstanceResponse()
  • Method Details Link icon

    • getId Link icon

      public String getId()
      Getter for id. Policy instance command id.
    • setId Link icon

      public void setId(String id)
      Setter for id. Policy instance command id.
    • getPolicyId Link icon

      public String getPolicyId()
      Getter for policyId. Policy id.
    • setPolicyId Link icon

      public void setPolicyId(String policyId)
      Setter for policyId. Policy id.
    • getStatus Link icon

      public String getStatus()
      Getter for status. Policy command status.
    • setStatus Link icon

      public void setStatus(String status)
      Setter for status. Policy command status.
    • getStartTime Link icon

      public ZonedDateTime getStartTime()
      Getter for startTime. Command start time.
    • setStartTime Link icon

      public void setStartTime(ZonedDateTime startTime)
      Setter for startTime. Command start time.
    • getEndTime Link icon

      public ZonedDateTime getEndTime()
      Getter for endTime. Command end time.
    • setEndTime Link icon

      public void setEndTime(ZonedDateTime endTime)
      Setter for endTime. Command end time.
    • getTrackingInfo Link icon

      public String getTrackingInfo()
      Getter for trackingInfo. JSON data to track polciy status.
    • setTrackingInfo Link icon

      public void setTrackingInfo(String trackingInfo)
      Setter for trackingInfo. JSON data to track polciy status.
    • getMessage Link icon

      public String getMessage()
      Getter for message. Output of the policy command.
    • setMessage Link icon

      public void setMessage(String message)
      Setter for message. Output of the policy command.
    • getJobType Link icon

      public String getJobType()
      Getter for jobType. Job type.
    • setJobType Link icon

      public void setJobType(String jobType)
      Setter for jobType. Job type.
    • getTotalSteps Link icon

      public Integer getTotalSteps()
      Getter for totalSteps. Total number of steps.
    • setTotalSteps Link icon

      public void setTotalSteps(Integer totalSteps)
      Setter for totalSteps. Total number of steps.
    • getCompletedSteps Link icon

      public Integer getCompletedSteps()
      Getter for completedSteps. Number of completed steps.
    • setCompletedSteps Link icon

      public void setCompletedSteps(Integer completedSteps)
      Setter for completedSteps. Number of completed steps.
    • equals Link icon

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode Link icon

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString Link icon

      public String toString()
      Overrides:
      toString in class Object