Class FreeipaVmLogRequest
- java.lang.Object
-
- com.cloudera.cdp.environments.model.FreeipaVmLogRequest
-
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen", date="2023-12-01T13:59:41.311-08:00") public class FreeipaVmLogRequest extends Object
Log descriptor, contains a path and label pair. Used for diagnostics collections.
-
-
Constructor Summary
Constructors Constructor Description FreeipaVmLogRequest()
-
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()
-
-
-
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)
-
-