Class TypeFieldUpdate

java.lang.Object
io.stargate.sdk.rest.domain.TypeFieldUpdate
All Implemented Interfaces:
Serializable

public class TypeFieldUpdate extends Object implements Serializable
POJO
Author:
Cedrick LUNVEN (@clunven)
See Also:
  • Constructor Details

    • TypeFieldUpdate

      public TypeFieldUpdate()
      Default constructor.
    • TypeFieldUpdate

      public TypeFieldUpdate(String from, String to)
      Default constructor.
      Parameters:
      from - original field name
      to - target field name
  • Method Details

    • getFrom

      public String getFrom()
      Getter accessor for attribute 'from'.
      Returns:
      current value of 'from'
    • setFrom

      public void setFrom(String from)
      Setter accessor for attribute 'from'.
      Parameters:
      from - new value for 'from '
    • getTo

      public String getTo()
      Getter accessor for attribute 'to'.
      Returns:
      current value of 'to'
    • setTo

      public void setTo(String to)
      Setter accessor for attribute 'to'.
      Parameters:
      to - new value for 'to '