Package com.cloudera.cdp.dw.model
Class CreateDbcDiagnosticDataJobResponse
- java.lang.Object
-
- com.cloudera.cdp.client.BaseResponse
-
- com.cloudera.cdp.client.CdpResponse
-
- com.cloudera.cdp.dw.model.CreateDbcDiagnosticDataJobResponse
-
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen", date="2023-09-14T10:47:17.249-07:00") public class CreateDbcDiagnosticDataJobResponse extends CdpResponse
Response object for the createDbcDiagnosticDataJob method.
-
-
Field Summary
-
Fields inherited from class com.cloudera.cdp.client.CdpResponse
ALTUS_HEADER_REQUESTID, CDP_HEADER_REQUESTID
-
-
Constructor Summary
Constructors Constructor Description CreateDbcDiagnosticDataJobResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
String
getId()
Getter for id.Map<String,String>
getLabels()
Getter for labels.String
getStatus()
Getter for status.String
getUrl()
Getter for url.int
hashCode()
void
setId(String id)
Setter for id.void
setLabels(Map<String,String> labels)
Setter for labels.void
setStatus(String status)
Setter for status.void
setUrl(String url)
Setter for url.String
toString()
-
Methods inherited from class com.cloudera.cdp.client.CdpResponse
getRequestId
-
Methods inherited from class com.cloudera.cdp.client.BaseResponse
getHttpCode, getResponseHeaders
-
-
-
-
Method Detail
-
getId
public String getId()
Getter for id. Identifier for each bundle collection.
-
setId
public void setId(String id)
Setter for id. Identifier for each bundle collection.
-
getStatus
public String getStatus()
Getter for status. Status of the diagnostics collection request.
-
setStatus
public void setStatus(String status)
Setter for status. Status of the diagnostics collection request.
-
getUrl
public String getUrl()
Getter for url. This URL points to a download location if the destination is DOWNLOAD.
-
setUrl
public void setUrl(String url)
Setter for url. This URL points to a download location if the destination is DOWNLOAD.
-
getLabels
public Map<String,String> getLabels()
Getter for labels. Additional key-value pair attributes associated with the Diagnostic Data Job.
-
setLabels
public void setLabels(Map<String,String> labels)
Setter for labels. Additional key-value pair attributes associated with the Diagnostic Data Job.
-
-