Package com.cloudera.cdp.dw.model
Class ListVwDiagnosticDataJobsResponse
java.lang.Object
com.cloudera.cdp.client.BaseResponse
com.cloudera.cdp.client.CdpResponse
com.cloudera.cdp.dw.model.ListVwDiagnosticDataJobsResponse
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
date="2024-09-27T08:40:25.071-07:00")
public class ListVwDiagnosticDataJobsResponse
extends CdpResponse
Response object for the listVwDiagnosticDataJobsRequest method.
-
Field Summary
Fields inherited from class com.cloudera.cdp.client.CdpResponse
ALTUS_HEADER_REQUESTID, CDP_HEADER_REQUESTID
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
getJobs()
Getter for jobs.Getter for nextToken.int
hashCode()
void
setJobs
(List<VwDiagnosticDataJob> jobs) Setter for jobs.void
setNextToken
(String nextToken) Setter for nextToken.toString()
Methods inherited from class com.cloudera.cdp.client.CdpResponse
getRequestId
Methods inherited from class com.cloudera.cdp.client.BaseResponse
getHttpCode, getResponseHeaders
-
Constructor Details
-
ListVwDiagnosticDataJobsResponse
public ListVwDiagnosticDataJobsResponse()
-
-
Method Details
-
getJobs
Getter for jobs. The list of the jobs belonging to the particular Virtual Warehouse. -
setJobs
Setter for jobs. The list of the jobs belonging to the particular Virtual Warehouse. -
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
-