Class StringDiff


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

      • StringDiff

        public StringDiff()
    • Method Detail

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

        public int hashCode()
        Overrides:
        hashCode in class Object