Class DatahubVmLogResponse


  • @Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
               date="2024-03-13T13:08:44.965-07:00")
    public class DatahubVmLogResponse
    extends CdpResponse
    Log descriptor, contains a path and label pair. Used for diagnostics collections.
    • Constructor Detail

      • DatahubVmLogResponse

        public DatahubVmLogResponse()
    • 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)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object