Class ListDbcDiagnosticDataJobsResponse

java.lang.Object
com.cloudera.cdp.client.BaseResponse
com.cloudera.cdp.client.CdpResponse
com.cloudera.cdp.dw.model.ListDbcDiagnosticDataJobsResponse

@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen", date="2024-08-15T13:42:16.327-07:00") public class ListDbcDiagnosticDataJobsResponse extends CdpResponse
Response object for the listDbcDiagnosticDataJobsRequest method.
  • Constructor Details

    • ListDbcDiagnosticDataJobsResponse

      public ListDbcDiagnosticDataJobsResponse()
  • Method Details

    • getJobs

      public List<DbcDiagnosticDataJob> getJobs()
      Getter for jobs. The list of the jobs belonging to the particular Database Catalog
    • setJobs

      public void setJobs(List<DbcDiagnosticDataJob> jobs)
      Setter for jobs. The list of the jobs belonging to the particular Database Catalog
    • getNextToken

      public String getNextToken()
      Getter for nextToken. The token to use when requesting the next set of results. If there are no additional results, the string is empty.
    • setNextToken

      public void setNextToken(String nextToken)
      Setter for nextToken. The token to use when requesting the next set of results. If there are no additional results, the string is empty.
    • 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