Class FreeipaVmLogResponse
- java.lang.Object
-
- com.cloudera.cdp.client.BaseResponse
-
- com.cloudera.cdp.client.CdpResponse
-
- com.cloudera.cdp.environments.model.FreeipaVmLogResponse
-
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen", date="2023-09-27T13:27:53.061-07:00") public class FreeipaVmLogResponse 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
Constructors Constructor Description FreeipaVmLogResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
String
getLabel()
Getter for label.String
getPath()
Getter for _path.int
hashCode()
void
setLabel(String label)
Setter for label.void
setPath(String _path)
Setter for _path.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
-
getPath
public String getPath()
Getter for _path. Path of the log file(s) that needs to be collected. (Can be glob wildcard)
-
setPath
public void setPath(String _path)
Setter for _path. Path of the log file(s) that needs to be collected. (Can be glob wildcard)
-
getLabel
public String getLabel()
Getter for label. Label that will be used to identify a log descriptor. (will be used as a folder inside logs folder)
-
setLabel
public void setLabel(String label)
Setter for label. Label that will be used to identify a log descriptor. (will be used as a folder inside logs folder)
-
-