Class ListScalingActivitiesRequest

java.lang.Object
com.cloudera.cdp.datahub.model.ListScalingActivitiesRequest

@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen", date="2025-05-14T11:34:32.759-07:00") public class ListScalingActivitiesRequest extends Object
Request object for List scaling Activities request.
  • Constructor Details Link icon

    • ListScalingActivitiesRequest Link icon

      public ListScalingActivitiesRequest()
  • Method Details Link icon

    • getCluster Link icon

      public String getCluster()
      Getter for cluster. The name or CRN of the cluster.
    • setCluster Link icon

      public void setCluster(String cluster)
      Setter for cluster. The name or CRN of the cluster.
    • getDuration Link icon

      public Long getDuration()
      Getter for duration. Duration in minutes for which we want all the scaling activities for the cluster. Either duration or start and end time needs to be provided.
    • setDuration Link icon

      public void setDuration(Long duration)
      Setter for duration. Duration in minutes for which we want all the scaling activities for the cluster. Either duration or start and end time needs to be provided.
    • getStartTime Link icon

      public Long getStartTime()
      Getter for startTime. Start time value in epoch millisecond from which we want to get all the scaling activities. Need to specify end time with it.
    • setStartTime Link icon

      public void setStartTime(Long startTime)
      Setter for startTime. Start time value in epoch millisecond from which we want to get all the scaling activities. Need to specify end time with it.
    • getEndTime Link icon

      public Long getEndTime()
      Getter for endTime. End time value in epoch millisecond until which we want to get all the scaling activities. Need to specify start time with it.
    • setEndTime Link icon

      public void setEndTime(Long endTime)
      Setter for endTime. End time value in epoch millisecond until which we want to get all the scaling activities. Need to specify start time with it.
    • getOnlyFailedScalingActivities Link icon

      public Boolean getOnlyFailedScalingActivities()
      Getter for onlyFailedScalingActivities. Flag that decides whether to return only failed scaling activities or return all scaling activities in a given duration or a specific time interval.
    • setOnlyFailedScalingActivities Link icon

      public void setOnlyFailedScalingActivities(Boolean onlyFailedScalingActivities)
      Setter for onlyFailedScalingActivities. Flag that decides whether to return only failed scaling activities or return all scaling activities in a given duration or a specific time interval.
    • getPageSize Link icon

      public Integer getPageSize()
      Getter for pageSize. The size of the page for getting scaling activities.
    • setPageSize Link icon

      public void setPageSize(Integer pageSize)
      Setter for pageSize. The size of the page for getting scaling activities.
    • getStartingToken Link icon

      public String getStartingToken()
      Getter for startingToken. A token to specify where to start paginating. This is the nextToken from a previously truncated response.
    • setStartingToken Link icon

      public void setStartingToken(String startingToken)
      Setter for startingToken. A token to specify where to start paginating. This is the nextToken from a previously truncated response.
    • 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