Package com.cloudera.cdp.dw.model
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="2025-10-15T17:00:44.787-07:00")
public class ListDbcDiagnosticDataJobsResponse
extends CdpResponse
Response object for the listDbcDiagnosticDataJobsRequest method.
-
Field Summary
Fields inherited from class com.cloudera.cdp.client.CdpResponse
ALTUS_HEADER_REQUESTID, CDP_HEADER_REQUESTID -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetJobs()Getter for jobs.Getter for nextToken.inthashCode()voidsetJobs(List<DbcDiagnosticDataJob> jobs) Setter for jobs.voidsetNextToken(String nextToken) Setter for nextToken.toString()Methods inherited from class com.cloudera.cdp.client.CdpResponse
getRequestIdMethods inherited from class com.cloudera.cdp.client.BaseResponse
getHttpCode, getResponseHeaders
-
Constructor Details
-
ListDbcDiagnosticDataJobsResponse
public ListDbcDiagnosticDataJobsResponse()
-
-
Method Details
-
getJobs
Getter for jobs. The list of the jobs belonging to the particular Database Catalog -
setJobs
Setter for jobs. The list of the jobs belonging to the particular Database Catalog -
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
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
-
hashCode
public int hashCode() -
toString
-