Class StringDiff

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

@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen", date="2024-08-15T13:42:16.327-07:00") public class StringDiff extends Object
Difference between two strings.
  • Constructor Details

    • StringDiff

      public StringDiff()
  • Method Details

    • getFrom

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

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

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

      public void setTo(String to)
      Setter for to. The new value.
    • 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