Package com.cloudera.cdp.dw.model
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 Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Getter for namespace.getText()
Getter for text.Getter for timestamp.int
hashCode()
void
setNamespace
(String namespace) Setter for namespace.void
Setter for text.void
setTimestamp
(String timestamp) Setter for timestamp.toString()
-
Constructor Details
-
Message
public Message()
-
-
Method Details
-
getText
Getter for text. The text message of the warning/error. -
setText
Setter for text. The text message of the warning/error. -
getTimestamp
Getter for timestamp. The time when the warning/error is hit. -
setTimestamp
Setter for timestamp. The time when the warning/error is hit. -
getNamespace
Getter for namespace. The namespace that has the warning/error. -
setNamespace
Setter for namespace. The namespace that has the warning/error. -
equals
-
hashCode
public int hashCode() -
toString
-