Class Message

java.lang.Object
com.cloudera.cdp.dw.model.Message

@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen", date="2024-09-27T08:40:25.071-07:00") public class Message extends Object
The message object used to display warnings and errors during DRS workflows
  • Constructor Details

    • Message

      public Message()
  • Method Details

    • 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.
    • 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