Class DisplayFieldArgumentAction
java.lang.Object
com.caplin.motif.config.definitions.common.DisplayFieldArgumentAction
@Generated("org.openapitools.codegen.languages.SpringCodegen")
public class DisplayFieldArgumentAction
extends Object
DisplayFieldArgumentAction
-
Constructor Summary
ConstructorDescriptionConstructor with only required parameters -
Method Summary
Modifier and TypeMethodDescriptionboolean
The target on which the action has to be performed, replaces the deprecated tradeId field.The trade id of the trade that the action should be performed upon.@NotNull String
getType()
The name of an action to be performed on the provided trade id.int
hashCode()
void
void
setTradeID
(String tradeID) void
toString()
-
Constructor Details
-
DisplayFieldArgumentAction
public DisplayFieldArgumentAction() -
DisplayFieldArgumentAction
Constructor with only required parameters
-
-
Method Details
-
type
-
getType
The name of an action to be performed on the provided trade id.- Returns:
- type
-
setType
-
tradeID
-
getTradeID
The trade id of the trade that the action should be performed upon.- Returns:
- tradeID
-
setTradeID
-
target
-
getTarget
The target on which the action has to be performed, replaces the deprecated tradeId field.- Returns:
- target
-
setTarget
-
equals
-
hashCode
public int hashCode() -
toString
-