Class ValueMapping
- java.lang.Object
-
- org.genesys.amphibian.client.model.ValueMapping
-
@Generated("org.openapitools.codegen.languages.JavaClientCodegen") public class ValueMapping extends Object
ValueMapping
-
-
Field Summary
Fields Modifier and Type Field Description static StringJSON_PROPERTY_FROMstatic StringJSON_PROPERTY_TO
-
Constructor Summary
Constructors Constructor Description ValueMapping()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)ValueMappingfrom(Object from)ObjectgetFrom()Get fromObjectgetTo()Get tointhashCode()voidsetFrom(Object from)voidsetTo(Object to)ValueMappingto(Object to)StringtoString()
-
-
-
Field Detail
-
JSON_PROPERTY_FROM
public static final String JSON_PROPERTY_FROM
- See Also:
- Constant Field Values
-
JSON_PROPERTY_TO
public static final String JSON_PROPERTY_TO
- See Also:
- Constant Field Values
-
-
Method Detail
-
from
public ValueMapping from(Object from)
-
setFrom
public void setFrom(Object from)
-
to
public ValueMapping to(Object to)
-
setTo
public void setTo(Object to)
-
-