Package com.cloudera.cdp.datahub.model
Class ListScalingActivitiesRequest
java.lang.Object
com.cloudera.cdp.datahub.model.ListScalingActivitiesRequest
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
date="2025-10-28T14:00:25.843-07:00")
public class ListScalingActivitiesRequest
extends Object
Request object for List scaling Activities request.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanGetter for cluster.Getter for duration.Getter for endTime.Getter for onlyFailedScalingActivities.Getter for pageSize.Getter for startingToken.Getter for startTime.inthashCode()voidsetCluster(String cluster) Setter for cluster.voidsetDuration(Long duration) Setter for duration.voidsetEndTime(Long endTime) Setter for endTime.voidsetOnlyFailedScalingActivities(Boolean onlyFailedScalingActivities) Setter for onlyFailedScalingActivities.voidsetPageSize(Integer pageSize) Setter for pageSize.voidsetStartingToken(String startingToken) Setter for startingToken.voidsetStartTime(Long startTime) Setter for startTime.toString()
-
Constructor Details
-
ListScalingActivitiesRequest
public ListScalingActivitiesRequest()
-
-
Method Details
-
getCluster
Getter for cluster. The name or CRN of the cluster. -
setCluster
Setter for cluster. The name or CRN of the cluster. -
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
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
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
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
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
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
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
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
Getter for pageSize. The size of the page for getting scaling activities. -
setPageSize
Setter for pageSize. The size of the page for getting scaling activities. -
getStartingToken
Getter for startingToken. A token to specify where to start paginating. This is the nextToken from a previously truncated response. -
setStartingToken
Setter for startingToken. A token to specify where to start paginating. This is the nextToken from a previously truncated response. -
equals
-
hashCode
public int hashCode() -
toString
-