Class DatalakeVmLogRequest

java.lang.Object
com.cloudera.cdp.datalake.model.DatalakeVmLogRequest

@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen", date="2024-08-15T13:42:17.227-07:00") public class DatalakeVmLogRequest extends Object
Log descriptor, contains a path and label pair. Used for diagnostics collections.
  • Constructor Details

    • DatalakeVmLogRequest

      public DatalakeVmLogRequest()
  • Method Details

    • 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)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object