Package io.stargate.sdk.rest.domain
Class TypeFieldUpdate
java.lang.Object
io.stargate.sdk.rest.domain.TypeFieldUpdate
- All Implemented Interfaces:
Serializable
POJO
- Author:
- Cedrick LUNVEN (@clunven)
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDefault constructor.TypeFieldUpdate(String from, String to) Default constructor. -
Method Summary
-
Constructor Details
-
TypeFieldUpdate
public TypeFieldUpdate()Default constructor. -
TypeFieldUpdate
Default constructor.- Parameters:
from- original field nameto- target field name
-
-
Method Details
-
getFrom
Getter accessor for attribute 'from'.- Returns:
- current value of 'from'
-
setFrom
Setter accessor for attribute 'from'.- Parameters:
from- new value for 'from '
-
getTo
Getter accessor for attribute 'to'.- Returns:
- current value of 'to'
-
setTo
Setter accessor for attribute 'to'.- Parameters:
to- new value for 'to '
-