Class SwapOptionListV1

java.lang.Object
com.seeq.model.SwapOptionListV1

public class SwapOptionListV1 extends Object
SwapOptionListV1
  • Constructor Details

    • SwapOptionListV1

      public SwapOptionListV1()
  • Method Details

    • swapOptions

      public SwapOptionListV1 swapOptions(List<SwapOptionV1> swapOptions)
    • addSwapOptionsItem

      public SwapOptionListV1 addSwapOptionsItem(SwapOptionV1 swapOptionsItem)
    • getSwapOptions

      public List<SwapOptionV1> getSwapOptions()
      A list of Items that can be chosen as the swap root, ranked by the number of matches found between the Items to be swapped and the Items in the tree rooted at the Item to be swapped in.
      Returns:
      swapOptions
    • setSwapOptions

      public void setSwapOptions(List<SwapOptionV1> swapOptions)
    • 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