Class StringDiff

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

@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen", date="2025-05-14T11:34:33.811-07:00") public class StringDiff extends Object
Difference between two strings.
  • Constructor Details Link icon

    • StringDiff Link icon

      public StringDiff()
  • Method Details Link icon

    • getFrom Link icon

      public String getFrom()
      Getter for from. The old value.
    • setFrom Link icon

      public void setFrom(String from)
      Setter for from. The old value.
    • getTo Link icon

      public String getTo()
      Getter for to. The new value.
    • setTo Link icon

      public void setTo(String to)
      Setter for to. The new value.
    • equals Link icon

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

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

      public String toString()
      Overrides:
      toString in class Object