Class Message


  • @Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
               date="2024-03-13T13:08:45.683-07:00")
    public class Message
    extends Object
    The message object used to display warnings and errors during DRS workflows
    • Constructor Detail

      • Message

        public Message()
    • Method Detail

      • getText

        public String getText()
        Getter for text. The text message of the warning/error.
      • setText

        public void setText​(String text)
        Setter for text. The text message of the warning/error.
      • getTimestamp

        public String getTimestamp()
        Getter for timestamp. The time when the warning/error is hit.
      • setTimestamp

        public void setTimestamp​(String timestamp)
        Setter for timestamp. The time when the warning/error is hit.
      • getNamespace

        public String getNamespace()
        Getter for namespace. The namespace that has the warning/error.
      • setNamespace

        public void setNamespace​(String namespace)
        Setter for namespace. The namespace that has the warning/error.
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object