public class AppActionMapping
extends Object
Constructor and Description |
---|
AppActionMapping() |
Modifier and Type | Method and Description |
---|---|
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
String |
getDestField()
The field code of the field specified in the "Field Mappings" options as the destination.
|
String |
getSrcField()
The field code of the field specified in the "Field Mappings" options as the source.
|
AppActionSourceType |
getSrcType()
The type of source data that is to be copied.
|
int |
hashCode() |
AppActionMapping |
setDestField(String destField)
The field code of the field specified in the "Field Mappings" options as the destination.
|
AppActionMapping |
setSrcField(String srcField)
The field code of the field specified in the "Field Mappings" options as the source.
|
AppActionMapping |
setSrcType(AppActionSourceType srcType)
The type of source data that is to be copied.
|
String |
toString() |
public AppActionSourceType getSrcType()
public String getSrcField()
In the response of Get Action Settings API, this parameter is returned only if the srcType
parameter is set to "FIELD".
public String getDestField()
public AppActionMapping setSrcType(AppActionSourceType srcType)
this
.public AppActionMapping setSrcField(String srcField)
In the response of Get Action Settings API, this parameter is returned only if the srcType
parameter is set to "FIELD".
this
.public AppActionMapping setDestField(String destField)
this
.public boolean equals(Object o)
equals
in class Object
protected boolean canEqual(Object other)
public int hashCode()
hashCode
in class Object
public String toString()
toString
in class Object