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 Details

    • DisplayFieldArgumentAction

      public DisplayFieldArgumentAction()
    • DisplayFieldArgumentAction

      public DisplayFieldArgumentAction(String type)
      Constructor with only required parameters
  • Method Details

    • type

      public DisplayFieldArgumentAction type(String type)
    • getType

      @NotNull public @NotNull String getType()
      The name of an action to be performed on the provided trade id.
      Returns:
      type
    • setType

      public void setType(String type)
    • tradeID

      public DisplayFieldArgumentAction tradeID(String tradeID)
    • getTradeID

      public String getTradeID()
      The trade id of the trade that the action should be performed upon.
      Returns:
      tradeID
    • setTradeID

      public void setTradeID(String tradeID)
    • target

      public DisplayFieldArgumentAction target(String target)
    • getTarget

      public String getTarget()
      The target on which the action has to be performed, replaces the deprecated tradeId field.
      Returns:
      target
    • setTarget

      public void setTarget(String target)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object