Package com.cloudera.cdp.datalake.model
Class DatalakeVmLogResponse
java.lang.Object
com.cloudera.cdp.client.BaseResponse
com.cloudera.cdp.client.CdpResponse
com.cloudera.cdp.datalake.model.DatalakeVmLogResponse
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
date="2024-09-27T08:40:26.246-07:00")
public class DatalakeVmLogResponse
extends CdpResponse
Log descriptor, contains a path and label pair. Used for diagnostics collections.
-
Field Summary
Fields inherited from class com.cloudera.cdp.client.CdpResponse
ALTUS_HEADER_REQUESTID, CDP_HEADER_REQUESTID
-
Constructor Summary
-
Method Summary
Methods inherited from class com.cloudera.cdp.client.CdpResponse
getRequestId
Methods inherited from class com.cloudera.cdp.client.BaseResponse
getHttpCode, getResponseHeaders
-
Constructor Details
-
DatalakeVmLogResponse
public DatalakeVmLogResponse()
-
-
Method Details
-
getPath
Getter for _path. Path of the log file(s) that needs to be collected. (Can be glob wildcard) -
setPath
Setter for _path. Path of the log file(s) that needs to be collected. (Can be glob wildcard) -
getLabel
Getter for label. Label that will be used to identify a log descriptor. (will be used as a folder inside logs folder) -
setLabel
Setter for label. Label that will be used to identify a log descriptor. (will be used as a folder inside logs folder) -
equals
-
hashCode
public int hashCode() -
toString
-