Package com.cloudera.cdp.de.model
Class ListBackupsRequest
java.lang.Object
com.cloudera.cdp.de.model.ListBackupsRequest
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
date="2024-09-27T08:40:27.658-07:00")
public class ListBackupsRequest
extends Object
Request object for List Backups command.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Getter for filter.getOrder()
Getter for order.Getter for orderBy.Getter for pageSize.Getter for startingToken.int
hashCode()
void
Setter for filter.void
Setter for order.void
setOrderBy
(String orderBy) Setter for orderBy.void
setPageSize
(Integer pageSize) Setter for pageSize.void
setStartingToken
(String startingToken) Setter for startingToken.toString()
-
Constructor Details
-
ListBackupsRequest
public ListBackupsRequest()
-
-
Method Details
-
getOrder
Getter for order. Whether ordering is ascending ('ASC') or descending ('DESC'), default 'DESC'. -
setOrder
Setter for order. Whether ordering is ascending ('ASC') or descending ('DESC'), default 'DESC'. -
getOrderBy
Getter for orderBy. The 'fieldname' to order by, default \"id\". Here 'fieldname' is one of ('id', 'clusterID', 'cdeVersion', 'environment', 'environmentCrn', 'created', 'status'). -
setOrderBy
Setter for orderBy. The 'fieldname' to order by, default \"id\". Here 'fieldname' is one of ('id', 'clusterID', 'cdeVersion', 'environment', 'environmentCrn', 'created', 'status'). -
getFilter
Getter for filter. Filter backups using 'fieldname(operator)argument' syntax. Here 'fieldname' is one of ('id', 'clusterID', 'cdeVersion', 'environment', 'environmentCrn', 'created', 'status') and 'operator' is one of ('eq', 'noteq', 'lte', 'lt', 'gte', 'gt', 'in', 'notin', 'like', 'rlike', 'is', 'isnot'). Multiple filters are ANDed. For example, 'status(eq)failed'. -
setFilter
Setter for filter. Filter backups using 'fieldname(operator)argument' syntax. Here 'fieldname' is one of ('id', 'clusterID', 'cdeVersion', 'environment', 'environmentCrn', 'created', 'status') and 'operator' is one of ('eq', 'noteq', 'lte', 'lt', 'gte', 'gt', 'in', 'notin', 'like', 'rlike', 'is', 'isnot'). Multiple filters are ANDed. For example, 'status(eq)failed'. -
getPageSize
Getter for pageSize. The size of each page. -
setPageSize
Setter for pageSize. The size of each page. -
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
-