Class ListDeploymentEventsRequest

java.lang.Object
com.cloudera.cdp.df.model.ListDeploymentEventsRequest

@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen", date="2026-03-31T14:25:33.758-07:00") public class ListDeploymentEventsRequest extends Object
A request to list event history for deployment.
  • Constructor Details

    • ListDeploymentEventsRequest

      public ListDeploymentEventsRequest()
  • Method Details

    • getDeploymentCrn

      public String getDeploymentCrn()
      Getter for deploymentCrn. The deployment CRN.
    • setDeploymentCrn

      public void setDeploymentCrn(String deploymentCrn)
      Setter for deploymentCrn. The deployment CRN.
    • getRows

      @Deprecated public Integer getRows()
      Deprecated.
      Getter for rows. This field is deprecated and will be removed. Use max-items instead. Historically used to set the number of elements to return. Note that if max-items is also specified, and rows is less than max-items, an error will be returned.
    • setRows

      @Deprecated public void setRows(Integer rows)
      Deprecated.
      Setter for rows. This field is deprecated and will be removed. Use max-items instead. Historically used to set the number of elements to return. Note that if max-items is also specified, and rows is less than max-items, an error will be returned.
    • getTimestampFrom

      public Long getTimestampFrom()
      Getter for timestampFrom. Timestamp from when to list events prior.
    • setTimestampFrom

      public void setTimestampFrom(Long timestampFrom)
      Setter for timestampFrom. Timestamp from when to list events prior.
    • getFilters

      public List<String> getFilters()
      Getter for filters. Filter criteria (see list-filter-options).
    • setFilters

      public void setFilters(List<String> filters)
      Setter for filters. Filter criteria (see list-filter-options).
    • getPageSize

      public Integer getPageSize()
      Getter for pageSize. The page size.
    • setPageSize

      public void setPageSize(Integer pageSize)
      Setter for pageSize. The page size.
    • getStartingToken

      public String getStartingToken()
      Getter for startingToken. The token pointing to the next element to be retrieved.
    • setStartingToken

      public void setStartingToken(String startingToken)
      Setter for startingToken. The token pointing to the next element to be retrieved.
    • equals

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

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

      public String toString()
      Overrides:
      toString in class Object